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

This commit is contained in:
Joey Hess 2014-06-09 19:47:31 -04:00
commit 2dfbbc6b43
4 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,20 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawm7eqCMh_B7mxE0tnchbr0JoYu11FUAFRY"
nickname="Stéphane"
subject="comment 2"
date="2014-06-09T20:34:55Z"
content="""
> It sounds rather like the webapp is failing to create the repository. Although I would expect for it to show an error message in red beneath the repository path.
No message in red at any time.
> OTOH, it also sounds like something (either the webapp or eg a manual git-annex run) set up a git-annex repository in ~/Documents.
There was none before the webapp.
After the webapp failure, there was one, but without any file.
Only after I manually did git annex add, it looked \"unlocked\".
> git-annex will be started automatically on login as long as ~/.config/git-annex/autostart lists a repository to use. If that file exists and contains ~/Documents then we'll know that the webapp successfully set up the repository.
Can't check now, the machine is off. Should check soon. Thanks.
"""]]

View file

@ -0,0 +1,19 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo"
nickname="Dirk"
subject="comment 2"
date="2014-06-09T21:16:36Z"
content="""
Thanks for the fix. The new tarball does not show the issue anymore.
Regarding \"due to the way it is run\":
* I use Konsole as my terminal under xfce, inside of that is bash
* I made sure that I removed old stuff beforehand \"rm -rf .config/git-annex/ Desktop/annex/ .ssh/git-annex-*\"
* I went to the directory in the tarball \"git-annex.linux\" and called \"./git-annex webapp\"
* Browser used is firefox
I guess I should setup the PATH properly. This was just meant as a test for the tarball given that there is no up to date package for ubuntu available anymore.
Not sure if there is other information that would help you determine if I run this in a special way.
"""]]