diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-04 14:14:04 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-04 14:14:04 +0100 |
commit | c9e6b8eb89bd1635f6f720746ac72fcfb636a3f6 (patch) | |
tree | e03260462cf3e8c393a8331f9e45934ae5f6c6db | |
parent | 95cd1ad69cad83602dcb169d19048d521c3570ad (diff) | |
download | jenkins.debian.net-c9e6b8eb89bd1635f6f720746ac72fcfb636a3f6.tar.xz |
small enhancements
-rw-r--r-- | TODO | 11 | ||||
-rwxr-xr-x | bin/housekeeping.sh | 2 | ||||
-rw-r--r-- | job-cfg/d-i.yaml | 5 |
3 files changed, 12 insertions, 6 deletions
@@ -16,15 +16,19 @@ About jenkins.debian.net * git clone git://git.debian.org/git/users/holger/jenkins.debian.net.git * (virtual) hardware sponsored by http://www.profitbricks.com -== General todo +== General ToDo * get rid of reduncacy in job-cfg/*.yaml and also fix the FIXMEs there +* add documentation for jenkins-job-builder: +** publisher:logparse +** svn:scm * mail notifications (to where?) * proper backup (=daily), see bottom of this document for what to backup * more tests (see below) -=== Minor stuff +=== More minor stuff +* squid has problems with SO_FAIL * split TODO and about.txt? ** use debian stylesheet for about.html ** use job description to create .txt file to be included in about.txt/TODO? @@ -68,12 +72,9 @@ About jenkins.debian.net === using jenkins-job-builder * then run 'cd /srv/jenkins/job-cfg ; jenkins-jobs update .' to update jobs - * testing: 'cd /srv/jenkins/job-cfg ; rm test-output/ -r ; mkdir test-output ; jenkins-jobs test . -o test-output/ ; ls test-output/' == To backup * /etc/.git -* /var/lib/jenkins/job/*/config.xml * /var/lib/jenkins/config.xml as well as its plugins etc -* /srv/jenkins probably not diff --git a/bin/housekeeping.sh b/bin/housekeeping.sh index d2fb44c3..5236b5dc 100755 --- a/bin/housekeeping.sh +++ b/bin/housekeeping.sh @@ -9,7 +9,7 @@ echo df -h echo for DIR in /var/cache/apt/archives/ /var/spool/squid/ /var/lib/jenkins/jobs/ ; do - du -sh $DIR + sudo du -sh $DIR done echo vnstat diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index 94f8f19e..97d16613 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -6,6 +6,11 @@ url: svn://svn.debian.org/svn/d-i/trunk basedir: . workspaceupdater: update + includedRegions: 'trunk/manual/.*' + excludedRegions: '' + excludedUsers: '' + excludedRevprop: '' + excludedCommitMessages: '' # repositorybrowser missing: FIXME # <browser class="hudson.scm.browsers.ViewSVN"> # <url # http://anonscm.debian.org/viewvc/</url # |