[next] telepathy-spec: don' t overwrite spec v0 when uploading v1 prereleases

Simon McVittie smcv at kemper.freedesktop.org
Thu Sep 26 11:29:50 PDT 2013


Module: telepathy-spec
Branch: next
Commit: 7f9cbec1927267b5cefccee18a73f30379a83b92
URL:    http://cgit.freedesktop.org/telepathy/telepathy-spec/commit/?id=7f9cbec1927267b5cefccee18a73f30379a83b92

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Sep 17 15:53:08 2013 +0100

don't overwrite spec v0 when uploading v1 prereleases

---

 Makefile |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 79e4b57..d78e724 100644
--- a/Makefile
+++ b/Makefile
@@ -74,8 +74,7 @@ maintainer-upload-release: doc/spec/index.html check
 	gpg --verify telepathy-spec-$(VERSION).tar.gz.asc
 	rsync -vzP telepathy-spec-$(VERSION).tar.gz telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/releases/telepathy-spec/
 	rsync -vzP telepathy-spec-$(VERSION).tar.gz.asc telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/releases/telepathy-spec/
-	rsync $(DOC_RSYNC_FLAGS) doc/spec/ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec/
-	rsync $(DOC_RSYNC_FLAGS) doc/spec/ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec-snapshot/
+	rsync $(DOC_RSYNC_FLAGS) doc/spec/ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/spec-next/
 
 dist: check
 	@install -d tmp



More information about the telepathy-commits mailing list