summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-08 14:18:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-08 14:25:18 -0400
commit5576dd93da0fe8224581d04e5668314c089304ea (patch)
treed599a94019942988862df165a5d85bd06c68539c
parent7178699050dc4ec48a987dca03f0d4e07e8c2ab6 (diff)
Fix build on platforms not supporting the webapp.
-rw-r--r--Assistant/Threads/SanityChecker.hs2
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 1 deletions
diff --git a/Assistant/Threads/SanityChecker.hs b/Assistant/Threads/SanityChecker.hs
index 827a17139..925fdbce6 100644
--- a/Assistant/Threads/SanityChecker.hs
+++ b/Assistant/Threads/SanityChecker.hs
@@ -237,5 +237,5 @@ checkOldUnused urlrenderer = go =<< annexExpireUnused <$> liftAnnex Annex.getGit
button <- mkAlertButton True (T.pack "Configure") urlrenderer ConfigUnusedR
void $ addAlert $ unusedFilesAlert [button] $ T.unpack $ renderTense Present msg
#else
- debug [msg]
+ debug [show $ renderTense Past msg]
#endif
diff --git a/debian/changelog b/debian/changelog
index e0eb14f32..57f69b34c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ git-annex (5.20140128) UNRELEASED; urgency=medium
* Android: Avoid crashing when unable to set file mode for ssh config file
due to Android filesystem horribleness.
* Avoid building with DAV 0.6 which is badly broken (see #737902).
+ * Fix build on platforms not supporting the webapp.
-- Joey Hess <joeyh@debian.org> Tue, 28 Jan 2014 13:57:19 -0400