-
Notifications
You must be signed in to change notification settings - Fork 63
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
Cannot install both copr-backend
and copr-dist-git
#3007
Comments
Thank you for the report and patch. I agree. Would you mind providing a proper pull-request? That would help us a lot. |
One issue after a quick patch review: please don't move the script from |
Sure.
I'm not really sure what you mean, but this discussion may as well happen on the PR. |
A hurdle when trying to stand-up a simple single-machine Copr deployment is that both the copr-backend and copr-dist-git packages install a script to /usr/bin/copr-run-dispatcher, preventing the user from asking that both be installed on the same system with dnf. This commit unifies the two scripts into a single script and has it shipped as part of python-copr-common instead. Fixes fedora-copr#3007.
A hurdle when trying to stand-up a simple single-machine Copr deployment is that both the copr-backend and copr-dist-git packages install a script to /usr/bin/copr-run-dispatcher, preventing the user from asking that both be installed on the same system with dnf. This commit renames the script from backend and dist-git to copr-run-dispatcher-backend and copr-run-dispatcher-dist-git respectively. Fixes fedora-copr#3007.
I'm experimenting with a very small deployment of Copr where it's convenient to just set up all the services on a single machine, but
copr-backend
andcopr-dist-git
can't be installed together due to both containing a script at/usr/bin/copr-run-dispatcher
. It would be nice if this restriction could be lifted.On the off chance it helps, I have a patch for unifying the two scripts. I've just attached it rather than opening a PR since I was having trouble figuring out how to contribute with the current setup in this repo. The patch applies to adfc60b.
The text was updated successfully, but these errors were encountered: