Your message dated Sun, 31 Mar 2019 21:27:31 +0100
with message-id <[email protected]>
and subject line Re: Bug#926129: unblock: git-annex/7.20190129-3
has caused the Debian Bug report #926129,
regarding unblock: git-annex/7.20190129-3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
926129: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926129
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package git-annex
Fixes an race condition in the test suite that causes FTBFS.
unblock git-annex/7.20190129-3
-- System Information:
Debian Release: buster/sid
APT prefers testing
APT policy: (900, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.19.0-2-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8),
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--
Sean Whitton
diff -Nru git-annex-7.20190129/debian/changelog
git-annex-7.20190129/debian/changelog
--- git-annex-7.20190129/debian/changelog 2019-02-03 15:54:29.000000000
-0700
+++ git-annex-7.20190129/debian/changelog 2019-03-31 12:34:02.000000000
-0700
@@ -1,3 +1,10 @@
+git-annex (7.20190129-3) unstable; urgency=medium
+
+ * Resolve a race in test cleanup by making second attempt more forceful
+ (Closes: #924800).
+
+ -- Sean Whitton <[email protected]> Sun, 31 Mar 2019 12:34:02 -0700
+
git-annex (7.20190129-2) unstable; urgency=medium
* Cherry pick upstream commit a64fca92f6dfea086b7b9e65a2b83fb50fee1ecf.
diff -Nru git-annex-7.20190129/debian/patches/debian-changes
git-annex-7.20190129/debian/patches/debian-changes
--- git-annex-7.20190129/debian/patches/debian-changes 2019-02-03
15:54:29.000000000 -0700
+++ git-annex-7.20190129/debian/patches/debian-changes 2019-03-31
12:34:02.000000000 -0700
@@ -65,3 +65,25 @@
, unlesscrippled ("v7 locked", testMode opts (RepoVersion 7))
, Just ("v5 direct", (testMode opts (RepoVersion 5)) {
forceDirect = True })
]
+--- git-annex-7.20190129.orig/Test/Framework.hs
++++ git-annex-7.20190129/Test/Framework.hs
+@@ -271,7 +271,7 @@ finalCleanup = whenM (doesDirectoryExist
+ Utility.ThreadScheduler.Seconds 10
+ whenM (doesDirectoryExist tmpdir) $ do
+ Annex.Action.reapZombies
+- removeDirectoryRecursive tmpdir
++ removePathForcibly tmpdir
+
+ checklink :: FilePath -> Assertion
+ checklink f =
+--- git-annex-7.20190129.orig/git-annex.cabal
++++ git-annex-7.20190129/git-annex.cabal
+@@ -313,7 +313,7 @@ Executable git-annex
+ unix-compat,
+ SafeSemaphore,
+ async,
+- directory (>= 1.2),
++ directory (>= 1.2.7.0),
+ disk-free-space,
+ filepath,
+ IfElse,
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
On Sun, Mar 31, 2019 at 12:37:27PM -0700, Sean Whitton wrote:
> Please unblock package git-annex
>
> Fixes an race condition in the test suite that causes FTBFS.
Unblocked; thanks.
--
Jonathan Wiltshire [email protected]
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
--- End Message ---