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: 08-Jun-2006 21:11:48 Branch: HEAD Handle: 2006060820114800 Modified files: openpkg-tools/cmd dev.sh Log: use an 00UPLOAD directory also for CURRENT in order to circumvent some remaining long-standing permission problems which occur when one uploads the same RPM filename again (happens when updating a package twice per day) Summary: Revision Changes Path 1.77 +2 -2 openpkg-tools/cmd/dev.sh ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-tools/cmd/dev.sh ============================================================================ $ cvs diff -u -r1.76 -r1.77 dev.sh --- openpkg-tools/cmd/dev.sh 14 Apr 2006 17:48:30 -0000 1.76 +++ openpkg-tools/cmd/dev.sh 8 Jun 2006 19:11:48 -0000 1.77 @@ -714,11 +714,11 @@ rpmwipe="" if [ ".${BRANCH}" = .HEAD ]; then rpm_release_req=`date '+%Y%m%d'` - upload="current/SRC" + upload="current/SRC/00UPLOAD" fi if [ ".${BRANCH}" = .STABLE ]; then rpm_release_req="${OPMAJORV}.`date '+%Y%m%d'`" - upload="stable/${OPMAJORV}/SRC" + upload="stable/${OPMAJORV}/SRC/00UPLOAD" fi if [ ".${BRANCH}" = .SOLID ]; then update=`echo ${rpm_release_old} | sed -e 's;^.*\.;;'` @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org