Merge branch 'master' of github.com:eitch/li.strolch.dev

This commit is contained in:
Robert von Burg 2014-03-21 14:01:19 +01:00
commit bbb5a0d1ca
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ for /F %%i in ('type projects.lst') do (
echo INFO: Project !project! already exists. Not cloning
) else (
echo INFO: Cloning project !project! ...
git clone git@github.com:eitch/!project!.git ..\!project!
git clone git@github.com:eitchnet/!project!.git ..\!project!
if !ERRORLEVEL! NEQ 0 goto :FAIL
echo.
)

View File

@ -12,7 +12,7 @@ while read project; do
if [ -d "${project}" ] ; then
echo "Project ${project} already cloned."
else
if ! git clone "git@github.com:eitch/${project}.git" "${project}" ;then
if ! git clone "git@github.com:eitchnet/${project}.git" "${project}" ;then
exit 1
fi
echo

View File

@ -18,7 +18,7 @@ for /F %%i in ('type projects.lst') do (
echo INFO: Project !project! already exists. Not cloning
) else (
echo INFO: Cloning project !project! ...
git git clone https://github.com/eitch/!project!.git ..\!project!
git git clone https://github.com/eitchnet/!project!.git ..\!project!
if !ERRORLEVEL! NEQ 0 goto :FAIL
echo.
)

View File

@ -12,7 +12,7 @@ while read project; do
if [ -d "${project}" ] ; then
echo "Project ${project} already cloned."
else
if ! git clone "https://github.com/eitch/${project}.git" "${project}" ;then
if ! git clone "https://github.com/eitchnet/${project}.git" "${project}" ;then
exit 1
fi
echo