diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-13 01:10:45 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-13 01:10:45 +0100 |
commit | 9e20841375fa4786e104673be1d9e1af02e53897 (patch) | |
tree | 330e6838018b58bf1871d0ace531832b89b66e48 | |
parent | 9ad26faa270762e4f821d75af2562df3823ab2b4 (diff) | |
download | jenkins.debian.net-9e20841375fa4786e104673be1d9e1af02e53897.tar.xz |
finetuning
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | logparse/debian-installer.rules | 8 | ||||
-rwxr-xr-x | update_jdn.sh | 8 |
3 files changed, 21 insertions, 1 deletions
@@ -25,14 +25,18 @@ About jenkins.debian.net === debian-installer jobs * FIXME: describe them +** d-i_manual: +** d-i_build: === webcheck jobs * FIXME: describe them +** webcheck debian.org websites +** webcheck debconf.org websites == ToDo -* There is still of work left, check the current link:http://jenkins.debian.net/userContent/todo.html[ToDo list]. +* There is still a lot of work left, check the current link:http://jenkins.debian.net/userContent/todo.html[ToDo list]. == Setup diff --git a/logparse/debian-installer.rules b/logparse/debian-installer.rules index 65e14fb0..89c086fe 100644 --- a/logparse/debian-installer.rules +++ b/logparse/debian-installer.rules @@ -1,10 +1,18 @@ # see https://wiki.jenkins-ci.org/display/JENKINS/Log+Parser+Plugin ok /not really/ + +# oh well ok /^dpkg-source: warning/ ok /^dpkg-gencontrol: warning/ ok /^dpkg-buildpackage: warning/ +# trying to get http://jenkins.debian.net/job/d-i_build_console-setup/ build nicely +ok /^WARNING: U\+????: can not be positioned properly/ +ok /^WARNING: U\+????: no glyph defined/ +ok /^WARNING: U\+????: .+ broken pixel/ +ok /^WARNING: Unknown X keysymm/ + # match line starting with 'error ', case-insensitive error /(?i)^error / diff --git a/update_jdn.sh b/update_jdn.sh index 0359f77d..c232e1cf 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -86,3 +86,11 @@ fi sudo su - jenkins -c "git config --global user.email jenkins@jenkins.debian.net" sudo su - jenkins -c "git config --global user.name Jenkins" +# +# FIXME: file a bug against pbuilder +# else you have http://jenkins.debian.net/view/debian-installer/job/d-i_build_partman-ext3/4/console +# with this you have: http://jenkins.debian.net/view/debian-installer/job/d-i_build_partman-ext3/5/console +# and this asks for a password: pdebuild --use-pdebuild-internal --pbuilder '/sbin/sudo /usr/sbin/pbuilder' +# despites the jenkins user cam run "sudo pbuilder" without it just fine...??! +# +sudo chown jenkins /var/cache/pbuilder/result |