publishing more verbose

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-05-14 18:32:45 +02:00
parent c1e1e7b8cb
commit b2c21e24a9
1 changed files with 5 additions and 5 deletions

10
build
View File

@ -126,11 +126,11 @@ case "$1" in
rm -f latest && ln -sf "$version" latest" rm -f latest && ln -sf "$version" latest"
;; ;;
p|pu|pub) p|pu|pub)
git push --mirror for remote in "" github sf ethz; do
git push --mirror github echo "Pushing to $remote"
git push --mirror sf git push --mirror $remote
git push --mirror ethz done
;; ;;
clean) clean)