parent
b7b7382205
commit
e9284a22a7
|
|
@ -1,3 +1,10 @@
|
|||
ostree (2019.3-1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
- Refresh patch series
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Fri, 23 Aug 2019 08:38:47 +0100
|
||||
|
||||
ostree (2019.2-2) unstable; urgency=medium
|
||||
|
||||
* Upload to unstable
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Signed-off-by: Simon McVittie <smcv@debian.org>
|
|||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/tests/test-pull-repeated.sh b/tests/test-pull-repeated.sh
|
||||
index a2707d6..33b9d37 100755
|
||||
index 237a863..c646c13 100755
|
||||
--- a/tests/test-pull-repeated.sh
|
||||
+++ b/tests/test-pull-repeated.sh
|
||||
@@ -23,6 +23,10 @@ set -euo pipefail
|
||||
|
|
@ -29,6 +29,6 @@ index a2707d6..33b9d37 100755
|
|||
+ skip "Non-deterministic test will fail if we are unlucky"
|
||||
+fi
|
||||
+
|
||||
echo "1..4"
|
||||
|
||||
COMMIT_SIGN="--gpg-homedir=${TEST_GPG_KEYHOME} --gpg-sign=${TEST_GPG_KEYID_1}"
|
||||
COMMIT_SIGN=""
|
||||
if has_gpgme; then
|
||||
COMMIT_SIGN="--gpg-homedir=${TEST_GPG_KEYHOME} --gpg-sign=${TEST_GPG_KEYID_1}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue