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

This commit is contained in:
Joey Hess 2013-02-22 14:49:17 -04:00
commit 7315758d04
16 changed files with 215 additions and 1 deletions

View file

@ -0,0 +1,16 @@
What steps will reproduce the problem?
* Start git annex assistant
* Setup a local repository
* Setup a remote box.com repository: set user & password, uncheck "share with friends", click "add repository"
What is the expected output? What do you see instead?
I get an internal server error message, instead of a confirmation message, and the repository is obviously not created:
Internal Server Error
HandshakeFailed (Error_Protocol ("certificate rejected: certificate is not allowed to sign another certificate",True,CertificateUnknown))
What version of git-annex are you using? On what operating system?
Git annex 3.20130216, on Debian/testing

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://cyprio.net/"
nickname="oz"
subject="Duplicate"
date="2013-02-22T17:42:30Z"
content="""
This is a duplicate of http://git-annex.branchable.com/bugs/WebDAV_HandshakeFailed_/ although the git-annex version is different.
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.153.253.75"
subject="comment 10"
date="2013-02-22T17:30:59Z"
content="""
@rillian could you try to install KBOX <http://kevinboone.net/Term-debug.apk> and see if its terminal accepts input? It's the same terminal app, so will be good to know if I broke it or this is a wider problem.
Also, did you try the soft keyboard? There's a menu item to enable it.
"""]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="rillian"
ip="64.213.70.194"
subject="Re: no keybourd events on Galaxy Tab 10.1"
date="2013-02-22T18:28:11Z"
content="""
KBOX has the same input problem so you didn't break anything with your changes.
I was testing with the soft keyboard. Turns out the spacebar and number keys on the soft keyboard work, as well as return, just not the alphabetic keys.
Trying on a hardware keyboard (Samsung docking station) is similar. Space, Enter and numbers work, but not letters. There's some additional confusion about shift state, where it gets confused and reports shifted digits from the hardware keys when the soft keyboard is in some shift states. E.g. switching the soft keyboard to numeric mode results in shift-digits (punctuation) from the hardware numeric keys.
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.153.253.75"
subject="comment 12"
date="2013-02-22T18:35:35Z"
content="""
@rillian the upstream for this terminal is <https://github.com/jackpal/Android-Terminal-Emulator/>
and I found a bug that looks similar. <https://github.com/jackpal/Android-Terminal-Emulator/issues/129>
You might add your info there, and try the workaround documented there.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://andrew.aylett.co.uk/"
nickname="andrew"
subject="Works on Samsung Galaxy S3"
date="2013-02-21T23:23:08Z"
content="""
Installed, executed and managed to get the help text on a Samsung Galaxy S3 running 4.1.2. Not tried anything else yet, but looks good so far, thank you very much :).
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawlmNbexnCgLywD0MKyT9mG9mWFb_qVj-8I"
nickname="Joshua"
subject="Toshiba Excite 7.7 (Android 4.1.1)"
date="2013-02-22T00:15:46Z"
content="""
Seems to run fine. I managed to create a repository, git-annex init it (had to set email and name per repository).
The first time I tried git-annex init it said \"Detected a crippled file system.\" \"Enabling direct mode.\" The final try that actually worked only mentioned the crippled filesystem and not direct mode.
"""]]

View file

