From e059debbb69e0a8745ce304ff1076ab0c9ac8abc Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 31 Mar 2016 10:40:12 +0100 Subject: [PATCH] Mark patches as forwarded --- ...-tests-that-use-gpg-terminate-the-gpg-agent-after-testi.patch | 1 + ...ad-g-i-bindings-from-builddir-during-build-time-testing.patch | 1 + .../Symlink-libreaddir-rand.so-into-tests-directory.patch | 1 + ...ap-test-clean-up-temporary-test-directories-as-intended.patch | 1 + debian/patches/test-xattrs-use-TAP-syntax-to-skip-test.patch | 1 + ...sts-admin-test.sh-this-is-a-bash-script-not-a-POSIX-sh-.patch | 1 + ...arious-tests-skip-if-temp-directory-lacks-xattr-support.patch | 1 + 7 files changed, 7 insertions(+) diff --git a/debian/patches/In-tests-that-use-gpg-terminate-the-gpg-agent-after-testi.patch b/debian/patches/In-tests-that-use-gpg-terminate-the-gpg-agent-after-testi.patch index b8d97adc..8646a451 100644 --- a/debian/patches/In-tests-that-use-gpg-terminate-the-gpg-agent-after-testi.patch +++ b/debian/patches/In-tests-that-use-gpg-terminate-the-gpg-agent-after-testi.patch @@ -5,6 +5,7 @@ Subject: In tests that use gpg, terminate the gpg-agent after testing Otherwise we leak those processes. Signed-off-by: Simon McVittie +Forwarded: https://github.com/ostreedev/ostree/pull/232 --- tests/test-commit-sign.sh | 1 + tests/test-gpg-signed-commit.sh | 2 ++ diff --git a/debian/patches/Load-g-i-bindings-from-builddir-during-build-time-testing.patch b/debian/patches/Load-g-i-bindings-from-builddir-during-build-time-testing.patch index 6f1ce239..6e25f452 100644 --- a/debian/patches/Load-g-i-bindings-from-builddir-during-build-time-testing.patch +++ b/debian/patches/Load-g-i-bindings-from-builddir-during-build-time-testing.patch @@ -6,6 +6,7 @@ Previously, the build-time tests would only pass if the g-i bindings to OSTree were already installed, with a reasonably similar version. Signed-off-by: Simon McVittie +Forwarded: https://github.com/ostreedev/ostree/pull/232 --- Makefile-tests.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/patches/Symlink-libreaddir-rand.so-into-tests-directory.patch b/debian/patches/Symlink-libreaddir-rand.so-into-tests-directory.patch index d1206a34..615feaa7 100644 --- a/debian/patches/Symlink-libreaddir-rand.so-into-tests-directory.patch +++ b/debian/patches/Symlink-libreaddir-rand.so-into-tests-directory.patch @@ -5,6 +5,7 @@ Subject: Symlink libreaddir-rand.so into tests directory This means it can be LD_PRELOADed during build-time testing. Signed-off-by: Simon McVittie +Forwarded: https://github.com/ostreedev/ostree/pull/232 --- .gitignore | 1 + Makefile-decls.am | 3 +++ diff --git a/debian/patches/tap-test-clean-up-temporary-test-directories-as-intended.patch b/debian/patches/tap-test-clean-up-temporary-test-directories-as-intended.patch index 1c0a9149..5ab57ad1 100644 --- a/debian/patches/tap-test-clean-up-temporary-test-directories-as-intended.patch +++ b/debian/patches/tap-test-clean-up-temporary-test-directories-as-intended.patch @@ -9,6 +9,7 @@ This means the various "ostree trivial-httpd --autoexit" processes actually exit, because their web roots are cleaned up now. Signed-off-by: Simon McVittie +Forwarded: https://github.com/ostreedev/ostree/pull/232 --- buildutil/tap-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/test-xattrs-use-TAP-syntax-to-skip-test.patch b/debian/patches/test-xattrs-use-TAP-syntax-to-skip-test.patch index 6a06b782..ad14de1c 100644 --- a/debian/patches/test-xattrs-use-TAP-syntax-to-skip-test.patch +++ b/debian/patches/test-xattrs-use-TAP-syntax-to-skip-test.patch @@ -3,6 +3,7 @@ Date: Mon, 28 Mar 2016 13:08:32 +0100 Subject: test-xattrs: use TAP syntax to skip test Signed-off-by: Simon McVittie +Forwarded: https://github.com/ostreedev/ostree/pull/232 --- tests/test-xattrs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/patches/tests-admin-test.sh-this-is-a-bash-script-not-a-POSIX-sh-.patch b/debian/patches/tests-admin-test.sh-this-is-a-bash-script-not-a-POSIX-sh-.patch index 3115687a..a44b93e1 100644 --- a/debian/patches/tests-admin-test.sh-this-is-a-bash-script-not-a-POSIX-sh-.patch +++ b/debian/patches/tests-admin-test.sh-this-is-a-bash-script-not-a-POSIX-sh-.patch @@ -7,6 +7,7 @@ PR #226 that he prefers to require bash rather than trying to support every POSIX shell. Signed-off-by: Simon McVittie +Forwarded: https://github.com/ostreedev/ostree/pull/232 --- tests/admin-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/various-tests-skip-if-temp-directory-lacks-xattr-support.patch b/debian/patches/various-tests-skip-if-temp-directory-lacks-xattr-support.patch index c0b9b29e..1296b4eb 100644 --- a/debian/patches/various-tests-skip-if-temp-directory-lacks-xattr-support.patch +++ b/debian/patches/various-tests-skip-if-temp-directory-lacks-xattr-support.patch @@ -6,6 +6,7 @@ Some autobuilder environments place the entire build chroot on tmpfs, so even /var/tmp might not have this. Signed-off-by: Simon McVittie +Forwarded: https://github.com/ostreedev/ostree/pull/232 --- tests/test-basic-user.sh | 6 ++++++ tests/test-delta.sh | 7 +++++++