summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@osg.samsung.com>2016-05-06 10:49:47 -0300
committerThiago Santos <thiagoss@osg.samsung.com>2016-05-06 10:50:44 -0300
commit9fe27efaaeb49e045ebb6f220053bc47d915825a (patch)
tree5a39123fda4571cca2e5beb4a894e456dcef3575
parent5e0824054187fc8a143c2c456e73565b58f1ffe7 (diff)
HACKING: add line on how to enable the gstqaassets file repository
People that should have the keys atm: thiblahute, slomo, thiagoss
-rw-r--r--HACKING2
1 files changed, 2 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index ad5f10f..a608663 100644
--- a/HACKING
+++ b/HACKING
@@ -12,6 +12,8 @@ the following steps:
$ git annex add medias/some/file/to.annex
$ git commit
+ # Enable gstqaassets backend (Ask maintainers for those keys if you need them)
+ $ AWS_ACCESS_KEY_ID={some-key} AWS_SECRET_ACCESS_KEY={another-key} git annex enableremote gstqaassets
$ git annex copy medias/some/file/to.annex --to gstqaassets # You could use any archive.org backend you want
$ git push origin master # Considering those new medias should go to master
$ git push origin git-annex # So that information about how to retrieve those medias are shared with others!