[elbe-devel] [PATCH 1/8] examples x86_64-pc-hdimg-with-updated: remove updated example

Torben Hohn torben.hohn at linutronix.de
Wed Mar 4 13:08:04 CET 2020


the example fails in the tests, because the updated finetuning rule
references a key, that does not exist in the test system.

drop the whole example

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 examples/x86_64-pc-hdimg-with-updated.xml | 64 -----------------------
 1 file changed, 64 deletions(-)
 delete mode 100644 examples/x86_64-pc-hdimg-with-updated.xml

diff --git a/examples/x86_64-pc-hdimg-with-updated.xml b/examples/x86_64-pc-hdimg-with-updated.xml
deleted file mode 100644
index 9ba3f3a54..000000000
--- a/examples/x86_64-pc-hdimg-with-updated.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-<ns0:RootFileSystem xmlns:ns0="https://www.linutronix.de/projects/Elbe" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" created="2009-05-20T08:50:56" revision="6" xsi:schemaLocation="https://www.linutronix.de/projects/Elbe dbsfed.xsd">
-	<project>
-		<name>elbe-updated</name>
-		<version>1.0</version>
-		<description>
-			is used to test the elbe update daemon
-		</description>
-		<buildtype>amd64</buildtype>
-		<mirror>
-			<primary_host>ftp.de.debian.org</primary_host>
-			<primary_path>/debian</primary_path>
-			<primary_proto>http</primary_proto>
-			<url-list>
-				<!-- for elbe updated -->
-				<url>
-					<binary>http://debian.linutronix.de/elbe buster main</binary>
-					<source>http://debian.linutronix.de/elbe buster main</source>
-					<key>http://debian.linutronix.de/elbe/elbe-repo.pub</key>
-				</url>
-			</url-list>
-		</mirror>
-		<suite>buster</suite>
-	</project>
-	<target>
-		<hostname>elbe-updated</hostname>
-		<domain>tec.linutronix.de</domain>
-		<passwd>elbe</passwd>
-		<console>ttyS0,115200</console>
-		<images>
-			<msdoshd>
-				<name>elbe.img</name>
-				<size>8000MiB</size>
-				<grub-install/>
-				<partition>
-					<size>remain</size>
-					<label>rfs</label>
-				</partition>
-			</msdoshd>
-		</images>
-		<fstab>
-			<bylabel>
-				<label>rfs</label>
-				<mountpoint>/</mountpoint>
-				<fs>
-					<type>ext4</type>
-					<tune2fs>-i 0</tune2fs>
-				</fs>
-			</bylabel>
-		</fstab>
-		<finetuning>
-			<!-- insert fingerprint from /var/cache/elbe/.gnupg keyring -->
-			<updated>F5895089CE6277157FE1B160FE5ACE0B0688D925</updated>
-		</finetuning>
-		<pkg-list>
-			<pkg>grub-pc</pkg>
-			<pkg>linux-image-amd64</pkg>
-			<pkg>openssh-server</pkg>
-			<pkg>less</pkg>
-			<pkg>bash</pkg>
-			<pkg>vim-nox</pkg>
-			<pkg>elbe-updated</pkg>
-		</pkg-list>
-	</target>
-</ns0:RootFileSystem>
-- 
2.20.1




More information about the elbe-devel mailing list