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:
790cf7b
)
Delete the db files too.
author
František Dvořák
<valtri@civ.zcu.cz>
Thu, 13 Sep 2012 15:47:20 +0000
(17:47 +0200)
committer
František Dvořák
<valtri@civ.zcu.cz>
Thu, 13 Sep 2012 15:47:20 +0000
(17:47 +0200)
mock.sh
patch
|
blob
|
blame
|
history
diff --git
a/mock.sh
b/mock.sh
index
ed11667
..
f005058
100755
(executable)
--- a/
mock.sh
+++ b/
mock.sh
@@
-228,7
+228,7
@@
rm -rf $DEBREPO/$DEBDISTRO.allnew
mv $DEBREPO/$DEBDISTRO $DEBREPO/$DEBDISTRO.allnew
mkdir $DEBREPO
cp -rp $repo $DEBREPO/$DEBDISTRO
-(cd $DEBREPO/$DEBDISTRO/; rm -rv Sources* Packages* Release*)
+(cd $DEBREPO/$DEBDISTRO/; rm -rv Sources* Packages* Release*)
; rm -fv $DEBREPO/*.db
(cd results/pbuilder; dput -U local `cat changes | tr '\n' ' '`)
(cd $DEBREPO/$DEBDISTRO; gpg -abs -o Release.gpg Release)
EOF