- Apr 27, 2022
-
-
Jan Alexander Steffens (heftig) authored
Without this setting, Git exits with an error when the repository is not owned by the current user. This messes with our shared srcdest.
-
- Mar 12, 2022
-
-
Evangelos Foutras authored
-
- Dec 03, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
- Nov 08, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
- Oct 02, 2021
-
-
- Feb 14, 2021
-
-
Kristian Klausen authored
yaml: truthy value should be one of [false, true] (truthy) yaml: wrong indentation: expected 4 but found 2 (indentation) yaml: too few spaces before comment (comments) yaml: missing starting space in comment (comments) yaml: too many blank lines (1 > 0) (empty-lines) yaml: too many spaces after colon (colons) yaml: comment not indented like content (comments-indentation) yaml: no new line character at the end of file (new-line-at-end-of-file) load-failure: Failed to load or parse file parser-error: couldn't resolve module/action 'hosts'. This often indicates a misspelling, missing collection, or incorrect module path.
-
- Jan 26, 2021
-
-
Sven-Hendrik Haase authored
-
- Oct 21, 2020
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- Oct 07, 2020
-
-
Frederik Schwan authored
rmdir of subvolumes is supported since 4.18
-
- Aug 27, 2020
-
-
- Jun 17, 2020
-
-
also use systemd instead of service module
-
- Jun 13, 2020
-
-
Jan Alexander Steffens (heftig) authored
-
- Jun 12, 2020
-
-
Frederik Schwan authored
-
- May 19, 2020
-
-
Jan Alexander Steffens (heftig) authored
-
- May 06, 2020
-
-
Jan Alexander Steffens (heftig) authored
Needed to get rid of subvolumes created by tmpfiles.
-
- Dec 18, 2019
-
-
Giancarlo Razzolini authored
Added makerepropkg to the list of tools allowed on archbuild role.
-
- Nov 30, 2019
-
-
Jan Alexander Steffens (heftig) authored
-
- Nov 22, 2019
-
-
Jan Alexander Steffens (heftig) authored
Uniformly use the expension flag instead of the modifier. Use single quotes instead of backslashes for the outer quoting to reduce the amount of quoting needed.
-
- Nov 18, 2019
-
-
Jan Alexander Steffens (heftig) authored
Needed because we still have the login (command) shell to deal with.
-
- Oct 26, 2019
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- Jun 26, 2019
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
Very useful to debug upgrades, especially when doing things like meson ports, where I caught problems multiple times.
-
- Jun 25, 2019
-
-
Jan Alexander Steffens (heftig) authored
-
- Mar 28, 2019
-
-
Jan Alexander Steffens (heftig) authored
-
- Mar 22, 2019
-
-
Evangelos Foutras authored
-
Jan Alexander Steffens (heftig) authored
-
- Mar 15, 2019
-
-
Jan Alexander Steffens (heftig) authored
-
- Feb 23, 2019
-
-
Jan Alexander Steffens (heftig) authored
-
- Feb 17, 2019
-
-
Jan Alexander Steffens (heftig) authored
Try not to scan deep into directory trees and exit early if we find a new enough file. An LLVM SVN checkout has a lot of files. I don't think zsh glob can do this so reimplement in bash+find.
-
- Jan 28, 2019
-
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- Jan 23, 2019
-
-
Florian Pritz authored
Installing some services and config files doesn't really matter. What matters is if they are enabled so only use the conditional there. The rest is easier and less confusing if it just installs the files all the time. Otherwise we'd need a second task that performs the other case and then if we change something we'd also have to adjust that task. That's unnecessarily error prone. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- Dec 25, 2018
-
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- Dec 14, 2018
-
-
When using restrictive sudoers profiles, the builtin mechanism for whitelisting this variable on the sudo command line does not work. Explicitly whitelist it anyway by matching on the ARCHBUILD role.
-
- Aug 05, 2018
-
-
Jan Alexander Steffens (heftig) authored
The container buildusers need to be able to write to SRCDEST, so we need world-writeability. Argh.
-
- Aug 04, 2018
-
-
Jan Alexander Steffens (heftig) authored
-
- Jul 20, 2018
-
-
Jan Alexander Steffens (heftig) authored
-