rchain-community / rchain-dbr

RChain Distributed Budgeting and Rewards Bounty Web Site
https://rewards.rchain.coop/
10 stars 6 forks source link

Minor housekeeping changes. Fixes for things I noticed when replicating repo on my sandbox server. #3

Open hyperevo opened 6 years ago

hyperevo commented 6 years ago

1) When I replicated the repo on my server, the hardcoded xataface directory caused it to break. So I changed it to use the one in the conf.ini 2) Changed discord_coop_role to discord_coop_role_id because it is an id. (this is just something I noticed when reading the new discord auth code from dckc)

dckc commented 6 years ago

As discussed, I squashed these into b3eed5d so that the composer files are not in our history. I don't want them added back in:

dckc commented 6 years ago

As we discussed, no PR should have a title like "Minor housekeeping changes" with a list of things inside.

I would expect separate PRs for

dckc commented 6 years ago

I can cherry-pick the relevant commits (deea2c9d044, 05facbf5ab) when I find some time. But if you want things to go smoothly, please make your PRs relative to the current master (a7c2989).

dckc commented 6 years ago

Actually, 05facbf isn't something I can cleanly cherry-pick either. It's got 167 additions and 253 deletions, including README.md.orig and other irrelevant stuff.