Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

#21 initialisation problem

已關閉
jcolomb3 年之前創建 · 2 條評論

the scripts only works with submodules who went through gin init.

what is the best way to go around?

  • do gin init if not done before
  • give warning and go to the next submodule

Also, what workflow for the users to get their repo working? should gin get function be modified to work with submodules ?

Same question for gin login: should the script ask for login if it cannot reach the server ?

the scripts only works with submodules who went through `gin init`. what is the best way to go around? - do gin init if not done before - give warning and go to the next submodule Also, what workflow for the users to get their repo working? should `gin get` function be modified to work with submodules ? Same question for gin login: should the script ask for login if it cannot reach the server ?
julien colomb commented 3 年之前
所有者

if do:

echo "intialise submodules"
git submodule foreach gin init

then it works, but is it a good solution ?

What if the submodule is a gitlab repository, will it all break? see #11

what if people want not to use git annex on that submodule : should we get a way to prevent synchronisation with the script, while not failing?

if do: ``` echo "intialise submodules" git submodule foreach gin init ``` then it works, but is it a good solution ? What if the submodule is a gitlab repository, will it all break? see #11 what if people want not to use git annex on that submodule : should we get a way to prevent synchronisation with the script, while not failing?
julien colomb commented 3 年之前
所有者

for now it seem to work by #26 , but it is not perfect.

for now it seem to work by #26 , but it is not perfect.
jcolomb3 年之前 關閉
Sign in to join this conversation.
未選擇里程碑
未指派成員
1 參與者
正在加載...
取消
保存
尚未有任何內容