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: STABLE3 - build: stop publishing to sources.redhat.comautomatically


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=300d65909c45dd7425beffe71a249bb91098affb
Commit:        300d65909c45dd7425beffe71a249bb91098affb
Parent:        9bd2e6a7409a838a35d6534bcde1f4c505d4bf28
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Tue Feb 3 06:17:51 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Tue Feb 3 06:17:51 2009 +0100

build: stop publishing to sources.redhat.com automatically

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

diff --git a/make/release.mk b/make/release.mk
index 817845f..be75b03 100644
--- a/make/release.mk
+++ b/make/release.mk
@@ -103,11 +103,6 @@ publish:
 		fedorahosted.org:$(MASTERPROJECT)
 	scp ../$(RASTGZ) \
 		fedorahosted.org:$(MASTERPROJECT)
-	cp ../$(MASTERTGZ) ../$(FENCETGZ) ../$(RASTGZ) \
-		../ftp/
-	cd ../ftp && \
-		cvs add $(MASTERTGZ) $(FENCETGZ) $(RASTGZ) && \
-		cvs commit -m "$(MASTERPV) release" $(MASTERTGZ) $(FENCETGZ) $(RASTGZ)
 	git log $(MASTERPROJECT)-$(OLDVER)..$(MASTERPV) | \
 		git shortlog > ../$(MASTERPV).emaildata
 	git diff --stat $(MASTERPROJECT)-$(OLDVER)..$(MASTERPV) \


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