change urls of submodules, change output

This commit is contained in:
Jakobus Schürz 2020-10-25 07:16:54 +01:00
parent 0ede14c873
commit 61eaa03963
2 changed files with 11 additions and 9 deletions

8
.gitmodules vendored
View file

@ -1,12 +1,12 @@
[submodule "tmux/plugins/tpm"] [submodule "tmux/plugins/tpm"]
path = tmux/plugins/tpm path = tmux/plugins/tpm
url = http://git.schuerz.at/public/tmux-plugins/tpm.git url = http://github.com/gtmux-plugins/tpm.git
[submodule "tmux/plugins/tmux-themepack"] [submodule "tmux/plugins/tmux-themepack"]
path = tmux/plugins/tmux-themepack path = tmux/plugins/tmux-themepack
url = http://git.schuerz.at/public/tmux-plugins/tmux-themepack.git url = http://github.com/gtmux-plugins/tmux-themepack.git
[submodule "tmux/plugins/tmux-sensible"] [submodule "tmux/plugins/tmux-sensible"]
path = tmux/plugins/tmux-sensible path = tmux/plugins/tmux-sensible
url = http://git.schuerz.at/public/tmux-plugins/tmux-sensible.git url = http://github.com/gtmux-plugins/tmux-sensible.git
[submodule "vim/bundle/Vundle.vim"] [submodule "vim/bundle/Vundle.vim"]
path = vim/bundle/Vundle.vim path = vim/bundle/Vundle.vim
url = https://git.schuerz.at/public/Vim/gmarik/Vundle.vim.git url = https://github.com/gVim/gmarik/Vundle.vim.git

View file

@ -81,11 +81,13 @@ EOF
fi fi
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
+-----update submodules $(date) ---------------------------------+ loginfo "+-----update submodules $(date) ---------------------------------+"
#cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
EOF #
#+-----update submodules $(date) ---------------------------------+
#
#EOF
rc=0 rc=0
logdebug "update submodules" >&2 logdebug "update submodules" >&2
@ -97,7 +99,7 @@ $SGIT submodule foreach "git branch -u origin/master master" 1>>"${MYSHELLCONFI
$SGIT submodule update --recursive --remote --merge 1>>"${MYSHELLCONFIG_LOGFILE}" 2>&1 || { logwarn " update submodules failed on update"; rc=9; } $SGIT submodule update --recursive --remote --merge 1>>"${MYSHELLCONFIG_LOGFILE}" 2>&1 || { logwarn " update submodules failed on update"; rc=9; }
logdebug "submodules updated" >&2 logdebug "submodules updated" >&2
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}" loginfo << EOF >> "${MYSHELLCONFIG_LOGFILE}"
+-----ENDE $(date) ---------------------------------+ +-----ENDE $(date) ---------------------------------+