summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2011-04-05 19:25:49 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2011-04-05 19:27:59 +0100
commit345423afa85bb83486248926c831443cf75949ef (patch)
tree8e793004a07ef094eac71cef0b04e8e7bc0e39ee /build
parent4e18cfbbcc3b1fe5d6a2307420d0cc083ccf89c8 (diff)
downloadclutter-gst-345423afa85bb83486248926c831443cf75949ef.tar.gz
build: Enforce the dlespiau user as the GNOME user in the release targets
Diffstat (limited to 'build')
-rw-r--r--build/autotools/Makefile.am.release5
1 files changed, 2 insertions, 3 deletions
diff --git a/build/autotools/Makefile.am.release b/build/autotools/Makefile.am.release
index 0eb2a0e..3685450 100644
--- a/build/autotools/Makefile.am.release
+++ b/build/autotools/Makefile.am.release
@@ -47,10 +47,9 @@ 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:
+ @scp $(tar_file) dlespiau@master.gnome.org:
@echo "Running ftpadmin install..."
- @ssh master.gnome.org ftpadmin install $(tar_file)
- @mv -f $(sha256_file) $(top_builddir)/build/$(sha256_file)
+ @ssh dlespiau@master.gnome.org ftpadmin install $(tar_file)
@echo "Done."
release-message: $(sha256_file)