[elbe-devel] [PATCH 5/6] docs: Get rid of wheezy references

bage at linutronix.de bage at linutronix.de
Tue Mar 17 11:27:30 CET 2020


From: Bastian Germann <bage at linutronix.de>

Elbe does not support wheezy anymore.
Get rid of the remaining wheezy references in the documentation.

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 docs/elbe-get_archive.txt |  4 ++--
 docs/elbe-init.txt        |  4 ++--
 docs/elbe-show.txt        |  4 ++--
 docs/elbe-validate.txt    |  4 ++--
 docs/elbeoverview-en.txt  | 16 ++++++----------
 5 files changed, 14 insertions(+), 18 deletions(-)

diff --git a/docs/elbe-get_archive.txt b/docs/elbe-get_archive.txt
index 7fed3502b..c074a3f79 100644
--- a/docs/elbe-get_archive.txt
+++ b/docs/elbe-get_archive.txt
@@ -30,10 +30,10 @@ OPTIONS
 EXAMPLES
 --------
 
-* Extract the archive in 'mywheezy.xml' to 'archive.tar.bz2'
+* Extract the archive in 'project.xml' to 'archive.tar.bz2'
 +
 ------------
-$ elbe get_archive mywheezy.xml archive.tar.bz2
+$ elbe get_archive project.xml archive.tar.bz2
 ------------
 
 
diff --git a/docs/elbe-init.txt b/docs/elbe-init.txt
index eeefb56d5..3f3688af4 100644
--- a/docs/elbe-init.txt
+++ b/docs/elbe-init.txt
@@ -70,11 +70,11 @@ OPTIONS
 EXAMPLES
 --------
 
-* Generate a build VM directory for the project specified in 'mywheezy.xml'
+* Generate a build VM directory for the project specified in 'project.xml'
 and build the target root filesystem.
 +
 ------------
-$ elbe init --directory=/scratch/example mywheezy.xml
+$ elbe init --directory=/scratch/example project.xml
 $ cd /scratch/example
 $ make
 ------------
diff --git a/docs/elbe-show.txt b/docs/elbe-show.txt
index e190fb745..916a14652 100644
--- a/docs/elbe-show.txt
+++ b/docs/elbe-show.txt
@@ -33,10 +33,10 @@ OPTIONS
 EXAMPLES
 --------
 
-* get a human readable representation of 'mywheezy.xml'
+* get a human readable representation of 'project.xml'
 +
 ------------
-$ elbe show mywheezy.xml
+$ elbe show project.xml
 ------------
 
 
diff --git a/docs/elbe-validate.txt b/docs/elbe-validate.txt
index 818778c77..b55936bbb 100644
--- a/docs/elbe-validate.txt
+++ b/docs/elbe-validate.txt
@@ -26,10 +26,10 @@ OPTIONS
 EXAMPLES
 --------
 
-* Validate 'mywheezy.xml'
+* Validate 'project.xml'
 +
 ------------
-$ elbe validate mywheezy.xml 
+$ elbe validate project.xml
 ------------
 
 
diff --git a/docs/elbeoverview-en.txt b/docs/elbeoverview-en.txt
index 1f30523b4..e2780668a 100644
--- a/docs/elbeoverview-en.txt
+++ b/docs/elbeoverview-en.txt
@@ -138,7 +138,7 @@ To create an initvm and make that initvm build a first Rootfilesystem,
 use the following command:
 
 ----------------------------------------------------------------------------------------------------------
-elbe initvm create --directory ~/elbe-initvm /usr/share/doc/elbe-doc/examples/x86_32-pc-hdimg-minimal-grub-wheezy.xml
+elbe initvm create --directory ~/elbe-initvm /usr/share/doc/elbe-doc/examples/x86_32-pc-hdimg-minimal-grub-buster.xml
 ----------------------------------------------------------------------------------------------------------
 
 This will take quite a while.
@@ -153,7 +153,7 @@ command will exit with a failure notice.
 The initvm will keep on running, after this command. Further xml Files may be built using
 
 ----------------------------------------------------------------------------------------------------------
-elbe initvm submit --directory ~/elbe-initvm /usr/share/doc/elbe-doc/examples/x86_32-pc-hdimg-minimal-grub-wheezy.xml
+elbe initvm submit --directory ~/elbe-initvm /usr/share/doc/elbe-doc/examples/x86_32-pc-hdimg-minimal-grub-buster.xml
 ----------------------------------------------------------------------------------------------------------
 
 .Note
@@ -195,14 +195,9 @@ source~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 			<primary_host>debian.tu-bs.de</primary_host>
 			<primary_path>/debian</primary_path>
 			<primary_proto>http</primary_proto>
-			<url-list>
-				<url>
-					<binary>http://debian.linutronix.de/elbe wheezy main</binary>
-				</url>
-			</url-list>
 		</mirror>
 		<noauth />
-		<suite>wheezy</suite>
+		<suite>buster</suite>
 	</project>
 	<target>
 		<hostname>myARM</hostname>
@@ -556,13 +551,14 @@ source~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 			<primary_proto>http</primary_proto>
 			<url-list>					<2>
 				<url>
-					<binary>http://debian.linutronix.de/elbe wheezy main</binary>
+					<binary>http://debian.linutronix.de/elbe buster main</binary>
+					<source>http://debian.linutronix.de/elbe buster main</source>
 				</url>
 			</url-list>
 
 		</mirror>
 		<noauth /> 						<3>
-		<suite>wheezy</suite>					<4>
+		<suite>buster</suite>					<4>
 source~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 <1> The 'mirror' tag contains
-- 
2.20.1




More information about the elbe-devel mailing list