projects
/
platform
/
upstream
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
573414e
)
reinitialize $RPMS as check scripts might delete packages
author
Ludwig Nussel
<ludwig.nussel@suse.de>
Tue, 10 Jan 2012 13:00:30 +0000
(14:00 +0100)
committer
Ludwig Nussel
<ludwig.nussel@suse.de>
Tue, 10 Jan 2012 13:00:30 +0000
(14:00 +0100)
build
patch
|
blob
|
history
diff --git
a/build
b/build
index
e09f829
..
61f7cd0
100755
(executable)
--- a/
build
+++ b/
build
@@
-2060,6
+2060,9
@@
if test -n "$RPMS" -a -d "$BUILD_ROOT/usr/lib/build/checks" ; then
done
fi
+RPMS=`find $BUILD_ROOT/$TOPDIR/RPMS -type f -name "*.rpm" 2>/dev/null || true`
+DEBS=`find $BUILD_ROOT/$TOPDIR/DEBS -type f -name "*.deb" 2>/dev/null || true`
+
if test -n "$RPMS" -a "$DO_CHECKS" != "false" -a -x "$BUILD_ROOT/opt/testing/bin/rpmlint" ; then
LINT_RPM_FILE_LIST=($(find $BUILD_ROOT/$TOPDIR/RPMS \
\( -name "*-debuginfo-*" -o -name "*-debugsource-*" \