diff --git a/.gitmodules b/.gitmodules index fb6a440..9ccb5dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "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"] 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"] 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"] 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 diff --git a/bin/git-myshellconfig-checkout b/bin/git-myshellconfig-checkout index 9bc3dc0..880aadc 100755 --- a/bin/git-myshellconfig-checkout +++ b/bin/git-myshellconfig-checkout @@ -81,11 +81,13 @@ EOF fi -cat << EOF >> "${MYSHELLCONFIG_LOGFILE}" -+-----update submodules $(date) ---------------------------------+ - -EOF +loginfo "+-----update submodules $(date) ---------------------------------+" +#cat << EOF >> "${MYSHELLCONFIG_LOGFILE}" +# +#+-----update submodules $(date) ---------------------------------+ +# +#EOF rc=0 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; } logdebug "submodules updated" >&2 -cat << EOF >> "${MYSHELLCONFIG_LOGFILE}" +loginfo << EOF >> "${MYSHELLCONFIG_LOGFILE}" +-----ENDE $(date) ---------------------------------+