[oe-commits] org.oe.dev devio-cvs, upslug2-cvs: Fix remaining cases of old SF.net CVS URLs.

bugs.openembedded.org commit openembedded-commits at lists.openembedded.org
Sun Nov 5 17:52:36 UTC 2006


devio-cvs, upslug2-cvs: Fix remaining cases of old SF.net CVS URLs.
* Fixes #1517.

Author: bugs.openembedded.org at rolf.leggewie.biz
Branch: org.openembedded.dev
Revision: e9d6f9688dd650fd1ff882aa03eaae79d292e073
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e9d6f9688dd650fd1ff882aa03eaae79d292e073
Files:
1
packages/devio/devio-cvs.inc
packages/upslug/upslug2-cvs.inc
Diffs:

#
# mt diff -rcc0c9066734542d3736c4aa8b3f139243bf2884b -re9d6f9688dd650fd1ff882aa03eaae79d292e073
#
# 
# 
# patch "packages/devio/devio-cvs.inc"
#  from [4c65c8cf6b729824378c602ba6e1c77e993fb532]
#    to [5ed2905a393ded06f97fe391826a416440f8d324]
# 
# patch "packages/upslug/upslug2-cvs.inc"
#  from [a32e463bff1b9d2b9ac1a9a5cacedd2f4a81315a]
#    to [fcad71dc9a607dd28210bfe04832e2adae2e97a8]
# 
============================================================
--- packages/devio/devio-cvs.inc	4c65c8cf6b729824378c602ba6e1c77e993fb532
+++ packages/devio/devio-cvs.inc	5ed2905a393ded06f97fe391826a416440f8d324
@@ -5,12 +5,12 @@ CVS_TAG ?= ";tag=${PV}"
 
 # this is a CVS only release
 CVS_TAG ?= ";tag=${PV}"
-SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/devio;method=pserver;module=devio${CVS_TAG}"
+SRC_URI = "cvs://anonymous@devio.cvs.sourceforge.net/cvsroot/devio;method=pserver;module=devio${CVS_TAG}"
 
 # This accesses the head version, anonymous pserver access is
 # only updated once per day (and it is necessary to change
 # 'jbowler' to the name of a developer with ssh access.)
-#SRC_URI = "cvs://jbowler@cvs.sourceforge.net/cvsroot/devio;method=ext;rsh=ssh;tag=HEAD;module=devio"
+#SRC_URI = "cvs://jbowler@devio.cvs.sourceforge.net/cvsroot/devio;method=ext;rsh=ssh;tag=HEAD;module=devio"
 
 # The source will end up in the subdirectory 'devio' - no release name
 S = "${WORKDIR}/devio"
============================================================
--- packages/upslug/upslug2-cvs.inc	a32e463bff1b9d2b9ac1a9a5cacedd2f4a81315a
+++ packages/upslug/upslug2-cvs.inc	fcad71dc9a607dd28210bfe04832e2adae2e97a8
@@ -1,10 +1,10 @@ SRC_TAG = "upslug2_${@'_'.join(bb.data.g
 # Overrides for a CVS build
 include upslug2.inc
 
 SRC_TAG = "upslug2_${@'_'.join(bb.data.getVar('PV',d,1).split('.'))}"
-SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/nslu;method=pserver;module=upslug2;tag=${SRC_TAG}"
+SRC_URI = "cvs://anonymous@nslu.cvs.sourceforge.net/cvsroot/nslu;method=pserver;module=upslug2;tag=${SRC_TAG}"
 # For testing use this (tags and other changes take a day to
 # propogate on sourceforge).  Change 'jbowler' to your login name!
-#SRC_URI = "cvs://jbowler@cvs.sourceforge.net/cvsroot/nslu;method=ext;rsh=ssh;module=upslug2;tag=${SRC_TAG}"
+#SRC_URI = "cvs://jbowler@nslu.cvs.sourceforge.net/cvsroot/nslu;method=ext;rsh=ssh;module=upslug2;tag=${SRC_TAG}"
 
 S = "${WORKDIR}/upslug2"






More information about the Openembedded-commits mailing list