publishing more verbose

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
remotes/origin/2.0
Nico Schottelius 13 years ago
parent c1e1e7b8cb
commit b2c21e24a9
  1. 10
      build

10
build

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

Loading…
Cancel
Save