Commit 684c1eea authored by Holger Levsen's avatar Holger Levsen
Browse files

fix syntax error and prevent two future ones

parent 309a1d66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+5 −2
Original line number Diff line number Diff line
@@ -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