do not push to ethz

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-12-19 22:41:20 +01:00
parent fbda50dfb0
commit acb31b2632
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -349,7 +349,7 @@ eof
;;
p|pu|pub)
for remote in "" github sf ethz; do
for remote in "" github sf; do
echo "Pushing to $remote"
git push --mirror $remote
done