psychoinformatics-de / datalad-debian

DataLad extension for working with Debian packages and package repositories
Other
2 stars 5 forks source link

Support `deb-build-package --no-save` #134

Open mih opened 2 years ago

mih commented 2 years ago

When developing things often go wrong, and one needs to attempt building frequently. Not every time one wants to have the build failure log saved to the package dataset. Adding such a flag would make things a bit less complicated. Although a subsequent run would need to deal with the untracked log. So maybe we need to look at this more holistic and make a flag to enter some kind of --sloppy mode.