Use opcode "auto" for build zephyrs adehnert master
authorAlex Dehnert <adehnert@mit.edu>
Thu, 25 Apr 2013 03:05:55 +0000 (23:05 -0400)
committerAlex Dehnert <adehnert@mit.edu>
Thu, 25 Apr 2013 03:12:21 +0000 (23:12 -0400)
build-hooks/post-build
debian/changelog

index 2e5aa7d..0acaefb 100755 (executable)
@@ -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
                                  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:
                              stdout=None, stderr=None)
 
     try:
index 490a6ef..bcb180f 100644 (file)
@@ -1,3 +1,9 @@
+invirt-dev (0.1.24) unstable; urgency=low
+
+  *  Use opcode "auto" for build zephyrs
+
+ -- Alex Dehnert <adehnert@mit.edu>  Wed, 24 Apr 2013 23:05:15 -0400
+
 invirt-dev (0.1.23) unstable; urgency=low
 
   * Include the package name when zephyring about build submissions
 invirt-dev (0.1.23) unstable; urgency=low
 
   * Include the package name when zephyring about build submissions