New API: debug-upload (not a formal part of the API/ABI).
authorRichard Jones <rjones@redhat.com>
Mon, 19 Apr 2010 15:31:24 +0000 (16:31 +0100)
committerRichard Jones <rjones@redhat.com>
Mon, 19 Apr 2010 15:31:24 +0000 (16:31 +0100)
Allow arbitrary files to be uploaded into the appliance, but
only when --enable-debug-command is enabled.  This lets you
run shell scripts, like this:

  ><fs> debug-upload -<<EOF /tmp/script.sh 0700
  #!/bin/sh -
  # ...
  EOF
  ><fs> debug sh "/tmp/script.sh"


No differences found