forked from ungleich-public/cdist
publishing more verbose
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
c1e1e7b8cb
commit
b2c21e24a9
1 changed files with 5 additions and 5 deletions
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…
Reference in a new issue