[buildiso] on error we should stop and not go on #78
Labels
No labels
Done
bug
buildiso
buildpkg
buildtree
critical
deployiso
duplicate
enhancement
help wanted
in progress
invalid
manjaro-chroot
note
old-not-relevant
optional
question
sonar
todo
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tools/manjaro-tools#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: philmmanjaro
Currently we have the situation that buildiso still goes on, even we had an error. It normally should stop working in such a case ...
Created by: philmmanjaro
Example:
On make_image_xorg step a package can't be downloaded. We should stop here when it happend and not go on with repo-add:
So we have to find a way to catch pacman errors.
Created by: philmmanjaro
Example:
During working on #76 we found some other issue. In that case mkinitcpio created an error:
Also here buildiso should have stopped and not going on to produce efi-boot ...
Created by: philmmanjaro
Seems it misses stderr and is related to #45.
Created by: aadityabagga
Thx, this was a long standing issue for me :)
Created by: philmmanjaro
https://github.com/manjaro/manjaro-tools-iso-profiles/issues/40 clearly shows that this issue is still not solved.
Created by: udeved
Please test, I have not managed with these changes to get a still mounted image on error.
After this can was closed, I would do a 0.9.10 fix release.
Created by: udeved
Seems to work after some reports too.
Created by: philmmanjaro
Great news, mate ;)