[gobject-introspection] Makefile: Fix release scripts to point to master.gnome.org



commit c6ec5f97024daa3b2afa66813723f249ec34ae1c
Author: Colin Walters <walters verbum org>
Date:   Fri Apr 1 10:56:23 2011 -0400

    Makefile: Fix release scripts to point to master.gnome.org
    
    This is where install-module lives now.

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 00b6fc8..29aee32 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]