Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
5e24e3ffe7
4 changed files with 39 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
[[!comment format=mdwn
|
||||
username="michalrus"
|
||||
avatar="http://cdn.libravatar.org/avatar/83c0b6e7f9d20f09a892263c4903bbae"
|
||||
subject="comment 2"
|
||||
date="2017-02-25T18:47:35Z"
|
||||
content="""
|
||||
Sure, that’s what I did at the very beginning (revoking the creds on AWS).
|
||||
|
||||
But still, when I clone this repo, `git annex info S3` in this fresh clone, says that credentials are embedded. This is a bit misleading.
|
||||
|
||||
Maybe updating S3 configuration with `embedcreds=no` could change that behavior?
|
||||
|
||||
It wouldn’t matter from the security standpoint (which is solved by changing permissions directly on AWS), but would simply be beneficial for usability. =)
|
||||
"""]]
|
|
@ -0,0 +1,7 @@
|
|||
Hello!
|
||||
|
||||
I’ve got two repos, both are using git-annex.
|
||||
|
||||
Can I somehow merge them together, into one?
|
||||
|
||||
Thank you!
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="openmedi"
|
||||
avatar="http://cdn.libravatar.org/avatar/563ffaff3b492c579bd8f094472e4506"
|
||||
subject="comment 1"
|
||||
date="2017-02-25T20:35:52Z"
|
||||
content="""
|
||||
I think you could add those two repositories as remotes of each other and merge them with the `--allow-unrelated-histories` option. But I'm not sure if this is a good idea, or not. But some googling in that direction might yield some useful information. Good luck!
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="michalrus"
|
||||
avatar="http://cdn.libravatar.org/avatar/83c0b6e7f9d20f09a892263c4903bbae"
|
||||
subject="comment 2"
|
||||
date="2017-02-26T00:59:21Z"
|
||||
content="""
|
||||
No, actually everything just works. ♥
|
||||
|
||||
It’s amazing! Thank you!
|
||||
"""]]
|
Loading…
Reference in a new issue