Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2013-10-21 16:47:28 -04:00
commit b3618004ff
4 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawk3HGoDpnOPob5jOjvIootmkve1-nCpRiI"
nickname="Kalle"
subject="Default removable storage repo not readable without git annex"
date="2013-10-21T08:50:50Z"
content="""
Hi,
Sounds to me you are expecting the files to be readable by a filemanager? By default a removable drive repo is only readable by git-annex.
The standard use case is to move files between computers with git-annex installed. I agree this is not what you´d expect.
Read <http://git-annex.branchable.com/forum/USB_backup_with_files_visible/> and the last post of <http://git-annex.branchable.com/forum/Can__39__t_get_git-annex_merge_to_work_from_git_hook/> for more info.
"""]]

View file

@ -0,0 +1,3 @@
I wanted to try out this probably great piece of software you wrote, alas I do not use a Debian distro with managed software menus (i.e. I use OpenBox), so I cannot simply open the assistant through my programs-menu. In fact, to do that I'd need the command to start the assistant so I can add it manually myself. Sadly, the man page did not gave me any advices... :(
Any chance to give me the terminal command to start the assistant?

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmBhQgaA5QrFwT67-Bo0qPIx0HD9roDrso"
nickname="Paul"
subject="comment 1"
date="2013-10-21T19:20:28Z"
content="""
git annex assitant
starts the assitant itself, you propably want the gui which you start by
git annex webapp
"""]]

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="RaspberryPie"
ip="96.44.189.100"
subject="&quot;Could not find module Crypto.Hash&quot; error when building git-annex "
date="2013-10-21T19:55:12Z"
content="""
Lately I get this error message when trying to build git-annex-v4.20131002:
Utility/Hash.hs:7:8:
Could not find module `Crypto.Hash'
Perhaps you meant
Crypto.HMAC (needs flag -package crypto-api-0.10.2)
Use -v to see a list of the files searched for.
crypto-api-0.10.2 is installed as a debian dev package. All the dependencies are met. I have no idea what's going on.
"""]]