aboutsummaryrefslogtreecommitdiff
path: root/Debian Repo.wiki
diff options
context:
space:
mode:
Diffstat (limited to 'Debian Repo.wiki')
-rw-r--r--Debian Repo.wiki33
1 files changed, 33 insertions, 0 deletions
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 <suite> <path-to-deb>
+}}}
+
+== Dsc ==
+Source packages.
+
+This also include relevant `.debian.tar.xz` and `.orig.tar.gz`.
+{{{sh
+reprepro -Vb /usr/net/repo/debian/ includedsc una <path-to-dsc>
+}}}