[elbe-devel] [PATCH 1/3] quickstart: switch from jessie to stretch in custom repo description
Torben Hohn
torben.hohn at linutronix.de
Mon Oct 8 13:08:24 CEST 2018
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
docs/quickstart.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/quickstart.txt b/docs/quickstart.txt
index ea608e52..350134ec 100644
--- a/docs/quickstart.txt
+++ b/docs/quickstart.txt
@@ -323,14 +323,14 @@ link:https://mirrorer.alioth.debian.org/[reprepro] to create your own
repository.
To create your own repository with reprepro you need only the `distributions`
-configuration file. For an amd64 and source repository for Debian jessie it
+configuration file. For an `amd64` and `source` repository for Debian `stretch` it
might look as follows:
-------------------------------------------------------------------------------
Origin: mylocal
Label: mylocal
Suite: stable
-Codename: jessie
+Codename: stretch
Architectures: amd64 source
Components: main
Description: my local repo
@@ -348,7 +348,7 @@ To include packages in your repository you might use the following command from
inside the `repo` directory:
-------------------------------------------------------------------------------
-$ reprepro include jessie ../path/to/your/*.changes
+$ reprepro include stretch ../path/to/your/*.changes
-------------------------------------------------------------------------------
To use this repository from ELBE you need a webserver. Simply place the
--
2.11.0
More information about the elbe-devel
mailing list