Added --arch to specify the architecture(s) to export
commitccb196583d66ebfbf8c45cc195692abf389f1ee7
authorThomas Leonard <talex5@gmail.com>
Tue, 30 Dec 2008 12:07:38 +0000 (30 12:07 +0000)
committerThomas Leonard <talex5@gmail.com>
Tue, 30 Dec 2008 12:07:38 +0000 (30 12:07 +0000)
tree3efefbd00cb63b6aba638240086bd403be761225
parent6e8e2f3e59ff63f06dc0b91cf6766fae185e8a77
Added --arch to specify the architecture(s) to export

For example, this command will select two binaries for each component,
one that will run on an i586 machine and one that will run on an x86_64
machine:

  0export --arch Linux-i586 --arch Linux-x86_64 setup.sh http://...

If a single binary is the best option for both then it will
only be included in the bundle once. When the bundle is installed, only
the required versions will be copied into the machine's cache.
0export