Closed smurfix closed 13 years ago
gah, this pull request is a complete mess. A single pull request should not pull dozens of commits for all sorts of different features. Separate your pull requests out, one pull request per set of commits -- a "logical change."
Hi,
jgarzik:
gah, this pull request is a complete mess. A single pull request should not pull dozens of commits for all sorts of different features. Separate your pull requests out, one pull request per set of commits -- a "logical change."
I can of course create separate branches for Debian packaging and the two new flags. However, I can't do a correct Debian package without the two flags, and the flag changes conflict anyway.
Is there anything in there you don't want to pull?
Reply to this email directly or view it on GitHub: https://github.com/jgarzik/cpuminer/pull/35#issuecomment-1525511
I won't even pretend I read through every commit, because the entire history is a mess... :) Adding options is not a problem, and adding Debian packaging to contrib/ or somewhere is not a problem. But all these commits need to be rebased sanely, and fix commits merged into the commits that needed fixing, etc.
This branch adds Debian packaging, including running as a dedicated user, and a couple of options to facilitate running in the background (--daemon and --pid-file).