Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
b20d8b5471
6 changed files with 57 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
subject="comment 10"
|
||||
date="2015-01-07T02:41:21Z"
|
||||
content="""
|
||||
I really want to know if I managed to get git-annex linked PIE before proceeding with furher yak shaving on getting busybox, etc built PIE.
|
||||
|
||||
If you can use adb or another terminal, see if you can run /data/data/ga.androidterm/lib/lib.git-annex.so and if it prints git-annex's usage message.
|
||||
"""]]
|
|
@ -0,0 +1,7 @@
|
|||
[[!comment format=mdwn
|
||||
username="etset"
|
||||
subject="git-annex is correctly linked"
|
||||
date="2015-01-07T14:30:38Z"
|
||||
content="""
|
||||
I tested the executable you mention, and indeed, the git-annex help/list of commands appears. I also tested every other executable in the folder, and most of them display the PIE error message.
|
||||
"""]]
|
|
@ -0,0 +1,7 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
subject="comment 9"
|
||||
date="2015-01-07T02:37:25Z"
|
||||
content="""
|
||||
Then it's busybox (and git, and...) that's the problem.
|
||||
"""]]
|
|
@ -0,0 +1,13 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawm_YXzEdPHzbSGVwtmTR7g1BqDtTnIBB5s"
|
||||
nickname="Matthias"
|
||||
subject="File immutability"
|
||||
date="2015-01-07T12:06:15Z"
|
||||
content="""
|
||||
# setcap cap_linux_immutable+ep /usr/bin/git-annex
|
||||
|
||||
After doing that, git-annex is able to make files immutable, so the additional directory is not needed any more.
|
||||
Even on file systems / in environments where that is not possible, in some situations file lookup speed is way more important than not being able to delete the target of a symlink.
|
||||
|
||||
I have no idea how to code in Haskell, so if somebody else could add an appropriate always/never/only-when-necessary config option I'd be very happy, and my media server would not have any more hiccups when switching songs …
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawkPIqJZ88VZEVqLhLOd1LMdYXcy6bAW9qE"
|
||||
nickname="Lemao"
|
||||
subject="comment 8"
|
||||
date="2015-01-07T13:54:23Z"
|
||||
content="""
|
||||
I use github as my central git repository and I would like to use S3 to store large files with annex. Since the s3 remote in .git/config is not stored in github, how do I make sure I reconnect to the same s3 bucket in case I delete my local clone? Reinitializing the remote will create a completely new bucket.
|
||||
|
||||
I would also be a good idea to centralize git-annex folders inside a single bucket so I keep the global namespace under control and can narrow down the permissioning.
|
||||
"""]]
|
|
@ -0,0 +1,11 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
subject="comment 9"
|
||||
date="2015-01-07T17:25:43Z"
|
||||
content="""
|
||||
Lemao, make sure you have pushed your git-annex branch to your central git repository.
|
||||
|
||||
When you clone that repo elsewhere, you can add the S3 remote by running `git annex enableremote cloud` (replace \"cloud\" with whatever name you originally picked when you used `git annex initremote` to set up the S3 remote in the first place.
|
||||
|
||||
git-annex stores the necessary configuration of the S3 remote on the git-annex branch.
|
||||
"""]]
|
Loading…
Reference in a new issue