diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-11-05 14:31:33 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-11-05 14:31:33 +0000 |
commit | f118e621d234318bbe6cb2c1409a072a2d012061 (patch) | |
tree | 1fd4405cf43254c9fac39a1fb8626579c64db821 | |
parent | f331b1302e1827cb5f5502ee2f12c0ae2715cfaf (diff) |
devio-cvs, upslug2-cvs: Fix remaining cases of old SF.net CVS URLs.
* Fixes #1517.
-rw-r--r-- | packages/devio/devio-cvs.inc | 4 | ||||
-rw-r--r-- | packages/upslug/upslug2-cvs.inc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/devio/devio-cvs.inc b/packages/devio/devio-cvs.inc index 10e1827ccc..0469a4962e 100644 --- a/packages/devio/devio-cvs.inc +++ b/packages/devio/devio-cvs.inc @@ -5,12 +5,12 @@ include devio.inc # 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" diff --git a/packages/upslug/upslug2-cvs.inc b/packages/upslug/upslug2-cvs.inc index ebd89a9b73..995f9dc5ab 100644 --- a/packages/upslug/upslug2-cvs.inc +++ b/packages/upslug/upslug2-cvs.inc @@ -2,9 +2,9 @@ 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" |