Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-18 | reproducible: scheduler: fix the removing packages part | Mattia Rizzolo | 1 | -1/+2 | |
2015-04-16 | update_jdn: drop the full patch from the deploy_jdn call. jenkins-adm can't ↵ | Mattia Rizzolo | 1 | -1/+1 | |
access /root/ | |||||
2015-04-16 | deploy_kgb: add missing '/' to the output path | Mattia Rizzolo | 1 | -1/+1 | |
2015-04-16 | update_jdn: fixup typo in the last two commits. s/-/_/ in deploy_kgb.py | Mattia Rizzolo | 1 | -1/+1 | |
2015-04-16 | update_jdn: fixup last commit. files have extensions. | Mattia Rizzolo | 1 | -1/+1 | |
2015-04-16 | add deploy_kgb.py to automatically generate kgb confs. also change owner of ↵ | Mattia Rizzolo | 3 | -2/+82 | |
/srv/jenkins to jenkins-adm instead of root. Another TODO bullet down! | |||||
2015-04-16 | reproducible: new db table: removed_packages, to track removed package and ↵ | Mattia Rizzolo | 5 | -16/+27 | |
subsequently clean up files the db now stores tuple of (pkgname, suite, architecture) of every removed packages, then reproducible_maintenance.sh pick up entries from it and find+remove files. For now the reproducible_maintenance only output what he would have remove. | |||||
2015-04-16 | reproducible: move the generation of index_notes and index_no_notes from ↵ | Mattia Rizzolo | 2 | -79/+82 | |
_homl_notes to _html_indexes | |||||
2015-04-16 | reproducible: html_indexes: also support a header_query keyword, to format ↵ | Mattia Rizzolo | 1 | -1/+7 | |
the header line | |||||
2015-04-16 | reproducible: html_indexes: new syntax and new features for global pages. | Mattia Rizzolo | 1 | -27/+35 | |
2015-04-16 | reproducible: html_indexes: add support for a tiny header on top of the pages | Mattia Rizzolo | 1 | -0/+3 | |
2015-04-16 | reproducible: _html_indexes: move the code generating the schedule page to ↵ | Mattia Rizzolo | 3 | -34/+39 | |
its own function. it does not make sense to bloat the generic code by special casing it | |||||
2015-04-16 | drop shyaml now that notes.git is handled by a proper .py script | Holger Levsen | 1 | -251/+0 | |
2015-04-16 | README: fix broken link by html-escaping a @. Thanks to Reiner Herrmann for ↵ | Mattia Rizzolo | 1 | -1/+1 | |
noticing+reporting it! | |||||
2015-04-15 | remove education-desktop-sugar related jobs from sid and jessie (see #782504) | Holger Levsen | 2 | -11/+3 | |
2015-04-14 | README: add 'get involved' paragraph. update info on cpu+ram of the host | Holger Levsen | 1 | -2/+6 | |
2015-04-14 | reproducible: initialize PSCALL safely | Holger Levsen | 1 | -0/+1 | |
2015-04-14 | reproducible: maintenance: better presentation of processes about to be killed | Mattia Rizzolo | 1 | -2/+6 | |
2015-04-14 | sudoers: fix typo s/amd/adm/ to finally grant superpowers to jenkins-adm | Mattia Rizzolo | 1 | -1/+1 | |
2015-04-13 | g-i install: post_install_boot(): treat *ltsp-server the same as *combi-server. | Wolfgang Schweer | 1 | -1/+1 | |
2015-04-13 | reproducible: common: explicit encoding when writing the html files. somehow ↵ | Mattia Rizzolo | 1 | -1/+1 | |
this broke recently, and it start using ANSI_X3.4-1968 (o.O) | |||||
2015-04-13 | reproducible: html_indexes: use that new link_package() thinghy | Mattia Rizzolo | 1 | -7/+1 | |
2015-04-13 | reproducible: common: add link_package() which given a package ↵ | Mattia Rizzolo | 1 | -1/+29 | |
name/suite/arch returns html | |||||
2015-04-12 | TODO: add links from weasel about how to setup a sane schroot setup | Mattia Rizzolo | 1 | -1/+4 | |
2015-04-12 | reproducible: _html_packages: in the suite links, show the tested version ↵ | Mattia Rizzolo | 1 | -5/+7 | |
and not the available version, if the package got already tested | |||||
2015-04-12 | reproducible: add "Warning: old schroots found in /schroots, which have been ↵ | Mattia Rizzolo | 1 | -0/+1 | |
deleted:" to logparse, to be notified when this happens | |||||
2015-04-11 | reproducible: maintenance: remove old schroots with the --one-file-system ↵ | Mattia Rizzolo | 1 | -1/+1 | |
(also as specified in the sudoers file) | |||||
2015-04-11 | reproducible: maintenance: fix typo | Mattia Rizzolo | 1 | -1/+1 | |
2015-04-11 | reproducible: maintenance: rework a bit the "find+terminate processes which ↵ | Mattia Rizzolo | 1 | -11/+15 | |
should not be there" part to avoid logparse noise | |||||
2015-04-11 | reproducible: scheduler: double check only packages with *higher* version ↵ | Mattia Rizzolo | 1 | -2/+4 | |
are scheduled | |||||
2015-04-10 | reproducible: style.css: slightly adjust to render way better when the top ↵ | Mattia Rizzolo | 1 | -5/+2 | |
header row spans on two lines Thanks to Pietro Albini for the help. | |||||
2015-04-09 | reproducible: maintenance: check for files with bad permissions (!=644) and ↵ | Mattia Rizzolo | 2 | -0/+12 | |
chmod them. currently unknown the cause of these bad perms (only for very few files | |||||
2015-04-09 | update_jdn: s/chmod/chown/ | Mattia Rizzolo | 1 | -1/+1 | |
2015-04-09 | update_jdn: fixup typo in last commit + be less noisy | Mattia Rizzolo | 1 | -4/+4 | |
2015-04-09 | new jenkins-adm user+group and new permissions for its members | Mattia Rizzolo | 2 | -1/+27 | |
* 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-09 | g-i-installation: kill qemu IFF there are actual processes running (avoids ↵ | Mattia Rizzolo | 1 | -1/+4 | |
noise in the build log) | |||||
2015-04-09 | reproducible: fix filter needed to work around #781517 | Holger Levsen | 1 | -1/+1 | |
2015-04-09 | fixup typo in last commit | Holger Levsen | 1 | -1/+1 | |
2015-04-09 | set doubled timeout for g-i-installs of type d-e-combi and d-e-ltsp-server. | Wolfgang Schweer | 1 | -1/+1 | |
2015-04-06 | proper backup... | Holger Levsen | 1 | -1/+3 | |
2015-04-06 | Revert "jenkins.debian.net-scm-sync.git is a public backup of all jenkins ↵ | Holger Levsen | 1 | -1/+1 | |
configuration, including the generated jobs" This reverts commit 2747a928f4f82c44d7159fe5f16215b81f96e21d. | |||||
2015-04-06 | jenkins.debian.net-scm-sync.git is a public backup of all jenkins ↵ | Holger Levsen | 1 | -1/+1 | |
configuration, including the generated jobs | |||||
2015-04-05 | update | Holger Levsen | 1 | -6/+13 | |
2015-04-05 | improve visually | Holger Levsen | 1 | -1/+1 | |
2015-04-05 | reproducible: build: no real need to look up for a particular suite while ↵ | Mattia Rizzolo | 1 | -11/+1 | |
SQL quering for a package to build | |||||
2015-04-05 | schroot-create/reproducible_setup_pbuilder: configure the proxy inside the ↵ | Mattia Rizzolo | 2 | -4/+12 | |
chroot IFF http_proxy is defined | |||||
2015-04-05 | use CDROM for ltsp installs in jessie_main-ltsp-server | Wolfgang Schweer | 1 | -1/+1 | |
Hi, this job is IMO failing due to the wrong preseeding in (d-e-config)/ defaults.thin-client-server causing a CD installation to be assumed. As a CD is actually available (as opposed to using pxeinstall) the problem could probably be solved modifying the preseeding to use it (which is the ltsp-client-builder-udeb default). | |||||
2015-04-05 | fix grammar | Holger Levsen | 1 | -1/+1 | |
2015-04-05 | reproducible: html_notes: fix indentation. I'm not even sure why python ↵ | Mattia Rizzolo | 1 | -6/+6 | |
didn't complain loudly | |||||
2015-04-05 | reproducible: scheduler: print 'apt-get update' call when in debug mode | Mattia Rizzolo | 1 | -3/+5 | |