Skip to content

Fallback to individual AUR updates if batch update fails#72

Open
rolandboon wants to merge 1 commit intomainfrom
fix/aur-updates
Open

Fallback to individual AUR updates if batch update fails#72
rolandboon wants to merge 1 commit intomainfrom
fix/aur-updates

Conversation

@rolandboon
Copy link
Member

No description provided.

@BaukePalstra
Copy link
Contributor

Misschien beetje gek om de falende package direct opnieuw uit te proberen (remaining_aur_updates[0] === failing package).

Misschien is het mooier om die loop direct uit te voeren?

[for loop]
"Updating package foo"

"Updating package foo succeeded/failed"
if failed: $failed = "${failed},foo"
[for end]

" Failed to install the following packages. Manual intervention is required: [foo, bar, etc]"

@rolandboon
Copy link
Member Author

Die batch installatie is wel iets sneller, dus voor het happy path is het misschien iets mooier om die te gebruiken. Aan de andere kant update je natuurlijk wel gewoon netjes regelmatig, dus kom je nooit op 15+ AUR package updates 😉

Daarom heb ik hem toch aangepast. Zonder dat dubbele update-mechanisme is het geheel ook iets eenvoudiger.

@rolandboon rolandboon requested a review from olafsl February 23, 2026 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants