diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-26 19:04:00 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-26 19:04:00 -0500 |
| commit | 376fea3c81b66df281ffb73219f5a3c82f679fea (patch) | |
| tree | 3b3035df21dc976f9613e6fb42f6c07b4e4e8e5f /scripts | |
| parent | 61f96b996562e5b36a309bacd098b9b135cfc6af (diff) | |
| download | archsetup-376fea3c81b66df281ffb73219f5a3c82f679fea.tar.gz archsetup-376fea3c81b66df281ffb73219f5a3c82f679fea.zip | |
fix(archsetup): stop yay hanging on its diff prompt during unattended installs
A VM test run hung for 80 minutes and timed out. yay was blocking on "Diffs to show?" for an AUR package whose build files already existed, waiting for input that never comes in a headless install. --noconfirm doesn't cover yay's diff and clean menus.
I added --answerdiff None --answerclean None to the yay call in aur_install: show no diffs, don't clean, proceed. This is the right answer for an unattended run and matches the --noconfirm posture already in place. It likely explains the recurring 90-minute VM-test timeouts that read like slow AUR builds.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
