summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build_rpm.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-11 20:29:10 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-11 20:29:10 +0100
commit3b54494dad9c972f3241f2a0988c4a88f10b9ba6 (patch)
tree69511752aaf1855cbbe0e2e078beceb4280b3145 /bin/reproducible_build_rpm.sh
parent19d57ab21ef81deb9b794df62906e952c87543a1 (diff)
downloadjenkins.debian.net-3b54494dad9c972f3241f2a0988c4a88f10b9ba6.tar.xz
reproducible fedora rpms: build a few more packages
Diffstat (limited to 'bin/reproducible_build_rpm.sh')
-rwxr-xr-xbin/reproducible_build_rpm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build_rpm.sh b/bin/reproducible_build_rpm.sh
index 24071dbb..6b4a92a3 100755
--- a/bin/reproducible_build_rpm.sh
+++ b/bin/reproducible_build_rpm.sh
@@ -45,7 +45,7 @@ download_package() {
choose_package() {
echo "$(date -u ) - choosing package to be build."
local MIN_AGE=6
- for PKG in sudo ; do
+ for PKG in sudo git screen vim joe less rpm file ssh ; do
# build package if it has never build or at least $MIN_AGE days ago
if [ ! -d $BASE/rpm/$RELEASE/$ARCH/$PKG ] || [ ! -z $(find $BASE/rpm/$RELEASE/$ARCH/ -name $PKG -mtime +$MIN_AGE) ] ; then
SRCPACKAGE=$PKG