0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-22 12:10:44 +00:00

Makefile: update the push URL to point to orgmode.org repo

This commit is contained in:
Bastien Guerry 2011-01-09 19:02:15 +01:00
parent 4c295ce63b
commit 58c53d1a0e

View file

@ -441,15 +441,15 @@ cleanrel:
push: push:
git-push git+ssh://repo.or.cz/srv/git/org-mode.git master git-push orgmode@orgmode.org:org-mode.git master
pushtag: pushtag:
git-tag -m "Adding tag" -a $(TAG) git-tag -m "Adding tag" -a $(TAG)
git-push git+ssh://repo.or.cz/srv/git/org-mode.git $(TAG) git-push orgmode@orgmode.org:org-mode.git $(TAG)
pushreleasetag: pushreleasetag:
git-tag -m "Adding release tag" -a release_$(TAG) git-tag -m "Adding release tag" -a release_$(TAG)
git-push git+ssh://repo.or.cz/srv/git/org-mode.git release_$(TAG) git-push orgmode@orgmode.org:org-mode.git release_$(TAG)
# Dependencies # Dependencies