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:
|
||||
for remote in "" github sf; do \
|
||||
echo "Pushing to $$remote" \
|
||||
git push --mirror $$remote \
|
||||
echo "Pushing to $$remote"; \
|
||||
git push --mirror $$remote; \
|
||||
done
|
||||
|
||||
git-release: git-tag git-branch-merge
|
||||
|
|
Loading…
Reference in a new issue