OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-tools Date: 12-Oct-2005 21:22:20
Branch: HEAD Handle: 2005101220222000
Modified files:
openpkg-tools/cmd dev.sh
Log:
add missing chmod(1) output when dry run
Summary:
Revision Changes Path
1.65 +1 -0 openpkg-tools/cmd/dev.sh
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/cmd/dev.sh
============================================================================
$ cvs diff -u -r1.64 -r1.65 dev.sh
--- openpkg-tools/cmd/dev.sh 11 Oct 2005 21:46:59 -0000 1.64
+++ openpkg-tools/cmd/dev.sh 12 Oct 2005 19:22:20 -0000 1.65
@@ -1854,6 +1854,7 @@
scp -o "Compression no" -o "Cipher blowfish" ${bundle_srpms}
${OPENPKG_DIST}/${upload}
eval "cvs -d ${OPENPKG_REPO} commit ${bundle_msg}
${bundle_files}"
else
+ echo chmod 664 ${bundle_srpms}
echo scp -o "Compression no" -o "Cipher blowfish"
${bundle_srpms} ${OPENPKG_DIST}/${upload}
echo "cvs -d ${OPENPKG_REPO} commit ${bundle_msg}
${bundle_files}"
cvs -d ${OPENPKG_REPO} diff ${bundle_files} |
${cvs_diff_colorize}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]