Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-18 | apache: use .HEADER.html as a header for directory listing of ↵ | Mattia Rizzolo | 1 | -0/+4 | |
/var/lib/jenkins/userContent/artifacts | |||||
2015-04-14 | sudoers: fix typo s/amd/adm/ to finally grant superpowers to jenkins-adm | Mattia Rizzolo | 1 | -1/+1 | |
2015-04-09 | new jenkins-adm user+group and new permissions for its members | Mattia Rizzolo | 1 | -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-03 | turn off cron noise | Holger Levsen | 1 | -1/+1 | |
2015-04-03 | fixup perms | Holger Levsen | 1 | -0/+0 | |
2015-04-03 | rename file so run-parts will run it | Holger Levsen | 1 | -0/+0 | |
2015-04-03 | < Lunar^> probably /run/shm is the new norm < h01ger> | ok, let's bind ↵ | Holger Levsen | 1 | -1/+1 | |
mount them both | |||||
2015-04-03 | reproducible: debbindiff needs /dev/shm access, see ↵ | Holger Levsen | 1 | -1/+1 | |
https://stackoverflow.com/questions/6033599/oserror-38-errno-38-with-multiprocessing | |||||
2015-03-30 | pbuilderrc: set PATH to predictable values, see #780729 and #780725 | Holger Levsen | 1 | -1/+2 | |
2015-03-28 | reproducible: use proxy only for apt, but don't set http_proxy environment ↵ | Holger Levsen | 1 | -1/+3 | |
variable. see #780587 for more info | |||||
2015-03-28 | reproducible: fix path for redirection | Holger Levsen | 1 | -1/+1 | |
2015-03-28 | reproducible: provide suite specific views on issues | Holger Levsen | 1 | -0/+7 | |
2015-03-27 | fix typo | Holger Levsen | 1 | -1/+1 | |
2015-03-23 | force correct time | Holger Levsen | 1 | -0/+1 | |
2015-03-20 | reproducible: add redirect for /artifacts/ | Holger Levsen | 1 | -0/+1 | |
2015-03-19 | reproducible: use linux64 --uname-2.6 correctly, thanks lunar | Holger Levsen | 2 | -3/+1 | |
2015-03-19 | reproducible: redirect packages only in experimental too | Holger Levsen | 1 | -0/+8 | |
2015-03-17 | reproducible: fix mixed order in comment | Reiner Herrmann | 1 | -1/+1 | |
2015-03-17 | reproducible: add new redirect: rb.d.n/$suite/amd64/$PKG → ↵ | Holger Levsen | 1 | -1/+8 | |
rb.d.n/$suite/amd64/rb-pkg/$PKG.html | |||||
2015-03-16 | dont mount /proc in pbuilder | Holger Levsen | 1 | -1/+1 | |
2015-03-15 | add note about #773767 | Holger Levsen | 1 | -0/+1 | |
2015-03-15 | pbuilder: mount /sys and /proc (Closes: #773767) | Holger Levsen | 1 | -1/+1 | |
2015-03-14 | reproducible: rename 'sid' to 'unstable' | Holger Levsen | 1 | -13/+13 | |
2015-03-12 | reproducible: add redirect for /testing | Holger Levsen | 1 | -2/+2 | |
2015-03-05 | reproducible: pretend we're running linux-2.6, or 2.6.56-0.bpo.4-amd64 to be ↵ | Holger Levsen | 1 | -0/+2 | |
exact | |||||
2015-03-03 | apache: reproducible: fixup redirectes wrongly commited half-done. Now ↵ | Mattia Rizzolo | 1 | -5/+3 | |
(/sid|/experimental) redirects to (/sid|/experimental)/index_suite_stats.html | |||||
2015-03-03 | reproducible: fixup syntax in last commit | Mattia Rizzolo | 1 | -0/+8 | |
2015-03-02 | apache: add more redirects for reproducible pages become suite/arch-related | Mattia Rizzolo | 1 | -4/+18 | |
2015-03-01 | apache: fix reproducible redirects | Mattia Rizzolo | 1 | -4/+4 | |
2015-03-01 | change jenkins' umask to 022 | Helmut Grohne | 1 | -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-01 | apache: add more redirectes for reproducible.debian.net | Mattia Rizzolo | 1 | -2/+28 | |
2015-02-27 | reproducible: relax sudoers to match new base.tgz filenames | Holger Levsen | 1 | -3/+3 | |
2015-02-27 | reproducible: run 'apt-get source' in schroots and stop abusing the hosts ↵ | Holger Levsen | 1 | -7/+0 | |
sources.lists | |||||
2015-02-25 | reproducible: add comments, simplify code | Holger Levsen | 1 | -5/+4 | |
2015-02-25 | different approach to umask changes | Helmut Grohne | 2 | -1/+8 | |
* Add it to pbuilderrc, because it is sourced by pbuilder. * Vary 0022 (default) and 0002 as both are common combinations and the write bit actually shows up in ar archives (static libraries). | |||||
2015-02-24 | reproducible: also test for unreproducibility due to difference in umask | Holger Levsen | 1 | -0/+1 | |
2015-02-22 | Also change the domain | Chris Lamb | 1 | -1/+2 | |
2015-02-21 | drop visitors report | Holger Levsen | 2 | -24/+0 | |
2015-02-19 | partly revert e5077b44 as #767018 is still open | Holger Levsen | 1 | -0/+220 | |
2015-02-19 | upgrade to munin 2.0.25-1~bpo70+1, drop some FIXMEs, add one to TODO | Holger Levsen | 5 | -224/+4 | |
2015-02-18 | move another FIXME into TODO | Holger Levsen | 1 | -1/+1 | |
2015-02-16 | add logrotate file for email2irc logs | Holger Levsen | 1 | -0/+9 | |
2015-02-08 | apache: clean the config by using a macro | Mattia Rizzolo | 1 | -50/+20 | |
2015-02-08 | apache: better comments | Mattia Rizzolo | 1 | -3/+5 | |
2015-02-07 | g-i: do not redirect to https if accessed as 127.0.0.1 or 10.0.2.1 - ↵ | Holger Levsen | 1 | -0/+54 | |
redudant but working configuration | |||||
2015-01-19 | reproducible: unshare need to be told where options end | Jérémy Bobbio | 1 | -1/+1 | |
2015-01-19 | reproducible: fix sudoers for unshare | Jérémy Bobbio | 1 | -1/+1 | |
2015-01-19 | reproducible: change the hostname in the second build | Jérémy Bobbio | 2 | -0/+11 | |
2015-01-16 | apache: add rb.d.n/PACKAGE → rb.d.n/rb-pkg/PACKAGE.html redirect. Thanks ↵ | Mattia Rizzolo | 1 | -0/+6 | |
Lunar for the initial patch! | |||||
2015-01-11 | apache: enable HSTS | Mattia Rizzolo | 1 | -0/+1 | |