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

This commit is contained in:
Joey Hess 2014-09-15 10:40:02 -04:00
commit 93b8da148e
4 changed files with 105 additions and 0 deletions

View file

@ -0,0 +1,66 @@
### Please describe the problem.
Cant add Server repo
### What steps will reproduce the problem?
install linux prebuild torball on server (readynas pro 600)
un-tar and run with ./git-annex
(git-annex test pass without error)
install windows client on win7 64 bit and start webapp
try add server repo as second repo will led to an internal server error about gpg
followed the assistend video
### What version of git-annex are you using? On what operating system?
Readynas (Linux):
annex@readynas-pro:~/git-annex.linux$ ./git-annex version
git-annex version: 5.20140831-g62e6ad8
build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA CryptoHash
key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier ddar hook external
Windows:
Version: 5.20140914-gb169612
Build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV DNS Feeds Quvi TDFA CryptoHash
Git on Windows:
C:\Users\Xaver>git --version
git version 1.9.4.msysgit.1
GPG on Windows:
C:\Users\Xaver>gpg --version
gpg (GnuPG) 2.0.26 (Gpg4win 2.2.2)
libgcrypt 1.6.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Home: C:/Users/Xaver/AppData/Roaming/gnupg
Unterstützte Verfahren:
Öff. Schlüssel: RSA, ELG, DSA
Verschlü.: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Komprimierung: nicht komprimiert, ZIP, ZLIB, BZIP2
### Please provide any additional information below.
Internal Server Error
user error (gpg ["--quiet","--trust-model","always","--with-colons","--list-secret-keys","--fixed-list-mode"] exited 2)
gpg: fatal: can't create directory `/home/Xaver/.gnupg': No such file or directory
makes no sense on windows machine
must be like "C:\Users\Xaver\AppData\Roaming\gnupg" or %Username%\AppData\Roaming\gnupg I guess.
gpg itself works fine I use it with thunderbird
[[!format sh """
# 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
gpg: WARNING: using insecure memory!
gpg: please see http://www.gnupg.org/documentation/faqs.html for more information
gpg: fatal: can't create directory `/home/Xaver/.gnupg': No such file or directory
secmem usage: 0/0 bytes in 0/0 blocks of pool 0/65536
14/Sep/2014:23:17:08 +0200 [Error#yesod-core] user error (gpg ["--quiet","--trust-model","always","--with-colons","--list-secret-keys","--fixed-list-mode"] exited 2) @(yesod-core-1.2.19:Yesod.Core.Class.Yesod .\Yesod\Core\Class\Yesod.hs:503:5)
# End of transcript or log.
"""]]

View file

@ -0,0 +1,19 @@
[[!comment format=mdwn
username="https://id.koumbit.net/anarcat"
ip="72.0.72.144"
subject="comment 2"
date="2014-09-14T17:38:34Z"
content="""
thanks so much for your work on git-annex, joeyh. it's hard to imagine that just 4 years ago, we didn't have anything even close to this tool and how far it went since then.
~~~~
anarcat@marcos:git-annex$ pepper age
Loading cache index... done
git-annex is 3 years old
git-annex's birthday is in about 1 month (October 19th)
~~~~
birthday is coming soon! :)
it's also quite impressive how much work can be done in a single year with some (fairly minimal) funding to dedicate a full dev on a project. very inspiring - keep up the good work! -- [[anarcat]]
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo"
nickname="Justin"
subject="comment 2"
date="2014-09-14T18:57:12Z"
content="""
If `/computer1/annex/` was already an annex repository you should have synced the phone to that, not to a new bare repository at `/computer1/annex/mobile/`
"""]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="zardoz"
ip="134.147.14.84"
subject="comment 3"
date="2014-09-15T10:34:36Z"
content="""
Some documentation that would be nice having added in the appropriate places:
* Exactly how is the index file being used? Is this just a copy of the git index file that we would get when checking out the git-annex branch? Why is the file kept around? Which sort of operations are done on the index, e.g. when doing git annex add?
* For all time-stamped data-structures: Exactly which significance does the time-stamp have? E.g., for uuid.log, is this the date the name was changed?
"""]]