From: Alex Dehnert Date: Thu, 25 Apr 2013 03:05:55 +0000 (-0400) Subject: Use opcode "auto" for build zephyrs X-Git-Tag: 0.1.28~3 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/commitdiff_plain/550614b1127e97663d105f208a327206b407248a?ds=sidebyside Use opcode "auto" for build zephyrs --- diff --git a/build-hooks/post-build b/build-hooks/post-build index d4dade8..b9f1430 100755 --- a/build-hooks/post-build +++ b/build-hooks/post-build @@ -262,8 +262,8 @@ def main(): escape=zephyr_escape) instance = zephyr_config.get('instance', values['default_instance']) % values zsig = zephyr_config.get('zsig', 'XVM Buildbot') % values - common.captureOutput(['zwrite', '-c', klass, '-i', instance, '-s', - zsig, '-d', '-m', msg], + common.captureOutput(['zwrite', '-c', klass, '-i', instance, '-s', zsig, + '-O', 'auto', '-d', '-m', msg], stdout=None, stderr=None) try: diff --git a/debian/changelog b/debian/changelog index 8b86871..800e3c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-dev (0.1.24~glasgall7adehnert1) unstable; urgency=low + + * Use opcode "auto" for build zephyrs + + -- Alex Dehnert Wed, 24 Apr 2013 23:05:15 -0400 + invirt-dev (0.1.24~glasgall7) precise; urgency=low * Actually invoke sbuild correctly. Oops.