summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2012-07-17 17:41:29 +0100
committerRobert Bragg <robert@linux.intel.com>2012-08-06 18:51:34 +0100
commit683545b1ff1b3d3332e73e1f709b0825c3350722 (patch)
tree05d28df2c3117c591a9cb4ddc3c09e1be1259919 /build
parente347135b6aa9f67ade7152af5abcad01a3305cc1 (diff)
downloadcogl-683545b1ff1b3d3332e73e1f709b0825c3350722.tar.gz
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)
Diffstat (limited to 'build')
-rw-r--r--build/autotools/Makefile.am.release11
1 files changed, 2 insertions, 9 deletions
diff --git a/build/autotools/Makefile.am.release b/build/autotools/Makefile.am.release
index 6a536e5d..ad2b818e 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:"