~harlowja/cloud-init/fix-auto-bool

« back to all changes in this revision

Viewing changes to packages/make-dist-tarball

  • Committer: Joshua Harlow
  • Date: 2012-06-25 19:28:59 UTC
  • mto: (559.2.405 cloud-init)
  • mto: This revision was merged to the branch mainline in revision 564.
  • Revision ID: harlowja@yahoo-inc.com-20120625192859-aol3z19tjxqa0gzj
1. Moving around the packages dir.
2. Adjusting the bddep shell script
3. Starting to add a brpm

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
EOF
10
10
}
11
11
 
12
 
topdir=$PWD
 
12
topdir="../$PWD"
13
13
tag=${1}
14
14
 
15
15
[ -n "$tag" ] || { Usage 1>&2 ; exit 1; }
22
22
cd ${tmpd} && 
23
23
   bzr branch -r "tag:${tag}" "${topdir}" ./cloud-init-${tag} &&
24
24
   tar czf "${out}" cloud-init-${tag}/ --exclude cloud-init-${tag}/.bzr &&
25
 
   echo "wrote ${out}"
 
25
   echo "Wrote ${out}"