From 48288c194fd1b1db23e21c5f408e1b034cc1e02e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 30 Oct 2022 23:50:34 +0100 Subject: =?UTF-8?q?s=C3=B6n=2030=20okt=202022=2023:50:34=20CET?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Debian Repo.wiki | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Debian Repo.wiki (limited to 'Debian Repo.wiki') diff --git a/Debian Repo.wiki b/Debian Repo.wiki new file mode 100644 index 0000000..256c507 --- /dev/null +++ b/Debian Repo.wiki @@ -0,0 +1,33 @@ += Debian Repo = + +[[adrift-space repository]] + +Repos are easiest managed by reprepro. + +=== Suites === +stretch :: Debian 9 +buster :: Debian 10 +bullseye :: Debian 11 +bookworm :: Debian 12 +xenial :: Ubuntu 16 +bionic :: Ubuntu 18 +focal :: Ubuntu 20 & Mint 20 +jammy :: Ubuntu 22 +una :: Mint 20 + +== Adding Packages == + +=== Deb === +Binary packages. + +{{{sh +reprepro -Vb /usr/net/repo/debian/ includedeb +}}} + +== Dsc == +Source packages. + +This also include relevant `.debian.tar.xz` and `.orig.tar.gz`. +{{{sh +reprepro -Vb /usr/net/repo/debian/ includedsc una +}}} -- cgit v1.2.3