User contributions for Antiz
28 September 2025
- 19:0019:00, 28 September 2025 diff hist +254 Nut-ups Add an accuracy/out-of-date note about the "Todo" section
- 18:1118:11, 28 September 2025 diff hist +511 Nut-ups Mention the `upsc` command and give some usage examples
- 18:1018:10, 28 September 2025 diff hist +6,922 Nut-ups Undo revision 31080 by Antiz (talk) Tag: Undo
- 18:1018:10, 28 September 2025 diff hist −6,922 Nut-ups Mention the `upsc` command and give some usage examples
27 September 2025
- 19:3019:30, 27 September 2025 diff hist +9 Nut-ups Fixing path in command examples
- 19:1619:16, 27 September 2025 diff hist +18 Nut-ups Fixing path in command examples
14 October 2024
- 15:0715:07, 14 October 2024 diff hist −318 Include:Setup your system and account for building packages Remove outdated instructions for security keys generation: Manually copying keys to /etc/apk/keys is not necessary anymore as it's now done by the `abuild-keygen -a -i` already
- 06:5806:58, 14 October 2024 diff hist −446 Include:Setup your system and account for building packages Remove outdated / debatable instructions to setup the cache dir: /var/cache/distfiles is created by the "abuild" package and it already belongs to root:abuild with a 775 mode. Ensuring it exists with `mkdir -p` is not so useful and setting `chmod a+w` permissions to it (basically turning it into 777) is, at the very least, highly debatable security wise. The second approach implies changing the group to "abuild" and giving it write permissions, which is useless as it's already the default.