Mark patches as forwarded
This commit is contained in:
parent
f7ca51a754
commit
e059debbb6
|
|
@ -5,6 +5,7 @@ Subject: In tests that use gpg, terminate the gpg-agent after testing
|
||||||
Otherwise we leak those processes.
|
Otherwise we leak those processes.
|
||||||
|
|
||||||
Signed-off-by: Simon McVittie <smcv@debian.org>
|
Signed-off-by: Simon McVittie <smcv@debian.org>
|
||||||
|
Forwarded: https://github.com/ostreedev/ostree/pull/232
|
||||||
---
|
---
|
||||||
tests/test-commit-sign.sh | 1 +
|
tests/test-commit-sign.sh | 1 +
|
||||||
tests/test-gpg-signed-commit.sh | 2 ++
|
tests/test-gpg-signed-commit.sh | 2 ++
|
||||||
|
|
|
||||||
|
|
@ -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.
|
OSTree were already installed, with a reasonably similar version.
|
||||||
|
|
||||||
Signed-off-by: Simon McVittie <smcv@debian.org>
|
Signed-off-by: Simon McVittie <smcv@debian.org>
|
||||||
|
Forwarded: https://github.com/ostreedev/ostree/pull/232
|
||||||
---
|
---
|
||||||
Makefile-tests.am | 8 ++++++--
|
Makefile-tests.am | 8 ++++++--
|
||||||
1 file changed, 6 insertions(+), 2 deletions(-)
|
1 file changed, 6 insertions(+), 2 deletions(-)
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ Subject: Symlink libreaddir-rand.so into tests directory
|
||||||
This means it can be LD_PRELOADed during build-time testing.
|
This means it can be LD_PRELOADed during build-time testing.
|
||||||
|
|
||||||
Signed-off-by: Simon McVittie <smcv@debian.org>
|
Signed-off-by: Simon McVittie <smcv@debian.org>
|
||||||
|
Forwarded: https://github.com/ostreedev/ostree/pull/232
|
||||||
---
|
---
|
||||||
.gitignore | 1 +
|
.gitignore | 1 +
|
||||||
Makefile-decls.am | 3 +++
|
Makefile-decls.am | 3 +++
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ This means the various "ostree trivial-httpd --autoexit" processes
|
||||||
actually exit, because their web roots are cleaned up now.
|
actually exit, because their web roots are cleaned up now.
|
||||||
|
|
||||||
Signed-off-by: Simon McVittie <smcv@debian.org>
|
Signed-off-by: Simon McVittie <smcv@debian.org>
|
||||||
|
Forwarded: https://github.com/ostreedev/ostree/pull/232
|
||||||
---
|
---
|
||||||
buildutil/tap-test | 2 +-
|
buildutil/tap-test | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ Date: Mon, 28 Mar 2016 13:08:32 +0100
|
||||||
Subject: test-xattrs: use TAP syntax to skip test
|
Subject: test-xattrs: use TAP syntax to skip test
|
||||||
|
|
||||||
Signed-off-by: Simon McVittie <smcv@debian.org>
|
Signed-off-by: Simon McVittie <smcv@debian.org>
|
||||||
|
Forwarded: https://github.com/ostreedev/ostree/pull/232
|
||||||
---
|
---
|
||||||
tests/test-xattrs.sh | 3 ++-
|
tests/test-xattrs.sh | 3 ++-
|
||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ PR #226 that he prefers to require bash rather than trying to support
|
||||||
every POSIX shell.
|
every POSIX shell.
|
||||||
|
|
||||||
Signed-off-by: Simon McVittie <smcv@debian.org>
|
Signed-off-by: Simon McVittie <smcv@debian.org>
|
||||||
|
Forwarded: https://github.com/ostreedev/ostree/pull/232
|
||||||
---
|
---
|
||||||
tests/admin-test.sh | 2 +-
|
tests/admin-test.sh | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ Some autobuilder environments place the entire build chroot on tmpfs, so
|
||||||
even /var/tmp might not have this.
|
even /var/tmp might not have this.
|
||||||
|
|
||||||
Signed-off-by: Simon McVittie <smcv@debian.org>
|
Signed-off-by: Simon McVittie <smcv@debian.org>
|
||||||
|
Forwarded: https://github.com/ostreedev/ostree/pull/232
|
||||||
---
|
---
|
||||||
tests/test-basic-user.sh | 6 ++++++
|
tests/test-basic-user.sh | 6 ++++++
|
||||||
tests/test-delta.sh | 7 +++++++
|
tests/test-delta.sh | 7 +++++++
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue