New upstream release

Refresh patch series
This commit is contained in:
Simon McVittie 2019-08-23 08:39:10 +01:00
parent b7b7382205
commit e9284a22a7
2 changed files with 11 additions and 4 deletions

7
debian/changelog vendored
View File

@ -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 ostree (2019.2-2) unstable; urgency=medium
* Upload to unstable * Upload to unstable

View File

@ -18,7 +18,7 @@ Signed-off-by: Simon McVittie <smcv@debian.org>
1 file changed, 4 insertions(+) 1 file changed, 4 insertions(+)
diff --git a/tests/test-pull-repeated.sh b/tests/test-pull-repeated.sh 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 --- a/tests/test-pull-repeated.sh
+++ b/tests/test-pull-repeated.sh +++ b/tests/test-pull-repeated.sh
@@ -23,6 +23,10 @@ set -euo pipefail @@ -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" + skip "Non-deterministic test will fail if we are unlucky"
+fi +fi
+ +
echo "1..4" COMMIT_SIGN=""
if has_gpgme; then
COMMIT_SIGN="--gpg-homedir=${TEST_GPG_KEYHOME} --gpg-sign=${TEST_GPG_KEYID_1}" COMMIT_SIGN="--gpg-homedir=${TEST_GPG_KEYHOME} --gpg-sign=${TEST_GPG_KEYID_1}"