Include:Abuild-configure: Difference between revisions
Prabuanand (talk | contribs) (created new Include page) |
Prabuanand (talk | contribs) (moved out the include page Include:Abuild-keygen to main page) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Abuild needs to be configured for both the system and user. | |||
Edit the file {{Path|/etc/abuild.conf}} as per requirements. Most of the defaults can be left alone, unless you are developing for a custom platform, in which case the comments in the file should guide you. The one field to edit is PACKAGER, so that you can get credit (or blame) for packages you create. | Edit the file {{Path|/etc/abuild.conf}} as per requirements. Most of the defaults can be left alone, unless you are developing for a custom platform, in which case the comments in the file should guide you. The one field to edit is PACKAGER, so that you can get credit (or blame) for packages you create. | ||
Line 5: | Line 5: | ||
In order to use <code>abuild</code> command The user executing <code>abuild</code> must be a member of the <code>abuild</code> group:{{Cmd|# addgroup <yourusername> abuild}} | In order to use <code>abuild</code> command The user executing <code>abuild</code> must be a member of the <code>abuild</code> group:{{Cmd|# addgroup <yourusername> abuild}} | ||
{{Note|Remember to logout and login again for the group change to have effect.}} | {{Note|Remember to logout and login again for the group change to have effect.}} | ||
Latest revision as of 09:55, 14 March 2025
Abuild needs to be configured for both the system and user.
Edit the file /etc/abuild.conf as per requirements. Most of the defaults can be left alone, unless you are developing for a custom platform, in which case the comments in the file should guide you. The one field to edit is PACKAGER, so that you can get credit (or blame) for packages you create.
In order to use abuild
command The user executing abuild
must be a member of the abuild
group:
# addgroup <yourusername> abuild
Note: Remember to logout and login again for the group change to have effect.