diff options
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | job-cfg/reproducible.yaml | 4 | ||||
-rwxr-xr-x | update_jdn.sh | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -109,6 +109,7 @@ general * use git repo in job config? * job to build minimal debootstrap packages * email notifications to reproducible-commits@lists.alioth.debian.org +* limit concurrancy to 2 or 3 === Test Debian live diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index ff35a0c6..a7672a43 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -63,7 +63,7 @@ - job-template: defaults: reproducible - name: '{name}_build_security+privacy' + name: '{name}_build_security-privacy' - project: name: reproducible @@ -95,7 +95,7 @@ my_description: 'Reproducible build of server packages' my_shell: '/srv/jenkins/bin/reproducible_build.sh apache2 courier icinga icinga2 lighttpd munin mysql-5.5 nginx postfix postgresql squid3' - - '{name}_build_security+privacy': + - '{name}_build_security-privacy': my_description: 'Reproducible build of security and privacy related packages' my_shell: '/srv/jenkins/bin/reproducible_build.sh apparmor apparmor-profiles-extra assword debian-security-support flashproxy gnunet gnupg gnupg2 golang-ed25519-dev golang-siphash-dev https-everywhere irssi-plugin-otr libotr mat obfs4proxy obfsproxy onioncat onionshare pidgin-otr pwgen schleuder signing-party tlsdate tor torbrowser-launcher torbutton torsocks torsocks vidalia wireshark' diff --git a/update_jdn.sh b/update_jdn.sh index 1685844b..caf6e10c 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -27,7 +27,7 @@ done # sudo apt-get install vim screen less etckeeper moreutils curl mtr-tiny dstat devscripts bash-completion shorewall shorewall6 cron-apt apt-listchanges munin munin-plugins-extra calamaris visitors procmail libjson-rpc-perl libfile-touch-perl zutils ip2host \ build-essential python-setuptools \ - debootstrap sudo figlet graphviz apache2 python-yaml python-pip mr subversion subversion-tools vnstat webcheck poxml vncsnapshot imagemagick ffmpeg2theora python-twisted python-imaging gocr guestmount schroot + debootstrap sudo figlet graphviz apache2 python-yaml python-pip mr subversion subversion-tools vnstat webcheck poxml vncsnapshot imagemagick ffmpeg2theora python-twisted python-imaging gocr guestmount schroot \ unzip python-hachoir-metadata ghc sudo apt-get install -t wheezy-backports qemu explain "Packages installed." |