diff options
author | Colin Walters <walters@verbum.org> | 2011-04-01 10:56:23 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2011-04-01 10:56:23 -0400 |
commit | c6ec5f97024daa3b2afa66813723f249ec34ae1c (patch) | |
tree | 82f38ac8033113e6e2041b487869442845fc8ea6 /Makefile.am | |
parent | 5968b6da52339bb9f4355de58063bdf9d3f589ae (diff) | |
download | gobject-introspection-c6ec5f97024daa3b2afa66813723f249ec34ae1c.tar.gz |
Makefile: Fix release scripts to point to master.gnome.org
This is where install-module lives now.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
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) |