[Project] fixed urls of projects

This commit is contained in:
Robert von Burg 2014-03-14 14:36:33 +01:00
parent d7d1225162
commit 5ee34360ba
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