This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: STABLE2 - build: fix CVS commit call


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) \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]