[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] fix syntax error and prevent two future ones

Holger Levsen gitlab at salsa.debian.org
Sat Aug 10 02:34:29 BST 2019



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
684c1eea by Holger Levsen at 2019-08-10T01:34:16Z
fix syntax error and prevent two future ones

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- TODO
- update_jdn.sh


Changes:

=====================================
TODO
=====================================
@@ -93,7 +93,7 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
 
 === Debian rebuilder
 
-* prototype only dealing with buster and amd64 (and arch all packages)
+* prototype only dealing with bullseye and amd64 (and arch all packages)
 ** this is true for the rebuilder part, but .buildinfo files for all Debian architectures should be tracked in the db
 ** also treat the base suite archive and its security, update and backports archives seperatly
 *** store hash of processed Packages file and only process a Packages file if it has an unknown hash -> good for suites which are not updated often
@@ -110,7 +110,7 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
 
 === upgrades to buster
 
-* only done on osuosl174 yet. 
+* only done on some nodes yet. 
 ** so we can drop hosts/osuosl-build174-amd64/etc/apt/sources.list once hosts/common/... has buster
 
 ==== proper backup


=====================================
update_jdn.sh
=====================================
@@ -363,7 +363,8 @@ if [ -f /etc/debian_version ] ; then
 				tree
 				unzip
 				util-linux
-				zlib1g-dev"
+				zlib1g-dev
+				"
 			;;
 			*) ;;
 		esac
@@ -384,6 +385,7 @@ if [ -f /etc/debian_version ] ; then
 				subversion
 				vagrant
 				virtualbox
+				"
 			;;
 			*) ;;
 		esac
@@ -487,7 +489,8 @@ if [ -f /etc/debian_version ] ; then
 				xtightvncviewer
 				xvfb
 				xvkbd
-				zutils"
+				zutils
+				"
 		else
 			MASTERDEBS=""
 		fi



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/684c1eeafd6c91984a9f6b552e407a300b50aed6

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/684c1eeafd6c91984a9f6b552e407a300b50aed6
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190810/d2b7e2ab/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list