------------------------------------------------------------ revno: 11671 revision-id: squid3@treenet.co.nz-20110824125445-kdz1xnfom3zrn6fj parent: squid3@treenet.co.nz-20110823132751-g9y0aly7cwehw2w4 committer: Amos Jeffries branch nick: trunk timestamp: Wed 2011-08-24 06:54:45 -0600 message: Quiet trace output on snapshot generation. ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20110824125445-kdz1xnfom3zrn6fj # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: dd42488a6541636f22d66006f2ca14d453f2fc62 # timestamp: 2011-08-24 13:52:51 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: squid3@treenet.co.nz-20110823132751-\ # g9y0aly7cwehw2w4 # # Begin patch === modified file 'mksnapshot-cron.sh' --- mksnapshot-cron.sh 2010-07-30 13:16:30 +0000 +++ mksnapshot-cron.sh 2011-08-24 12:54:45 +0000 @@ -1,4 +1,4 @@ -#!/bin/sh -ex +#!/bin/sh -e echo "RUN: $0" # Nightly cron job to generate snapshot releases top=${PWD} === modified file 'mksnapshot.sh' --- mksnapshot.sh 2011-06-23 00:03:25 +0000 +++ mksnapshot.sh 2011-08-24 12:54:45 +0000 @@ -1,4 +1,4 @@ -#!/bin/sh -ex +#!/bin/sh -e if [ $# -lt 1 ]; then echo "Usage: $0 [branch]"