summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-04-01 10:56:23 -0400
committerColin Walters <walters@verbum.org>2011-04-01 10:56:23 -0400
commitc6ec5f97024daa3b2afa66813723f249ec34ae1c (patch)
tree82f38ac8033113e6e2041b487869442845fc8ea6
parent5968b6da52339bb9f4355de58063bdf9d3f589ae (diff)
downloadgobject-introspection-c6ec5f97024daa3b2afa66813723f249ec34ae1c.tar.gz
Makefile: Fix release scripts to point to master.gnome.org
This is where install-module lives now.
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 00b6fc87..29aee329 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,8 +68,8 @@ upload-release: $(distdir).tar.bz2
git log origin/master..master
@echo -n "Ok to push? [y/N] "; read ans; test x$$ans == xy || exit 1
git push --tags origin master:master
- scp $(distdir).tar.bz2 gnome.org:
- ssh gnome.org install-module $(distdir).tar.bz2
+ scp $(distdir).tar.bz2 master.gnome.org:
+ ssh master.gnome.org install-module $(distdir).tar.bz2
check-local:
gtester --verbose $(GTESTER_PROGS)