From: Greg Price Date: Fri, 22 Mar 2013 05:56:42 +0000 (-0400) Subject: Fix chroot name, document dependency X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/common.git/commitdiff_plain Fix chroot name, document dependency --- diff --git a/invirtificator.sh b/invirtificator.sh index 62b4ab3..7d070dd 100644 --- a/invirtificator.sh +++ b/invirtificator.sh @@ -1,10 +1,14 @@ # Interface: define variables name, ivversionappend, and function # hack_package (). +# Depends: dpkg-awk + +# Usage: invirtify-$foo {source|binary|upload} + set -e dist=hardy -chroot=$dist-amd64 +chroot=$dist-amd64-sbuild : ${section=invirt-system} : ${ivname=$name}