Skip to content

Commit

Permalink
Bootstrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic source maintenance committed Jun 26, 2010
1 parent 15ea913 commit edcd6c8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mksnapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ date=`env TZ=GMT date +%Y%m%d`
tmpdir=${TMPDIR:-${PWD}}/${module}-${tag}-mksnapshot

rm -rf $tmpdir
trap "rm -rf $tmpdir" 0
# trap "rm -rf $tmpdir" 0

rm -f ${tag}.out
bzr export $tmpdir $BZRROOT/$module/$branchpath || exit 1
Expand Down Expand Up @@ -84,9 +84,8 @@ fi
cd $startdir
echo "Preparing to publish: ${PACKAGE}-${VERSION}-${date}.tar.* ..."
echo "LOCAL: " ; pwd
echo "LOCAL TARS: " ; ls -1 ./*.tar.*
echo "BUILT TARS: " ; ls -1 $tmpdir/*.tar.*
echo "BUILT TARS SUB: " ; ls -1 $tmpdir/*/*.tar.*
echo "BUILT TARS: " ; ls -1 $tmpdir/*.tar.* || true
echo "BUILT TARS SUB: " ; ls -1 $tmpdir/*/*.tar.* || true

cp -p $tmpdir/${PACKAGE}-${VERSION}-${date}.tar.gz .
echo ${PACKAGE}-${VERSION}-${date}.tar.gz >>${tag}.out
Expand Down

0 comments on commit edcd6c8

Please sign in to comment.