summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Sivak2020-03-02 08:18:09 -0500
committerJohn Sivak2020-03-02 08:18:09 -0500
commit2afdfafbc3444bc80f17bb6e5d034a4f4f35c029 (patch)
tree5f6c470d52995aae7b0fe03d8bd031a5b39a3fc0
parente0eb1c50f7c4ea0035668f41e5cdec6ae9b12c56 (diff)
downloadaur-2afdfafbc3444bc80f17bb6e5d034a4f4f35c029.tar.gz
Add instructions for doing a beta build.
-rw-r--r--packaging_steps.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/packaging_steps.rst b/packaging_steps.rst
index 1452450985d9..fb750c64fde8 100644
--- a/packaging_steps.rst
+++ b/packaging_steps.rst
@@ -6,3 +6,12 @@ When new version is available do the following:
#. run ``makepkg``
#. Test the package by installing locally.
#. If everything works, then commit and push
+
+
+Beta instructions
+#. Update the PKGBUILD-beta file
+#. run ``updpkgsums PKGBUILD-beta``
+#. run ``makepkg --printsrcinfo -p PKGBUILD-beta >| .SRCINFO``
+#. run ``makepkg -p PKGBUILD-beta``
+#. Test the package by installing locally.
+#. If everything works, then commit and push