chiark / gitweb /
print-execute-command works now
authorIan Jackson <ian@davenant.greenend.org.uk>
Mon, 2 Jul 2007 16:16:24 +0000 (17:16 +0100)
committerIan Jackson <ian@davenant.greenend.org.uk>
Mon, 2 Jul 2007 16:16:24 +0000 (17:16 +0100)
debian/changelog
virt-subproc/VirtSubproc.py

index 21d1a0780ff5e0349ba3121c3672669118209467..2cf9dee842d44683fc5c9d9762a75ca4549f2b9b 100644 (file)
@@ -1,8 +1,7 @@
 autopkgtest (0.9.0~iwj) unstable; urgency=low
 
   * WIP userv service.
-  * WIP print-execute-command command for virtualisation servers.
-  * Fix syntax errors introduced by print-execute-command etc.
+  * New print-execute-command command for virtualisation servers.
   * Do not demand vg or distro information for initscript to work.
   * autopkgtest-xenlvm now Recommends: lvm2 and debootstrap.
   * pass count= to dd for erasure when lvm_erasebase=true.
index b53c381d5ab49987173b12d2d05edd3046db5a69..bbe0521d6e4a3ca705e4aa0a7b231aff79a6ad8d 100644 (file)
@@ -84,8 +84,8 @@ def cmd_print_execute_command(c, ce):
                (cl,kvl) = caller.hook_callerexeccmd()
        else:
                cl = down
-               kvl = ['auxverb']
-       return ','.join(map(urllib.quote, cl)) + kvl
+               kvl = ['shstring']
+       return [','.join(map(urllib.quote, cl))] + kvl
 
 def preexecfn():
        caller.hook_forked_inchild()