diff --git a/docs/faq.rst b/docs/faq.rst index 2a2d0909..6caaad2e 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -200,6 +200,14 @@ Alternatively you can create full-diff patches, which are calculated by using `` The last command will calculate diff from current tree to the ``HEAD`` and will store it locally. Patches will be applied on any package actions (e.g. it can be used for dependency management). +It is also possible to create simple patch during package addition, e.g.: + +.. code-block:: shell + + sudo -u ahriman ahriman package-add ahriman --variable PKGEXT=.pkg.tar.xz + +The ``--variable`` argument accepts variables in shell like format: quotation and lists are supported as usual, but functions are not. This feature is useful in particular in order to override specific makepkg variables during build. + How to build package from official repository ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/package/share/ahriman/templates/build-status.jinja2 b/package/share/ahriman/templates/build-status.jinja2 index acf10a2b..1841b01b 100644 --- a/package/share/ahriman/templates/build-status.jinja2 +++ b/package/share/ahriman/templates/build-status.jinja2 @@ -51,7 +51,7 @@
  • -
  • @@ -61,7 +61,7 @@
  • -
  • @@ -77,7 +77,8 @@ - - + - - + +
    package baseversionversion packages groups licenses packagerlast updatestatuslast updatestatus
    diff --git a/package/share/ahriman/templates/build-status/key-import-modal.jinja2 b/package/share/ahriman/templates/build-status/key-import-modal.jinja2 index c06e6acc..fb5b4f0f 100644 --- a/package/share/ahriman/templates/build-status/key-import-modal.jinja2 +++ b/package/share/ahriman/templates/build-status/key-import-modal.jinja2 @@ -8,20 +8,20 @@