Browse Source

add info to howto

Johannes Gütschow 1 year ago
parent
commit
e387884807
1 changed files with 5 additions and 1 deletions
  1. 5 1
      howto_new_release

+ 5 - 1
howto_new_release

@@ -5,8 +5,12 @@ git clone https://github.com/mikapfl/unfccc_di_data
 cd unfccc_di_data
 rm -rf venv
 make venv
-source venv/bin/activate.fish
+source venv/bin/activate.fish (in case you use bash without the '.fish')
 datalad rerun …
+
+datalad siblings add -s ginhemio --url https://gin.hemio.de/CR/unfcc_di_data --pushurl git@gin.hemio.de/CR/unfcc_di_data
+git config remote.ginhemio.annex-ignore false
+
 datalad push --to ginhemio --data anything
 
 At home: