From 9fe27efaaeb49e045ebb6f220053bc47d915825a Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Fri, 6 May 2016 10:49:47 -0300 Subject: HACKING: add line on how to enable the gstqaassets file repository People that should have the keys atm: thiblahute, slomo, thiagoss --- HACKING | 2 ++ 1 file changed, 2 insertions(+) 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! -- cgit v1.2.3