summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-04-05 19:53:47 -0400
committerDavid P <megver83@parabola.nu>2021-04-05 19:57:56 -0400
commit64f4b3375cc0f1ed2a7e199dc9ea283b22d922b9 (patch)
treea47fa2732da44db3b1ea9e470289b99eb57af6fc /README.rst
parent1f9fd005de7f060870e8d2cdeea7566b18525384 (diff)
sync with archiso
Imported changes: c859978 (HEAD -> master, origin/master, origin/HEAD) Revert "configs/releng: improve UX" 495721a (tag: v52) Add changelog entry for v52 8b6f354 configs/releng: improve UX 9875249 releng/packages: Add archinstall to the list of packages bc007ca Add releases section with PGP information d178183 Reduce amount of checked mirrors 0664efc Allow redirects for scripts d86f860 configs/releng: add and enable ModemManager 2c9eabd configs/releng: start DHCP client for mobile broadband edfb50a configs/releng: rename 20-wireless.network to 20-wlan.network Parabola changes: * lxde-openrc: update profiledef.sh Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 8380fa3..5ff73c9 100644
--- a/README.rst
+++ b/README.rst
@@ -146,6 +146,26 @@ Discussion around parabolaiso takes place on the `dev mailing list
All past and present authors of parabolaiso are listed in `AUTHORS <AUTHORS.rst>`_.
+Releases
+========
+
+`Releases of parabolaiso <https://gitlab.com/Megver83/parabolaiso/-/tags>`_ are created by its current maintainer
+`David P <https://gitlab.com/Megver83>`_. Tags are signed using the PGP key with the ID
+`6DB9C4B4F0D8C0DC432CF6E4227CA7C556B2BA78`.
+
+To verify a tag, first import the relevant PGP key:
+
+ .. code:: bash
+
+ gpg --auto-key-locate wkd --search-keys megver83@parabola.nu
+
+
+Afterwards a tag can be verified from a clone of this repository:
+
+ .. code:: bash
+
+ git verify-tag <tag>
+
License
=======