Task #2194
closed
Fix bash aliases for pulp 3 w/ postgres
Status:
CLOSED - CURRENTRELEASE
Description
The ansible playbooks on 3.0-dev in the devel repo install a bashrc with a bunch of helpful aliases related to helping pulp developers, like the "pclean" alias that is supposed to reset your local database and content to a freshly-installed state. Some of these tasks interact with mongodb, and should be updated to interact with postgres instead.
- Status changed from NEW to ASSIGNED
- Assignee set to semyers
I've started on this somewhat organically already since I've already got a working (sortof) db-reset script, so I'm adapting that for pclean, and will take a shot at the other aliases while I'm in there.
At the moment, this appears to depend on the pulp.platform path existing, so this should block on #2226.
- Blocked by Task #2226: Rename pulp.platform to pulp.app added
...and we're unblocked!
PR coming soon. :D
- Status changed from ASSIGNED to MODIFIED
This fix isn't complete. I've opened up #2266 to start to deal with more of the problem, but for now "ptest(s)" and "pclean" should work.
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Sprint/Milestone set to 3.0.0
Also available in: Atom
PDF
db-reset no longer "rm -rf"s (instead it just warns)
Also some minor tweaks to how travis runs to cut down on the amount of bash-fu
re #2194 https://pulp.plan.io/issues/2194