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

This commit is contained in:
Joey Hess 2016-11-08 14:53:09 -04:00
commit 9751e6f0c4
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
2 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="public@881708f3cb16d1f967ca9f517a310dd211474013"
nickname="public"
avatar="http://cdn.libravatar.org/avatar/e60c5356a8001ac2a78b489d6ac3731c"
subject="joey's test build fixes issue"
date="2016-11-08T14:53:48Z"
content="""
I was having the same issue on macOS Sierra (10.12.1). I downloaded your test build and that seems to have resolved the issue.
Andrew
"""]]

View file

@ -0,0 +1,22 @@
### Please describe the problem.
Cannot even extract the standalone linux tarball for deployment on our processing server:
[[!format sh """
[mvdoc@rolando bin] > tar -xzf git-annex-standalone-amd64.tar.gz
tar: git-annex.linux/shimmed/git-fsck/git-fsck: Cannot hard link to `git-annex.linux/shimmed/git-help/git-help': Invalid cross-device link
tar: git-annex.linux/shimmed/git-cat-file/git-cat-file: Cannot hard link to `git-annex.linux/shimmed/git-help/git-help': Invalid cross-device link
tar: git-annex.linux/shimmed/git-init/git-init: Cannot hard link to `git-annex.linux/shimmed/git-help/git-help': Invalid cross-device link
...
tar: Exiting with failure status due to previous errors
[mvdoc@rolando bin] > ls -l git-annex.linux/shimmed/git-pack-redundant/git-pack-redundant git-annex.linux/shimmed/git-help/git-help
ls: cannot access git-annex.linux/shimmed/git-pack-redundant/git-pack-redundant: No such file or directory
-rwxr-xr-x 1 mvdoc users 2023056 Oct 29 22:44 git-annex.linux/shimmed/git-help/git-help
[mvdoc@rolando bin] >
# End of transcript or log.
"""]]
[[!meta author=yoh]]