[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible fedora rpms: build a few more packages

Holger Levsen holger at moszumanska.debian.org
Fri Dec 11 19:44:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 3b54494dad9c972f3241f2a0988c4a88f10b9ba6
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Dec 11 20:29:10 2015 +0100

    reproducible fedora rpms: build a few more packages
---
 bin/reproducible_build_rpm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_build_rpm.sh b/bin/reproducible_build_rpm.sh
index 24071db..6b4a92a 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list