DescriptionAdd script to create a Debian chroot environment
For building Debian wheezy compatable binary packages we need to set up a number
of Debian chroot environments. To avoid to many manual steps this script should
do the bulk of this work.
To create a chroot environment for building 64-bit stable:
$ tools/create_debian_chroot.sh amd64 stable /tmp/debian_amd64_stable
Then building the Debian image should be as easy as
$ sudo chroot /tmp/debian_amd_stable
$ cd /b/dart
$ tools/create_tarball.py
$ tools/build_debian_packages.py amd64
The build_debian_packages.py is still missing the architecture argument.
R=ricow@google.com, whesse@google.com
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=34162
Patch Set 1 #
Total comments: 8
Patch Set 2 : Addressed review comments #
Total comments: 5
Patch Set 3 : Addresses second round of comments #Patch Set 4 : Long line #Messages
Total messages: 8 (0 generated)
|