common Makefile.common,1.72,1.73

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Tue Jul 24 17:11:15 UTC 2007


Author: jkeating

Update of /cvs/pkgs/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16202

Modified Files:
	Makefile.common 
Log Message:
Lets use a common hostname everywhere.



Index: Makefile.common
===================================================================
RCS file: /cvs/pkgs/common/Makefile.common,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- Makefile.common	7 Jul 2007 15:11:29 -0000	1.72
+++ Makefile.common	24 Jul 2007 17:10:44 -0000	1.73
@@ -323,7 +323,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.fedora.redhat.com/cvs/pkgs?$(CVS_REPOSITORY)\#$(TAG)
+CVS_URL		:= cvs://cvs.fedoraproject.org/cvs/pkgs?$(CVS_REPOSITORY)\#$(TAG)
 
 ## create a clean exported copy in $(TMPCVS)
 export:: sources




More information about the fedora-extras-commits mailing list