summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--job-cfg/d-i.yaml14
-rwxr-xr-xupdate_jdn.sh5
2 files changed, 13 insertions, 6 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml
index da440e4e..0dd56331 100644
--- a/job-cfg/d-i.yaml
+++ b/job-cfg/d-i.yaml
@@ -250,9 +250,10 @@
fail_on_error: 'true'
- email:
recipients: jenkins+debian-boot holger@layer-acht.org
- - archive:
- artifacts: '*_*.dsc *_*.tar.* *_*_*.deb *_*_*.build *_*_*.changes'
- latest_only: true
+## doesnt work, the artifacts reside outside the workspace
+# - archive:
+# artifacts: '*_*.dsc *_*.tar.* *_*_*.deb *_*_*.build *_*_*.changes'
+# latest_only: true
- job-template:
defaults: d-i
@@ -276,9 +277,10 @@
publishers:
- email:
recipients: jenkins+debian-boot holger@layer-acht.org
- - archive:
- artifacts: '*_*.dsc *_*.tar.* *_*_*.deb *_*_*.build *_*_*.changes'
- latest_only: true
+## 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/update_jdn.sh b/update_jdn.sh
index 6f0c35a9..96530de5 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -29,6 +29,11 @@ sudo apt-get install vim screen less etckeeper moreutils curl mtr-tiny dstat dev
explain "Packages installed."
#
+# as long as d-i_manual_*_(html|pdf) is build on the host system...
+#
+sudo apt-get build-dep installation-guide
+
+#
# deploy package configuration in /etc
#
cd $BASEDIR