summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-06-25 17:17:15 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2012-06-25 17:17:15 +0100
commit88e1c77e82f9164d92c0d7fa2c59391aade0ac8f (patch)
tree98169cd5019bb69e490de362d37b6c0c3bcbd3be
parent6de0ef28283623064b95c2f6280ec348456bb6f6 (diff)
downloadclutter-gst-88e1c77e82f9164d92c0d7fa2c59391aade0ac8f.tar.gz
build: Remove the upload to clutter-project.org
GNOME release only from now on.
-rw-r--r--build/autotools/Makefile.am.release6
1 files changed, 0 insertions, 6 deletions
diff --git a/build/autotools/Makefile.am.release b/build/autotools/Makefile.am.release
index f2ace01..f7077e6 100644
--- a/build/autotools/Makefile.am.release
+++ b/build/autotools/Makefile.am.release
@@ -4,10 +4,6 @@
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):upload-source
-
RELEASE_URL_BASE = http://source.clutter-project.org/sources/clutter-gst
RELEASE_URL = $(RELEASE_URL_BASE)/$(CLUTTER_GST_MAJOR_VERSION).$(CLUTTER_GST_MINOR_VERSION)
@@ -46,8 +42,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) dlespiau@master.gnome.org:
@echo "Running ftpadmin install..."