OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-tools Date: 20-Sep-2004 20:07:41 Branch: HEAD Handle: 2004092019074000 Modified files: openpkg-tools/cmd dev.sh Log: not such a lot of convenience, please. It breaks releasing of packages like x11-ssh-askpass (because thinks it is the x11 package) Summary: Revision Changes Path 1.29 +0 -1 openpkg-tools/cmd/dev.sh ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-tools/cmd/dev.sh ============================================================================ $ cvs diff -u -r1.28 -r1.29 dev.sh --- openpkg-tools/cmd/dev.sh 9 Jul 2004 12:13:20 -0000 1.28 +++ openpkg-tools/cmd/dev.sh 20 Sep 2004 18:07:40 -0000 1.29 @@ -1510,7 +1510,6 @@ for name in $all; do name=`echo $name | sed -e 's;\.src\.rpm$;;' -e 's;\.nosrc\.rpm$;;'` # convenience - name=`echo ${name} | sed -e 's;-[^-][^-]*-[^-][^-]*$;;'` # convenience echo "++ processing package ${name}" if [ ! -f "${OPENPKG_WORK}/$S/${name}/${name}.spec" ]; then die "${OPENPKG_WORK}/$S/${name}/${name}.spec not found" @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]