[cogl] build: Remove clutter-project.org from the release rules



commit 89d319830a7c78d932582a900f675c7f820a6166
Author: Neil Roberts <neil linux intel com>
Date:   Tue Jul 17 17:41:29 2012 +0100

    build: Remove clutter-project.org from the release rules
    
    clutter-project.org is no longer accessible for uploading releases so
    this just removes all mention of it from the release rules.
    
    (cherry picked from commit 66c291a3a4e811bde7f022e756f93d0f224975c3)

 build/autotools/Makefile.am.release |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/build/autotools/Makefile.am.release b/build/autotools/Makefile.am.release
index 6a536e5..ad2b818 100644
--- a/build/autotools/Makefile.am.release
+++ b/build/autotools/Makefile.am.release
@@ -4,12 +4,8 @@
 
 TAR_OPTIONS = --owner=0 --group=0
 
-RELEASE_UPLOAD_HOST = clutter-project.org
-RELEASE_UPLOAD_USER = clutter
-RELEASE_UPLOAD_DIR  = $(RELEASE_UPLOAD_USER)@$(RELEASE_UPLOAD_HOST):~$(RELEASE_UPLOAD_USER)/upload-source
-
-RELEASE_URL_BASE = http://source.clutter-project.org/sources/clutter
-RELEASE_URL      = $(RELEASE_URL_BASE)/$(COGL_MAJOR_VERSION).$(COGL_MINOR_VERSION)
+RELEASE_URL_BASE = http://download.gnome.org/sources/cogl
+RELEASE_URL      = $(RELEASE_URL_BASE)/$(COGL_1_MAJOR_VERSION).$(COGL_1_MINOR_VERSION)
 
 RELEASE_ANNOUNCE_LIST = cogl3d googlegroups com, clutter-announce clutter-project org
 RELEASE_ANNOUNCE_CC   = gnome-announce-list gnome org
@@ -59,8 +55,6 @@ release-verify-even-micro:
 	@echo "Good."
 
 release-upload: $(sha256_file)
-	@echo "Uploading to $(RELEASE_UPLOAD_HOST)..."
-	@scp $(tar_file) $(RELEASE_UPLOAD_DIR)
 	@echo "Uploading to master.gnome.org..."
 	@scp $(tar_file) master.gnome.org:
 	@echo "Running ftpadmin install..."
@@ -91,7 +85,6 @@ release-message:
 	@echo ""
 	@echo "Tarballs can be downloaded from:"
 	@echo ""
-	@echo "  http://source.clutter-project.org/sources/cogl/1.$(COGL_1_MINOR_VERSION)/"
 	@echo "  http://download.gnome.org/sources/cogl/1.$(COGL_1_MINOR_VERSION)/"
 	@echo ""
 	@echo "SHA256 Checksum:"



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