projects
/
tools
/
obs-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e3fbbe
)
fixing export of debian sources again after blocklist export mechanism
author
Adrian Schröter
<adrian@suse.de>
Mon, 27 Apr 2009 11:50:44 +0000
(11:50 +0000)
committer
Adrian Schröter
<adrian@suse.de>
Mon, 27 Apr 2009 11:50:44 +0000
(11:50 +0000)
build
patch
|
blob
|
history
diff --git
a/build
b/build
index
b77cc6e
..
1993ba8
100755
(executable)
--- a/
build
+++ b/
build
@@
-1605,7
+1605,7
@@
if test -n "$RUNNING_IN_VM" -a -n "$VM_SWAP"; then
computeblocklists $args $TOPDIR/RPMS/*/*.rpm $TOPDIR/SRPMS/*.rpm > "$VM_SWAP"
;;
dsc)
- computeblocklists $args $TOPDIR/DEBS/*.deb > "$VM_SWAP"
+ computeblocklists $args $TOPDIR/DEBS/*.deb
$TOPDIR/SOURCES.DEB/*
> "$VM_SWAP"
;;
kiwi)
computeblocklists $args $TOPDIR/KIWI/* > "$VM_SWAP"