Add support.uname to be used in lieu of arch._uname
commit50a517b957177a2ed114d902c4a47110571133be
authorDave Abrahams <dave@boostpro.com>
Sun, 19 Feb 2012 21:45:22 +0000 (19 11:45 -1000)
committerThomas Leonard <talex5@gmail.com>
Sun, 18 Mar 2012 11:30:49 +0000 (18 11:30 +0000)
tree4615c83212864d15d062163b54ee9d8afab8d569
parent36ef6f52399016560ad57ceb6b0c319e229f43d4
Add support.uname to be used in lieu of arch._uname

0compile is written to assume zeroinstall.injector.arch._uname has
four elements, but on Windows, it doesn't.  support.uname, however,
always has four elements.

Ultimately, this should probably be handled in
zeroinstall.injector.arch, e.g. by using platform.uname.  Without
modifying the zeroinstall source, though, this is a good workaround.
Add support.uname to be used in lieu of arch._uname
autocompile.py
build.py
support.py