From 46052f8aea3b9babeb3f674de9998a92975b450f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 17 Feb 2012 15:18:15 +0000 Subject: [PATCH 1/2] Change maintainer-upload-snapshot to upload to a parallel location --- Makefile | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5006281..79e4b57 100644 --- a/Makefile +++ b/Makefile @@ -59,9 +59,9 @@ clean: maintainer-upload-snapshot: doc/spec/index.html @install -d tmp - rsync $(DOC_RSYNC_FLAGS) doc/spec/ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec-snapshot/ - @echo The snapshot lives at: - @echo ' ' http://telepathy.freedesktop.org/spec-snapshot/ + rsync $(DOC_RSYNC_FLAGS) doc/spec/ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec-next/ + @echo "The 'next' snapshot lives at:" + @echo ' ' http://telepathy.freedesktop.org/spec-next/ maintainer-upload-release: doc/spec/index.html check @install -d tmp -- 1.7.9