Commit graph

2 commits

Author SHA1 Message Date
sgjesse@google.com 050a164b3c Update chroot creation script
* Java is no longer needed for building the SDK so don't install OpenJDK the chroot.

* Don't checkout the full repository if not checkout is specified

R=ricow@google.com
BUG=

Review URL: https://codereview.chromium.org//577293003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40533 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-22 07:33:10 +00:00
sgjesse@google.com 843464d0ac Add 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=

Review URL: https://codereview.chromium.org//193723006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34162 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-20 10:54:55 +00:00