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:26 Branch: HEAD Handle: 2005101220222600 Modified files: openpkg-tools/cmd dev.sh Log: improve quoting so dry run output can be copied and pasted into shell Summary: Revision Changes Path 1.66 +3 -3 openpkg-tools/cmd/dev.sh ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-tools/cmd/dev.sh ============================================================================ $ cvs diff -u -r1.65 -r1.66 dev.sh --- openpkg-tools/cmd/dev.sh 12 Oct 2005 19:22:20 -0000 1.65 +++ openpkg-tools/cmd/dev.sh 12 Oct 2005 19:22:26 -0000 1.66 @@ -1729,7 +1729,7 @@ scp -o "Compression no" -o "Cipher blowfish" ${OPENPKG_WORK}/pkg/src/${rpmfile}.${ext} ${OPENPKG_DIST}/${upload} else echo chmod 664 ${OPENPKG_WORK}/pkg/src/${rpmfile}.${ext} - echo scp -o "Compression no" -o "Cipher blowfish" ${OPENPKG_WORK}/pkg/src/${rpmfile}.${ext} ${OPENPKG_DIST}/${upload} + echo "scp -o \"Compression no\" -o \"Cipher blowfish\" ${OPENPKG_WORK}/pkg/src/${rpmfile}.${ext} ${OPENPKG_DIST}/${upload}" fi if [ ".${name}" = .openpkg ]; then @@ -1740,7 +1740,7 @@ scp -o "Compression no" -o "Cipher blowfish" ${OPENPKG_WORK}/pkg/src/${rpmfile}.src.sh ${OPENPKG_DIST}/${upload} else echo chmod 664 ${OPENPKG_WORK}/pkg/src/${rpmfile}.src.sh - echo scp -o "Compression no" -o "Cipher blowfish" ${OPENPKG_WORK}/pkg/src/${rpmfile}.src.sh ${OPENPKG_DIST}/${upload} + echo "scp -o \"Compression no\" -o \"Cipher blowfish\" ${OPENPKG_WORK}/pkg/src/${rpmfile}.src.sh ${OPENPKG_DIST}/${upload}" fi else die "required file ${OPENPKG_WORK}/pkg/src/${rpmfile}.src.sh missing" @@ -1855,7 +1855,7 @@ 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 "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} fi @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org