summaryrefslogtreecommitdiffstats
path: root/etc
AgeCommit message (Collapse)AuthorFilesLines
2015-06-09reproducible: introduce new variation to capture environmentHolger Levsen1-0/+1
2015-06-06reproducible coreboot: fix typoHolger Levsen1-1/+1
2015-06-06reproducible coreboot: improve main page and link to it from rb.d.nHolger Levsen1-0/+6
2015-06-06reproducible: fix languageHolger Levsen1-1/+1
2015-06-04apache: directly use the apache conf from /etc/munin, use a2en{site,conf} to ↵Mattia Rizzolo2-10/+5
enable the site and the conf
2015-06-03reproducible: modify PATHHolger Levsen1-0/+1
2015-06-02Fix squid3 configurationJoachim Breitner1-4/+4
according to http://wiki.squid-cache.org/SquidFaq/ConfiguringSquid#Squid-3.2_default_config these lines are now built-in and hence should not be present in the configuration.
2015-06-02jenkins.d.n jessie upgrade: all packages should be from jessie atmHolger Levsen1-4/+0
2015-06-02pbuilder: now that we run jessie set USEDEVSHM to yes instead of explicit ↵Mattia Rizzolo1-2/+3
bind-mouning
2015-06-01jenkins.d.n jessie upgrade: use 'Require all granted' as needed for apache ↵Holger Levsen1-8/+8
2.4 - thanks deki
2015-06-01jenkins.d.n jessie upgrade: rename to munin.confHolger Levsen1-0/+0
2015-06-01jenkins.d.n: upgrade to jessieHolger Levsen1-6/+6
2015-05-12monitor these two new build VMs tooHolger Levsen1-0/+8
2015-05-09apache: try again at decompressing gzip files on fly, syntax is really hardMattia Rizzolo1-2/+2
2015-05-08apache: try again to teach apache how to serve compressed files, with the ↵Mattia Rizzolo1-0/+13
correct apache 2.2 syntax
2015-05-03Revert "apache: teach apache how to serve compressed files"Holger Levsen1-8/+0
This reverts commit 7d23b320c9ea00ca3e5f1cd263b2d594d1685214.
2015-05-03apache: teach apache how to serve compressed filesMattia Rizzolo1-0/+8
2015-05-01dsa-check-packages: ignore openbios-ppc and openbios-sparcHolger Levsen1-0/+2
2015-04-29move all reproducible public stuff under ↵Mattia Rizzolo1-10/+10
/var/lib/jenkins/userContent/reproducible
2015-04-18apache: use .HEADER.html as a header for directory listing of ↵Mattia Rizzolo1-0/+4
/var/lib/jenkins/userContent/artifacts
2015-04-14sudoers: fix typo s/amd/adm/ to finally grant superpowers to jenkins-admMattia Rizzolo1-1/+1
2015-04-09new jenkins-adm user+group and new permissions for its membersMattia Rizzolo1-0/+4
* new user jenkins-adm and new group jenkins-adm * create users and groupp in update_jdn.sh * files under /srv/jenkins/bin are now jenkins-adm:jenkins-adm, instead of root * jenkins-specific apache config is now jenkins-adm:jenkins-adm, instead of root * users in the jenkins-adm group can sudo to the jenkins-adm and jenkins users, so its members can actually admin jenkins without passing/being root
2015-04-03turn off cron noiseHolger Levsen1-1/+1
2015-04-03fixup permsHolger Levsen1-0/+0
2015-04-03rename file so run-parts will run itHolger Levsen1-0/+0
2015-04-03< Lunar^> probably /run/shm is the new norm < h01ger> | ok, let's bind ↵Holger Levsen1-1/+1
mount them both
2015-04-03reproducible: debbindiff needs /dev/shm access, see ↵Holger Levsen1-1/+1
https://stackoverflow.com/questions/6033599/oserror-38-errno-38-with-multiprocessing
2015-03-30pbuilderrc: set PATH to predictable values, see #780729 and #780725Holger Levsen1-1/+2
2015-03-28reproducible: use proxy only for apt, but don't set http_proxy environment ↵Holger Levsen1-1/+3
variable. see #780587 for more info
2015-03-28reproducible: fix path for redirectionHolger Levsen1-1/+1
2015-03-28reproducible: provide suite specific views on issuesHolger Levsen1-0/+7
2015-03-27fix typoHolger Levsen1-1/+1
2015-03-23force correct timeHolger Levsen1-0/+1
2015-03-20reproducible: add redirect for /artifacts/Holger Levsen1-0/+1
2015-03-19reproducible: use linux64 --uname-2.6 correctly, thanks lunarHolger Levsen2-3/+1
2015-03-19reproducible: redirect packages only in experimental tooHolger Levsen1-0/+8
2015-03-17reproducible: fix mixed order in commentReiner Herrmann1-1/+1
2015-03-17reproducible: add new redirect: rb.d.n/$suite/amd64/$PKG → ↵Holger Levsen1-1/+8
rb.d.n/$suite/amd64/rb-pkg/$PKG.html
2015-03-16dont mount /proc in pbuilderHolger Levsen1-1/+1
2015-03-15add note about #773767Holger Levsen1-0/+1
2015-03-15pbuilder: mount /sys and /proc (Closes: #773767)Holger Levsen1-1/+1
2015-03-14reproducible: rename 'sid' to 'unstable'Holger Levsen1-13/+13
2015-03-12reproducible: add redirect for /testingHolger Levsen1-2/+2
2015-03-05reproducible: pretend we're running linux-2.6, or 2.6.56-0.bpo.4-amd64 to be ↵Holger Levsen1-0/+2
exact
2015-03-03apache: reproducible: fixup redirectes wrongly commited half-done. Now ↵Mattia Rizzolo1-5/+3
(/sid|/experimental) redirects to (/sid|/experimental)/index_suite_stats.html
2015-03-03reproducible: fixup syntax in last commitMattia Rizzolo1-0/+8
2015-03-02apache: add more redirects for reproducible pages become suite/arch-relatedMattia Rizzolo1-4/+18
2015-03-01apache: fix reproducible redirectsMattia Rizzolo1-4/+4
2015-03-01change jenkins' umask to 022Helmut Grohne1-1/+1
Previously, the umask was not correctly propagated to jenkins by the init script, so this setting was ineffective. Now it changed to 027 breaking at least rebootstrap jobs by turning /etc/apt/apt.conf.d/80proxy to -rw-r----- in chroot-run.sh.
2015-03-01apache: add more redirectes for reproducible.debian.netMattia Rizzolo1-2/+28