common Makefile.common,1.62,1.63

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Wed Jun 6 21:11:26 UTC 2007


Author: mmcgrath

Update of /cvs/extras/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17993

Modified Files:
	Makefile.common 
Log Message:
crap, this shouldn't have been comitted


Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Makefile.common	6 Jun 2007 18:56:50 -0000	1.62
+++ Makefile.common	6 Jun 2007 21:10:56 -0000	1.63
@@ -89,8 +89,8 @@
 endif
 
 # The repository and the clients we use for the files
-REPOSITORY ?= http://209.132.176.51/repo/pkgs
-UPLOAD_REPOSITORY ?= https://209.132.176.51/repo/pkgs/upload.cgi
+REPOSITORY ?= http://cvs.fedora.redhat.com/repo/pkgs
+UPLOAD_REPOSITORY ?= https://cvs.fedora.redhat.com/repo/pkgs/upload.cgi
 
 # We define CURL and WGET in a way that makes if possible to have them
 # overwritten from the module's Makefiles. Then CLIENT picks CURL, otherwise WGET
@@ -308,7 +308,7 @@
 
 CVS_ROOT	:= $(shell if [ -f CVS/Root ] ; then cat CVS/Root ; fi)
 CVS_REPOSITORY	:= $(shell if [ -f CVS/Repository ] ; then cat CVS/Repository ; fi)
-CVS_URL		:= cvs://209.132.176.51/cvs/pkgs?$(CVS_REPOSITORY)\#$(TAG)
+CVS_URL		:= cvs://cvs.fedora.redhat.com/cvs/pkgs?$(CVS_REPOSITORY)\#$(TAG)
 
 ## create a clean exported copy in $(TMPCVS)
 export:: sources




More information about the scm-commits mailing list