fix target pub:
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
db717ab660
commit
6c2ee6346f
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -204,8 +204,8 @@ $(VERSION_FILE): .git/refs/heads/* .git/refs/tags/* .git/HEAD
|
||||||
# Pub is Nico's "push to all git remotes" thing
|
# Pub is Nico's "push to all git remotes" thing
|
||||||
pub:
|
pub:
|
||||||
for remote in "" github sf; do \
|
for remote in "" github sf; do \
|
||||||
echo "Pushing to $$remote" \
|
echo "Pushing to $$remote"; \
|
||||||
git push --mirror $$remote \
|
git push --mirror $$remote; \
|
||||||
done
|
done
|
||||||
|
|
||||||
git-release: git-tag git-branch-merge
|
git-release: git-tag git-branch-merge
|
||||||
|
|
Loading…
Reference in a new issue