Linux standalone: Avoid using hard links in the tarball so it can be untarred on eg, afs which does not support them.
This commit is contained in:
parent
c0d93f678e
commit
d48f4caaef
4 changed files with 30 additions and 12 deletions
|
@ -20,3 +20,5 @@ ls: cannot access git-annex.linux/shimmed/git-pack-redundant/git-pack-redundant:
|
|||
"""]]
|
||||
|
||||
[[!meta author=yoh]]
|
||||
|
||||
> [[done]] --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 3"""
|
||||
date="2016-11-10T18:21:35Z"
|
||||
content="""
|
||||
Bloating the tarball with duplicates of all the hard linked stuff would
|
||||
increase its size by a large amount.
|
||||
|
||||
The current machinery for building the standlone tarball only works when
|
||||
using hard links.
|
||||
|
||||
Ok.. Complicated it by making it use symlinks.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue