mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-02-05 21:26:18 +00:00
Makefile: update the push URL to point to orgmode.org repo
This commit is contained in:
parent
a41eaf4d7b
commit
672ff876a1
6
Makefile
6
Makefile
@ -441,15 +441,15 @@ cleanrel:
|
||||
|
||||
|
||||
push:
|
||||
git-push git+ssh://repo.or.cz/srv/git/org-mode.git master
|
||||
git-push orgmode@orgmode.org:org-mode.git master
|
||||
|
||||
pushtag:
|
||||
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:
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user