vn971 / rua

Build tool for Arch Linux providing control, review and jailed build options
GNU General Public License v3.0
424 stars 42 forks source link

Easy way to restart update #164

Open samyak-jain opened 3 years ago

samyak-jain commented 3 years ago

Currently if updating multiple packages and even one of them fails, none of the packages get updated. And if, we want to go through the update process again (let's say we fix the offending PKGBUILD and we want to restart the update), we will have to either redo everything (that is, redownload and rebuild), or do something like rua builddir for each package separately. This seems a bit tedious right now. Is there a better way to go about it?