git://scientific.zcu.cz
/
mock.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a56189f
)
Create directory for the fragile mini-dinstall.
author
František Dvořák
<valtri@civ.zcu.cz>
Wed, 17 Apr 2013 16:20:06 +0000
(18:20 +0200)
committer
František Dvořák
<valtri@civ.zcu.cz>
Wed, 17 Apr 2013 16:20:06 +0000
(18:20 +0200)
mock.sh
patch
|
blob
|
blame
|
history
diff --git
a/mock.sh
b/mock.sh
index
73a1fa0
..
1d36c10
100755
(executable)
--- a/
mock.sh
+++ b/
mock.sh
@@
-147,6
+147,8
@@
while test -n "$1"; do
if test "$CONF" = "pbuilder"; then
rm -rfv $DEBREPO/stable $DEBREPO/unstable $DEBREPO/$DEBDISTRO $DEBREPO/*.db
mkdir -p $DEBREPO/$DEBDISTRO
+ # fragile mini-dinstall
+ mkdir -p $DEBREPO/mini-dinstall/incoming
touch $DEBREPO/$DEBDISTRO/Packages
fi
exit 0