summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO11
-rwxr-xr-xbin/housekeeping.sh2
-rw-r--r--job-cfg/d-i.yaml5
3 files changed, 12 insertions, 6 deletions
diff --git a/TODO b/TODO
index b5efb938..81ed69c3 100644
--- a/TODO
+++ b/TODO
@@ -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 #