@ -0,0 +1,44 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck"
nickname="Jim"
subject="Installs and runs"
date="2013-02-22T00:17:30Z"
content="""
No problem installing on a Galaxy Nexus with 4.2.2
1|u0_a162@android:/sdcard $ git clone https://git.jim.sh/jim/annex.git
Cloning into 'annex'...
fatal: Unable to find remote helper for 'https'
Too much to hope for at this stage, I suppose :)
128|u0_a162@android:/sdcard $ git annex assistant
git-annex: Not in a git repository.
1|u0_a162@android:/sdcard $ git init test
Initialized empty Git repository in /storage/emulated/legacy/test/.git/
u0_a162@android:/sdcard $ cd test
u0_a162@android:/sdcard/test $ git annex init
init
Detected a crippled filesystem.
Enabling direct mode.
*** Please tell me who you are.
Run
git config --global user.email \"you@example.com\"
git config --global user.name \"Your Name\"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'u0_a162@localhost.(none)')
git-annex: user error (git [\"--git-dir=/storage/emulated/legacy/test/.git\",\"--work-tree=/storage/emulated/legacy/test\",\"commit-tree\",\"4b825dc642cb6eb9a060e54bf8d69288fbee4904\"] exited 128)
failed
git-annex: init: 1 failed
1|u0_a162@android:/sdcard/test $
However, I get the same error even after setting `user.email` and `user.name` (which seems to work fine)
"""]]

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.153.253.75"
subject="comment 4"
date="2013-02-22T00:54:56Z"
content="""
@jim git http support is disabled to save space
What seems to work is: git config user.email \"you@example.com\"
It's probably looking in the wrong place for the global .gitconfig so --global doesn't work. The assistant
also automates dealing with this problem BTW.
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="rillian"
ip="174.6.6.167"
subject="no keybourd events on Galaxy Tab 10.1"
date="2013-02-22T06:54:54Z"
content="""
Hey, thanks for working on this.
I tried the Feb 21 apk on my Samsung galaxy Tab 10.1 with Android 4.0.4. It installed and launched fine, bringing up a terminal window, keyboard, etc, but only the return key works. It's not possible to type znything. The menus, new window button etc all seem to be functional.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawn7gQ1zZDdWhXy9H51W2krZYShNmKL3qfM"
nickname="Karsten"
subject="comment 6"
date="2013-02-22T07:00:41Z"
content="""
Installed on Cyanogenmod 7.2 (Android 2.3.7) on my HTC Desire. When starting the App \"Terminalsitzung wird ausgeführt\" (Terminalsession is started) shows in the statusline, then the app immediately closes.
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo"
nickname="Georg"
subject="installed successfully on galaxy nexus stock 4.2.2 rom"
date="2013-02-22T08:28:36Z"
content="""
could run git annex and get the help screen. didn't do much else after that since I am at work currently.
"""]]

View file

@ -0,0 +1,36 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U"
nickname="Richard"
subject="nexus 4, android 4.2.2"
date="2013-02-22T11:59:13Z"
content="""
Installs but can not detect email even when set:
--global user.name \"Your Name\" <
--global user.email \"you@example.com\" <
u0_a135@android:/sdcard/git-annex.home $ git annex init
init
Detected a crippled filesystem.
*** Please tell me who you are.
Run
git config --global user.email \"you@example.com\"
git config --global user.name \"Your Name\"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'u0_a135@localhost.(none)')
git-annex: user error (git [\"--git- dir=/storage/emulated/legacy/git-annex.home/.git\",\"--work-tree=/storage/emulated/legacy/git-annex.home\",\"commit-tree\",\"4b825dc642cb6eb9a060e54bf8d69288fbee4904\"] exited 128)
failed
git-annex: init: 1 failed
1|u0_a135@android:/sdcard/git-annex.home $
Sorry for bad copy paste... On tour bus in Stockholm and only have phone, no laptop...
RichiH
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://ertai.myopenid.com/"
nickname="npouillard"
subject="comment 9"
date="2013-02-22T15:19:25Z"
content="""
Same trouble with --global config, however local config works.
"""]]

View file

@ -6,7 +6,7 @@ locally paired systems, and remote servers with rsync.
Help me prioritize my work: What special remote would you most like
to use with the git-annex assistant?
[[!poll open=yes 15 "Amazon S3 (done)" 12 "Amazon Glacier (done)" 9 "Box.com (done)" 69 "My phone (or MP3 player)" 18 "Tahoe-LAFS" 7 "OpenStack SWIFT" 27 "Google Drive"]]
[[!poll open=yes 15 "Amazon S3 (done)" 12 "Amazon Glacier (done)" 9 "Box.com (done)" 70 "My phone (or MP3 player)" 18 "Tahoe-LAFS" 7 "OpenStack SWIFT" 28 "Google Drive"]]
This poll is ordered with the options I consider easiest to build
listed first. Mostly because git-annex already supports them and they

View file

@ -0,0 +1,13 @@
"watch" is described as
> With this running as a daemon in the background, you no longer need to manually run git commands when manipulating your files.
and "assistant" is described as
> Like watch, but also automatically syncs changes to other remotes.
I would like the behaviour of assistant, without the watch part:
I have an archive of large files, which I think would be useful to manage manually using git. But I don't want to manually enforce the "numcopies=" requirement, playing with the assistant and webapp it seems really nice to have it take care of that.
Is there currently an "assistant-without-watch" option? If not, is it planned?