You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wouldn't like to mix binaries into the source archive.
It wouldn't be difficult to create a bee file for that. Its just so much more work when you want to make a trivial change. Now: commit on master, push, make install on distmaster. With bee: commit on master, push, go to github, create a release , go to bee repository, create a branch, change version in bee file, build, push, go to github, merge, go to distmaster, install. Just to increate the memory of pbackup on
Maybe this could be a bit automated... But still.... Wouldn't that bee a lot of work for not much advantage? What problem would we solve here?
If it were only to keep the compilation output of "setuid", I'd rather move setuid out of mxtools into an own package which can be installed with bee. Everything else in mxtools is just installed directly from source (scripts and config files) and is and not build.
Should the binaries also be tracked by git to not run into inconsistencies.
I built
setuid/setuid
back in 2018, and that was installed on the distmaster.It looks like, somebody checked out or built
setuid
a new, and installed that besides the source didn’t change.So, everytime
sudo ./install.sh
is run the other version will be installed.The text was updated successfully, but these errors were encountered: