summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-01-09 19:02:15 +0100
committerBastien Guerry <bzg@altern.org>2011-01-09 19:02:15 +0100
commit672ff876a1c6943abb4fca669f6852d775003e29 (patch)
tree6d10a254011a4c97dfead1b6c5005b85d0547f77
parenta41eaf4d7b6a45a67e279d20403f3347a00f2b2f (diff)
downloadorg-mode-672ff876a1c6943abb4fca669f6852d775003e29.tar.gz
Makefile: update the push URL to point to orgmode.org repo
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 329c30d..bc0752b 100644
--- a/Makefile
+++ b/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