Skip to content

Commit

Permalink
Use github version of realxtend-tundra-deps, as Google Code is shutti…
Browse files Browse the repository at this point in the history
…ng down in 2016.
  • Loading branch information
cadaver committed Aug 28, 2015
1 parent 6cb0ccd commit 6cef336
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions tools/Linux/build-deps-ubuntu12_04.bash
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ then
echo "Cloning source of HydraX/SkyX/PythonQT/NullRenderer..."
git init $depdir
cd $depdir
git fetch https://code.google.com/p/realxtend-tundra-deps/ sources:refs/remotes/origin/sources
git remote add origin https://code.google.com/p/realxtend-tundra-deps/
git fetch https://github.com/realXtend/realxtend-tundra-deps.git sources:refs/remotes/origin/sources
git remote add https://github.com/realXtend/realxtend-tundra-deps.git
git checkout sources
else
cd $depdir
Expand Down
4 changes: 2 additions & 2 deletions tools/Linux/build-deps-ubuntu14_04.bash
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ then
echo "Cloning source of HydraX/SkyX/PythonQT/NullRenderer..."
git init $depdir
cd $depdir
git fetch https://code.google.com/p/realxtend-tundra-deps/ sources:refs/remotes/origin/sources
git remote add origin https://code.google.com/p/realxtend-tundra-deps/
git fetch https://github.com/realXtend/realxtend-tundra-deps.git sources:refs/remotes/origin/sources
git remote add origin https://github.com/realXtend/realxtend-tundra-deps.git
git checkout sources
else
cd $depdir
Expand Down
4 changes: 2 additions & 2 deletions tools/Linux/build-deps.bash
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ then
echo "Cloning source of HydraX/SkyX/PythonQT/NullRenderer..."
git init $depdir
cd $depdir
git fetch https://code.google.com/p/realxtend-tundra-deps/ sources:refs/remotes/origin/sources
git remote add origin https://code.google.com/p/realxtend-tundra-deps/
git fetch https://github.com/realXtend/realxtend-tundra-deps.git sources:refs/remotes/origin/sources
git remote add origin https://github.com/realXtend/realxtend-tundra-deps.git
git checkout sources
else
cd $depdir
Expand Down
4 changes: 2 additions & 2 deletions tools/OSX/BuildDeps.bash
Original file line number Diff line number Diff line change
Expand Up @@ -795,8 +795,8 @@ then
echoInfo "Cloning source of HydraX/SkyX/PythonQT/NullRenderer..."
git init $depdir
cd $depdir
git fetch https://code.google.com/p/realxtend-tundra-deps/ sources:refs/remotes/origin/sources
git remote add origin https://code.google.com/p/realxtend-tundra-deps/
git fetch https://github.com/realXtend/realxtend-tundra-deps.git sources:refs/remotes/origin/sources
git remote add origin https://github.com/realXtend/realxtend-tundra-deps.git
git checkout sources
else
cd $depdir
Expand Down
4 changes: 2 additions & 2 deletions tools/Windows/BuildDeps.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,8 @@ IF NOT EXIST "%DEPS%\realxtend-tundra-deps\.git". (
cd "%DEPS%"
call git init realxtend-tundra-deps
cd realxtend-tundra-deps
call git fetch https://code.google.com/p/realxtend-tundra-deps/ sources:refs/remotes/origin/sources
call git remote add origin https://code.google.com/p/realxtend-tundra-deps/
call git fetch https://github.com/realXtend/realxtend-tundra-deps.git sources:refs/remotes/origin/sources
call git remote add origin https://github.com/realXtend/realxtend-tundra-deps.git
call git checkout sources
IF NOT EXIST "%DEPS%\realxtend-tundra-deps\.git" GOTO :ERROR
) ELSE (
Expand Down

0 comments on commit 6cef336

Please sign in to comment.