From 3b54494dad9c972f3241f2a0988c4a88f10b9ba6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 11 Dec 2015 20:29:10 +0100 Subject: reproducible fedora rpms: build a few more packages --- bin/reproducible_build_rpm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build_rpm.sh') 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 -- cgit v1.2.3-54-g00ecf