diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-16 15:42:00 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-16 15:42:00 +0100 |
commit | 48d19624b59dfe0e7542a943b6dadfb00ea75708 (patch) | |
tree | 5068c92eb8c76ec86af5079ab9f4249832b4dd63 | |
parent | 888d74c114f1a9657d23582e6daf49e971e92a00 (diff) | |
download | jenkins.debian.net-48d19624b59dfe0e7542a943b6dadfb00ea75708.tar.xz |
drop FIXMEs unlikely to be done anytime
-rw-r--r-- | job-cfg/d-i.yaml | 4 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index 9c598ca2..c8490cc3 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -262,10 +262,6 @@ fail-on-error: 'true' - email: recipients: 'jenkins+debian-boot holger@layer-acht.org' -## FIXME: needs a simple cp: doesnt work, the artifacts reside outside the workspace -# - archive: -# artifacts: '*_*.dsc *_*.tar.* *_*_*.deb *_*_*.build *_*_*.changes' -# latest_only: true - job-template: defaults: d-i diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 5f246e68..7e82e8e0 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -371,7 +371,7 @@ my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://ftp.de.debian.org/debian/dists/wheezy/main/installer-amd64/current/images/netboot/gtk/debian-installer/amd64/' my_description: 'Do a fully automated installation of Debian KDE desktop - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_wheezy_kde_preseed.cfg">this preseed.cfg</a>) using netboot gtk.' my_timed: '42 15 2,9,16,23 * *' - my_recipients: 'holger@layer-acht.org' # FIXME readd jenkins+debian-boot here and for other jobs - once we made this more stable + my_recipients: 'holger@layer-acht.org' - '{name}_debian_wheezy_xfce': my_title: 'Debian (wheezy) Xfce desktop install' my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://ftp.de.debian.org/debian/dists/wheezy/main/installer-amd64/current/images/netboot/gtk/debian-installer/amd64/' |