summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2011-04-05 19:08:12 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2011-04-05 19:08:12 +0100
commitbbbae57d1380c8b3a35114eaf505f5b9f462062c (patch)
treee83a0cd6d07f6928243b64cef487870b3a72879e /build
parent039ba63d0ce19865e75d46ef7a14111d204833e2 (diff)
downloadclutter-gst-bbbae57d1380c8b3a35114eaf505f5b9f462062c.tar.gz
build: Make the release-upload target upload to GNOME ftp servers1.3.8
Diffstat (limited to 'build')
-rw-r--r--build/autotools/Makefile.am.release7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/autotools/Makefile.am.release b/build/autotools/Makefile.am.release
index ab53059..0eb2a0e 100644
--- a/build/autotools/Makefile.am.release
+++ b/build/autotools/Makefile.am.release
@@ -44,7 +44,14 @@ 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..."
+ @ssh master.gnome.org ftpadmin install $(tar_file)
+ @mv -f $(sha256_file) $(top_builddir)/build/$(sha256_file)
+ @echo "Done."
release-message: $(sha256_file)
@echo "Release URL: $(RELEASE_URL)/$(tar_file)"