public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE2 - build: fix CVS commit call
@ 2009-01-22 12:43 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-01-22 12:43 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=7301a1e2cea85c39f24bdaa0a88a20a09bbcf10c
Commit:        7301a1e2cea85c39f24bdaa0a88a20a09bbcf10c
Parent:        8a854f0009b6f2d8441a6e44d40665e868e2328f
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Thu Jan 22 13:42:12 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Thu Jan 22 13:42:12 2009 +0100

build: fix CVS commit call

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 make/release.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/make/release.mk b/make/release.mk
index c1dd226..b31a33d 100644
--- a/make/release.mk
+++ b/make/release.mk
@@ -69,7 +69,7 @@ master-publish:
 		../ftp/$(TGZ)
 	cd ../ftp && \
 		cvs add $(TGZ) && \
-		cvs commit $(TGZ) -m "$(PV) release"
+		cvs commit -m "$(PV) release" $(TGZ)
 	git log $(PROJECT)-$(OLDVER)..$(PV) | \
 		git shortlog > ../$(PV).emaildata
 	git diff --stat $(PROJECT)-$(OLDVER)..$(PV) \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-22 12:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-22 12:43 cluster: STABLE2 - build: fix CVS commit call Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).