summaryrefslogtreecommitdiff
path: root/doc/bugs/build_fails_in_Assistant__47__WebApp__47__Gpg.hs.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-19 13:46:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-19 13:55:29 -0400
commitdbfc00e2a6ad99200da35f75f889174cd7bfd195 (patch)
tree9d8a9d1353ab10376183c1bda881fface04b6fcb /doc/bugs/build_fails_in_Assistant__47__WebApp__47__Gpg.hs.mdwn
parent41b7950285ef1e91b80c441c2be68a1ef4d0d27c (diff)
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were last edited or commented before Q3 2015. Command line used: for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done
Diffstat (limited to 'doc/bugs/build_fails_in_Assistant__47__WebApp__47__Gpg.hs.mdwn')
-rw-r--r--doc/bugs/build_fails_in_Assistant__47__WebApp__47__Gpg.hs.mdwn57
1 files changed, 0 insertions, 57 deletions
diff --git a/doc/bugs/build_fails_in_Assistant__47__WebApp__47__Gpg.hs.mdwn b/doc/bugs/build_fails_in_Assistant__47__WebApp__47__Gpg.hs.mdwn
deleted file mode 100644
index 172f28143..000000000
--- a/doc/bugs/build_fails_in_Assistant__47__WebApp__47__Gpg.hs.mdwn
+++ /dev/null
@@ -1,57 +0,0 @@
-### Please describe the problem.
-
-Building from git fails in Assistant/WebApp/Gpg.hs
-
-### What steps will reproduce the problem?
-
-Follow instructions at <http://git-annex.branchable.com/install/cabal/> for building from git:
-
-[[!format sh """
-cabal update
-PATH=$HOME/bin:$PATH
-cabal install c2hs --bindir=$HOME/bin
-cabal install --only-dependencies
-cabal configure
-cabal build
-"""]]
-
-### What version of git-annex are you using? On what operating system?
-
-git master (7da58f3ebf8), openSUSE 12.3
-
-### Please provide any additional information below.
-
-[[!format txt """
-# If you can, paste a complete transcript of the problem occurring here.
-# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
-
-Assistant/WebApp/Configurators/Fsck.hs:69:35:
- Warning: This binding for `u' shadows the existing binding
- bound at Assistant/WebApp/Configurators/Fsck.hs:60:17
-
-Assistant/WebApp/Configurators/Fsck.hs:126:11:
- Warning: This binding for `check' shadows the existing binding
- imported from `Assistant.WebApp.Common' at Assistant/WebApp/Configurators/Fsck.hs:16:1
--30
- (and originally defined in `Yesod.Form.Functions')
-[322 of 371] Compiling Assistant.TransferQueue ( Assistant/TransferQueue.hs, dist/build/git-annex/git
--annex-tmp/Assistant/TransferQueue.o )
-[323 of 371] Compiling Assistant.Threads.Glacier ( Assistant/Threads/Glacier.hs, dist/build/git-annex
-/git-annex-tmp/Assistant/Threads/Glacier.o )
-[324 of 371] Compiling Assistant.Threads.Merger ( Assistant/Threads/Merger.hs, dist/build/git-annex/g
-it-annex-tmp/Assistant/Threads/Merger.o )
-[325 of 371] Compiling Assistant.Threads.Cronner ( Assistant/Threads/Cronner.hs, dist/build/git-annex
-/git-annex-tmp/Assistant/Threads/Cronner.o )
-[326 of 371] Compiling Assistant.MakeRemote ( Assistant/MakeRemote.hs, dist/build/git-annex/git-annex
--tmp/Assistant/MakeRemote.o )
-[327 of 371] Compiling Assistant.WebApp.Gpg ( Assistant/WebApp/Gpg.hs, dist/build/git-annex/git-annex
--tmp/Assistant/WebApp/Gpg.o )
-
-Assistant/WebApp/Gpg.hs:88:40:
- Not in scope: type constructor or class `MonadIO'
- Perhaps you meant `Monad' (imported from Assistant.WebApp.Common)
-
-# End of transcript or log.
-"""]]
-
-> [[fixed|done]] --[[Joey]]