OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-tools Date: 18-Feb-2005 14:10:41 Branch: HEAD Handle: 2005021813104000 Modified files: openpkg-tools/cmd dev.sh Log: adjust 'openpkg dev' tool for new world order after latest environment migration Summary: Revision Changes Path 1.35 +9 -9 openpkg-tools/cmd/dev.sh ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-tools/cmd/dev.sh ============================================================================ $ cvs diff -u -r1.34 -r1.35 dev.sh --- openpkg-tools/cmd/dev.sh 4 Feb 2005 13:59:06 -0000 1.34 +++ openpkg-tools/cmd/dev.sh 18 Feb 2005 13:10:40 -0000 1.35 @@ -58,13 +58,13 @@ case `hostname` in *.dev.de.cw.net ) OPENPKG_MODE=developer - [EMAIL PROTECTED]:/e/openpkg/cvs + [EMAIL PROTECTED]:/v/openpkg/cvs OPENPKG_RMOD=openpkg-src - OPENPKG_DIST=master.openpkg.org:/e/openpkg/ftp/ + [EMAIL PROTECTED]:/ ;; * ) OPENPKG_MODE=contributor - OPENPKG_REPO=:pserver:[EMAIL PROTECTED]:/e/openpkg/cvs + OPENPKG_REPO=:pserver:[EMAIL PROTECTED]:/v/openpkg/cvs OPENPKG_RMOD=openpkg-src OPENPKG_DIST=ftp://ftp.openpkg.org/contrib/00UPLOAD ;; @@ -1617,7 +1617,7 @@ upload="release/${OPMAJORV}.${OPMINORV}/UPD/00UPLOAD/" fi - if [ ".${OPENPKG_REPO}" = "[EMAIL PROTECTED]:/e/openpkg/cvs" ]; then + if [ ".${OPENPKG_REPO}" = "[EMAIL PROTECTED]:/v/openpkg/cvs" ]; then echo "++ checking release number" if [ ".$rpm_release_req" = . ]; then die "cannot predict required release number for branch $B" @@ -1668,7 +1668,7 @@ fi fi - area=`echo ${OPENPKG_DIST}/${upload} | sed -e 's;master.openpkg.org:/e/openpkg/ftp/;OpenPKG ;'` + area=`echo ${OPENPKG_DIST}/${upload} | sed -e 's;[EMAIL PROTECTED]:/;OpenPKG ;'` echo "++ releasing ${rpmfile}.${ext} to distribution area ${area}" if [ ${bundle} -eq 1 ]; then bundle_srpms="${bundle_srpms} ${OPENPKG_WORK}/pkg/src/${rpmfile}.${ext}" @@ -2411,7 +2411,7 @@ fi for file in $files; do TERM=${TERM}-color command vim "${file}" - if [ ".${OPENPKG_MODE}" = .developer -a ".${B}" = .HEAD -a ".${OPENPKG_REPO}" = "[EMAIL PROTECTED]:/e/openpkg/cvs" -o $force -ne 0 ]; then + if [ ".${OPENPKG_MODE}" = .developer -a ".${B}" = .HEAD -a ".${OPENPKG_REPO}" = "[EMAIL PROTECTED]:/v/openpkg/cvs" -o $force -ne 0 ]; then openpkgT lint-spec ${file} if [ $? -gt 0 ]; then die "unacceptable specification: ${file}" @@ -2627,8 +2627,8 @@ Specify access to the repository for uploading modified package specifications. Contributors use -"C<:pserver:[EMAIL PROTECTED]:/e/openpkg/cvs>" and developers -use "C<[EMAIL PROTECTED]:/e/openpkg/cvs>". If omitted the +"C<:pserver:[EMAIL PROTECTED]:/v/openpkg/cvs>" and developers +use "C<[EMAIL PROTECTED]:/v/openpkg/cvs>". If omitted the variable C<OPENPKG_REPO> is read from F<~/openpkg/dev.rc>, read from environment or defaults to the contributor setting. @@ -2636,7 +2636,7 @@ Specify access to the repository for uploading modified packages. Contributors use "C<ftp://ftp.openpkg.org/contrib/00UPLOAD>" and -developers use "C<master.openpkg.org:/e/openpkg/ftp/>". If omitted the +developers use "C<[EMAIL PROTECTED]:/>". If omitted the variable C<OPENPKG_DIST> is read from F<~/openpkg/dev.rc>, read from environment or defaults to the contributor setting. @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org