summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build_rpm.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-17 19:51:26 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-17 19:51:26 +0100
commitce577935808bd7dcc8e0b9acdb095bf2ca1650b2 (patch)
treed8927bb839ef214831dc19c495b12aaf7407a475 /bin/reproducible_build_rpm.sh
parent63de948adaaaceb6e66accd2bc96a4dd4dbf85a8 (diff)
downloadjenkins.debian.net-ce577935808bd7dcc8e0b9acdb095bf2ca1650b2.tar.xz
reproducible fedora rpms: add firefox, gpg, pgp, awesome and xfce to the package search terms
Diffstat (limited to 'bin/reproducible_build_rpm.sh')
-rwxr-xr-xbin/reproducible_build_rpm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build_rpm.sh b/bin/reproducible_build_rpm.sh
index df203aee..8f2301b1 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