projects
/
invirt/third/common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17ccad3
)
Fix chroot name, document dependency
master
author
Greg Price
<price@mit.edu>
Fri, 22 Mar 2013 05:56:42 +0000
(
01:56
-0400)
committer
Greg Price
<price@mit.edu>
Fri, 22 Mar 2013 05:56:42 +0000
(
01:56
-0400)
invirtificator.sh
patch
|
blob
|
history
diff --git
a/invirtificator.sh
b/invirtificator.sh
index
62b4ab3
..
7d070dd
100644
(file)
--- 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}