2016.15-3
This commit is contained in:
parent
7a075b9f5a
commit
5148760e6b
|
|
@ -1,4 +1,4 @@
|
|||
ostree (2016.15-3) UNRELEASED; urgency=medium
|
||||
ostree (2016.15-3) unstable; urgency=medium
|
||||
|
||||
* debian/control: Don't run gjs tests on sparc64. gjs doesn't seem
|
||||
to work there at all (#827815)
|
||||
|
|
@ -21,7 +21,7 @@ ostree (2016.15-3) UNRELEASED; urgency=medium
|
|||
* d/p/Fix-TAP-syntax-in-test-basic-user.sh-and-run-it.patch:
|
||||
Run an additional test, which was previously installed but not run
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Sun, 15 Jan 2017 14:37:12 +0000
|
||||
-- Simon McVittie <smcv@debian.org> Thu, 19 Jan 2017 13:23:32 +0000
|
||||
|
||||
ostree (2016.15-2) unstable; urgency=medium
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ In its initial commit, Alexander Larsson wrote
|
|||
|
||||
but we now (a) use /var/tmp, and (b) explicitly skip the test if
|
||||
xattr support is unavailable. So it should be OK to run now.
|
||||
|
||||
Forwarded: https://github.com/ostreedev/ostree/pull/652
|
||||
---
|
||||
Makefile-tests.am | 2 +-
|
||||
tests/test-basic-user.sh | 3 ---
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ Debian's Lintian packaging consistency check complains that it isn't
|
|||
executable but has a #! line. In fact it's reasonable to run this
|
||||
script directly, so make it executable, and put it in a _scripts
|
||||
variable so it will be installed executable.
|
||||
|
||||
Forwarded: https://github.com/ostreedev/ostree/pull/652
|
||||
---
|
||||
Makefile-tests.am | 8 +++++---
|
||||
tests/corrupt-repo-ref.js | 0
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ packaging consistency check complain that #! is only useful
|
|||
in executable scripts. But in fact they are not useful to execute
|
||||
directly (they rely on setup being done in the script that sources
|
||||
them), so just chmod them -x.
|
||||
|
||||
Forwarded: https://github.com/ostreedev/ostree/pull/652
|
||||
---
|
||||
tests/admin-test.sh | 3 ++-
|
||||
tests/archive-test.sh | 4 ++--
|
||||
|
|
|
|||
Loading…
Reference in New Issue