[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: add hardcoded list of optional packages for freedombox pkg sets
Holger Levsen
holger at moszumanska.debian.org
Wed Feb 17 12:14:11 UTC 2016
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 ab21d60a213b0f7ecc04612ae6e08cf3c9a1a581
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Feb 17 13:13:39 2016 +0100
reproducible debian: add hardcoded list of optional packages for freedombox pkg sets
---
bin/reproducible_create_meta_pkg_sets.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index db6d664..0411c98 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -348,6 +348,11 @@ update_pkg_sets() {
chdist --data-dir=$CHPATH grep-dctrl-packages $DISTNAME -X \( -FPriority required --or -FPackage freedombox-setup --or -FPackage plinth \) > ${TMPFILE2}
get_installable_set ${META_PKGSET[20]}.pkgset
if [ -f $TMPFILE ] ; then
+ # hardcoded list derived from looking at @package.required
+ # in $src-plinth/plinth/modules/*py
+ for PKG in tor tor-geoipdb torsocks obfs4proxy openvpn easy-rsa monkeysphere privoxy ez-ipupdate shaarli ntp deluged deluge-web mumble-server unattended-upgrades quassel-core avahi-daemon postgresql php5-pgsql owncloud php-dropbox jwchat ejabberd network-manager ikiwiki letsencrypt firewalld transmission-daemon sqlite3 roundcube roundcube-sqlite3 ; do
+ echo $PKG >> TMPFILE
+ done
convert_from_deb822_into_source_packages_only
update_if_similar ${META_PKGSET[20]}.pkgset
fi
--
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