[clutter-gst] build: Make the release-upload target upload to GNOME ftp servers
- From: Damien Lespiau <dlespiau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst] build: Make the release-upload target upload to GNOME ftp servers
- Date: Tue, 5 Apr 2011 18:18:41 +0000 (UTC)
commit bbbae57d1380c8b3a35114eaf505f5b9f462062c
Author: Damien Lespiau <damien lespiau intel com>
Date: Tue Apr 5 19:08:12 2011 +0100
build: Make the release-upload target upload to GNOME ftp servers
build/autotools/Makefile.am.release | 7 +++++++
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)"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]