common Makefile.common,1.61,1.62

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Wed Jun 6 18:57:20 UTC 2007


Author: mmcgrath

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

Modified Files:
	Makefile.common 
Log Message:
upstream released new version


Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- Makefile.common	31 May 2007 19:38:07 -0000	1.61
+++ Makefile.common	6 Jun 2007 18:56:50 -0000	1.62
@@ -89,8 +89,8 @@
 endif
 
 # The repository and the clients we use for the files
-REPOSITORY ?= http://cvs.fedora.redhat.com/repo/pkgs
-UPLOAD_REPOSITORY ?= https://cvs.fedora.redhat.com/repo/pkgs/upload.cgi
+REPOSITORY ?= http://209.132.176.51/repo/pkgs
+UPLOAD_REPOSITORY ?= https://209.132.176.51/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://cvs.fedoraproject.org/cvs/pkgs?$(CVS_REPOSITORY)\#$(TAG)
+CVS_URL		:= cvs://209.132.176.51/cvs/pkgs?$(CVS_REPOSITORY)\#$(TAG)
 
 ## create a clean exported copy in $(TMPCVS)
 export:: sources




More information about the fedora-extras-commits mailing list