[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible fedora rpms: add firefox, gpg, pgp, awesome and xfce to the package search terms
Holger Levsen
holger at moszumanska.debian.org
Thu Dec 17 18:51:47 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 ce577935808bd7dcc8e0b9acdb095bf2ca1650b2
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Dec 17 19:51:26 2015 +0100
reproducible fedora rpms: add firefox, gpg, pgp, awesome and xfce to the package search terms
---
bin/reproducible_build_rpm.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_build_rpm.sh b/bin/reproducible_build_rpm.sh
index df203ae..8f2301b 100755
--- a/bin/reproducible_build_rpm.sh
+++ b/bin/reproducible_build_rpm.sh
@@ -63,8 +63,8 @@ choose_package() {
touch -d "$(date -u -d "$MIN_AGE days ago" '+%Y-%m-%d %H:%M') UTC" $DUMMY
if [ ! -f ${RPM_PKGS}_$RELEASE ] || [ $DUMMY -nt ${RPM_PKGS}_$RELEASE ] ; then
echo "$(date -u ) - updating list of available packages for $RELEASE"
- SEARCHTERMS="apache2 bash fedora gcc gnome gnu ipa kde linux mock openssl redhat rpm ssh system-config systemd xorg yum"
- echo "$(date -u ) - instead of building everything only packages matching these searchterms are build: $SEARCHTERMS"
+ SEARCHTERMS="apache2 awesome bash fedora firefox gcc gnome gnu gpg ipa kde linux mock openssl pgp redhat rpm ssh system-config systemd xfce xorg yum"
+ echo "$(date -u ) - for now, instead of building everything, only packages matching these searchterms are build: $SEARCHTERMS"
local i=""
( for i in $SEARCHTERMS ; do repoquery --qf "%{name}" "*$i*" ; done ) | sort -u > ${RPM_PKGS}_$RELEASE
cat ${RPM_PKGS}_$RELEASE
--
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