mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-28 09:17:17 +00:00
fix setup doc
This commit is contained in:
parent
67388d8e32
commit
6671e61120
@ -1,10 +1,10 @@
|
||||
|
||||
Setup instructions
|
||||
==================
|
||||
|
||||
|
||||
#. Install package as usual.
|
||||
#. Change settings if required, see :doc:`configuration reference <configuration>` for more details.
|
||||
#.
|
||||
Install package as usual.
|
||||
#.
|
||||
Change settings if required, see :doc:`configuration reference <configuration>` for more details.
|
||||
#.
|
||||
TL;DR
|
||||
|
||||
@ -14,7 +14,6 @@ Setup instructions
|
||||
|
||||
``repo-setup`` literally does the following steps:
|
||||
|
||||
|
||||
#.
|
||||
Create ``/var/lib/ahriman/.makepkg.conf`` with ``makepkg.conf`` overrides if required (at least you might want to set ``PACKAGER``\ ):
|
||||
|
||||
@ -25,11 +24,14 @@ Setup instructions
|
||||
#.
|
||||
Configure build tools (it is required for correct dependency management system):
|
||||
|
||||
|
||||
#. Create build command, e.g. ``ln -s /usr/bin/archbuild /usr/local/bin/ahriman-x86_64-build`` (you can choose any name for command, basically it should be ``{name}-{arch}-build``\ ).
|
||||
#. Create configuration file, e.g. ``cp /usr/share/devtools/pacman-{extra,ahriman}.conf`` (same as previous ``pacman-{name}.conf``\ ).
|
||||
#. Change configuration file, add your own repository, add multilib repository etc;
|
||||
#. Set ``build_command`` option to point to your command.
|
||||
#.
|
||||
Create build command, e.g. ``ln -s /usr/bin/archbuild /usr/local/bin/ahriman-x86_64-build`` (you can choose any name for command, basically it should be ``{name}-{arch}-build``\ ).
|
||||
#.
|
||||
Create configuration file, e.g. ``cp /usr/share/devtools/pacman-{extra,ahriman}.conf`` (same as previous ``pacman-{name}.conf``\ ).
|
||||
#.
|
||||
Change configuration file, add your own repository, add multilib repository etc;
|
||||
#.
|
||||
Set ``build_command`` option to point to your command.
|
||||
#.
|
||||
Configure ``/etc/sudoers.d/ahriman`` to allow running command without a password.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user