summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-08-03update_jdn: make sure BASEDIR is an absolute pathMattia Rizzolo1-1/+1
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-08-03debugMattia Rizzolo1-0/+2
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-08-03update_jdn: autodetect BASEDIR (=> where to copy all stuff from) based on ↵Mattia Rizzolo1-1/+1
where the current running script is, instead of requiring it to be in ~/jenkins.d.n Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-08-02give jenkins-adm a working shell instead of /bin/falseMattia Rizzolo1-0/+1
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-08-02fixup previous commitMattia Rizzolo1-1/+1
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-08-02add mattia to the reproducible unix group in jenkinsMattia Rizzolo1-0/+1
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-08-02give a home to jenkins-admMattia Rizzolo1-1/+5
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-07-28reproducible debian: move mustache template directory out of binValerie R Young1-1/+1
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-07-24force fix ntpHolger Levsen1-2/+3
2016-07-23install ntp and ntpdate everywhereHolger Levsen1-0/+2
2016-07-23add LEDE build script and jobAlexander Couzens1-1/+1
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-07-22lvc: move vm-pools to /srv/lvc to avoid filling swap via tmpfsPhilip Hands1-2/+8
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-07-21give phil sudo on pb10Philip Hands1-1/+1
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-07-20install lsof everywhereMattia Rizzolo1-0/+1
2016-07-20reboostrap: bump /srv/workspace on pb9 to 40GHolger Levsen1-1/+1
2016-07-17update_jdn: configure sshd as we want itHolger Levsen1-0/+6
2016-07-14dummy commit so mattia's key gets deployedHolger Levsen1-3/+2
2016-07-14Revert "debug"Holger Levsen1-1/+0
This reverts commit cb56b15565d94ceefef3495135d26af3f954dbad.
2016-07-14try more quotesHolger Levsen1-1/+1
2016-07-14debugHolger Levsen1-0/+1
2016-07-14update_jdn: address variable correctlyHolger Levsen1-1/+1
2016-07-14fix UP2DATE logicPhilip Hands1-3/+3
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-07-14update_jdn: spaces to TABsPhilip Hands1-23/+23
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-07-14re-factor user setup code, and add ssh key handlingPhilip Hands1-28/+40
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-07-14get somewhere towards the key deployment thingPhilip Hands1-30/+38
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-07-14explain how to use $UP2DATEHolger Levsen1-1/+1
2016-07-06fix fatal typoHolger Levsen1-2/+2
2016-07-06fix bug preventing new packages to be installedHolger Levsen1-1/+1
2016-07-06reproducible fdroid: install a bunch of packages to build fdroidHolger Levsen1-1/+6
2016-06-21lvc: put VM storage in /srv/workspace/vm-pools/Philip Hands1-5/+13
2016-06-20only run apt-get update if update_jdn.sh has changed, dohHolger Levsen1-1/+1
2016-06-20fixup syntax error in 0e6b358Holger Levsen1-1/+1
2016-06-20only run apt-get install if update_jdn.sh has changedHolger Levsen1-6/+16
2016-06-20improve update logic to only update jobs if configs have changedHolger Levsen1-1/+7
2016-06-20preserve modification times to avoid unneeded updatesHolger Levsen1-1/+1
2016-06-20improve final message and commentsHolger Levsen1-3/+4
2016-06-20fixup syntax error in fc94f8cHolger Levsen1-0/+1
2016-06-20automate announcing new deployments on jenkins.d.nHolger Levsen1-0/+3
2016-06-18Revert "make sure that /var/cache/pbuilder/result belongs to jenkins"Philip Hands1-1/+1
This reverts commit 1390a3b4be4af9c720bcb8d189b01d6560240b48. Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-06-17reproducible debian: improve package page navigationValerie R Young1-0/+1
Changes made: - suite and arch specific details moved from the top of side bar to the suite and arch section - "notes" and "test history" (suite and arch agnostic) move to the top of side bar - hover text added to most links, starting with either "Go to:" (if the link takes you away from package page) or "Show:" (if the link opens a file in the iframe) - enabled notifications flag still on top left, by "Test Details" header reproducible debian: address mattia's code review comments Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-06-17use `rsync --delete` instead of `cp` while copying jenkins scripts so old ↵Mattia Rizzolo1-1/+2
files can be removed from the target directory
2016-06-17Revert "use `rsync --delete` instead of `cp` while copying jenkins scripts ↵Holger Levsen1-1/+1
so old files can be removed from the target directory" This reverts commit 4c33d419b112e4c276456da5c054755e07dd400f.
2016-06-17use `rsync --delete` instead of `cp` while copying jenkins scripts so old ↵Mattia Rizzolo1-1/+1
files can be removed from the target directory use -n for the first run, to see what would actually be removed
2016-06-16make sure that /var/cache/pbuilder/result belongs to jenkinsPhilip Hands1-1/+1
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-06-11reproducible debian: install python3-xdg on jenkins as need by the previous ↵Holger Levsen1-0/+1
commits
2016-06-11reproducible debian: install python3-popcon on jenkins as need by the ↵Holger Levsen1-1/+1
previous commit
2016-06-10reproducible fedora: make first deployment workHolger Levsen1-1/+2
2016-06-10reproducible fedora: use mock 1.2.3-2~bpo8+1 to build RPMsHolger Levsen1-15/+4
2016-06-10d-i: preserve udebs built in pu/ branchesPhilip Hands1-1/+1
2016-06-04reproducible debian: use eatmydata on i386+armhfHolger Levsen1-1/+2