-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make clean leave drlm-api binary in place #130
Comments
Hi @didacog , the binary "drlm-api" is by default in the repo, but when make rpm/deb is execute is builded again and it makes it apper in changes not staged for commit.
If we put in make clean will appear as deleted.
Maybe the solution will be delete "drlm-api" binary from the repo and then also add to make clean. |
Hi @proura, Yes, as we are building it, will be better to remove from it from the repo and clean it up with make clean. |
This probably caused a regression, I uploaded a fix on PR #142 |
This caused a major regression, as now you absolutely need go installed to compile drlm-api and create the deb/rpm package.
Thoughts? |
Hi @peyoz, Well ..., IMHO this is a build requirement, not a package dependency. The build is completely documented for each supported distro. I don't see any issue on that, as we provide the source and how to build the packages. https://github.com/brainupdaters/drlm-docs/blob/master/docs/source/Install.rst#get-drlm We provide built and tested packages with subscription or support plans, and as the package is already built, do not require any build dependency (golang). Regards, |
Hi @didacog , |
No problem!! ;) |
Disaster Recovery Linux Manager (DRLM) Issue Template
Quick response time is not guaranteed with free support, if you are using DRLM in a production environment and enterprise grade level support services are required, please see: http://www.brainupdaters.net/en/drlm-services.
Please fill in the following items before submitting a new issue:
Issue details:
After creation of drlm package in any OS distro the drlm-api binary is not cleaned up upon make clean execution.
rm -f usr/sbin/drlm-api
This removal must be added to the clean section of Makefile and maybe also the resulting rpm/deb package should also be removed or moved outside the local git repo to complete clean it.
DRLM Server information:
The text was updated successfully, but these errors were encountered: