Task #2194
closedFix bash aliases for pulp 3 w/ postgres
0%
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.
Related issues
Updated by semyers about 8 years ago
- 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.
Updated by semyers about 8 years ago
- Blocked by Task #2226: Rename pulp.platform to pulp.app added
Added by semyers about 8 years ago
Added by semyers about 8 years ago
Revision 577298c2 | View on GitHub
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
Added by semyers about 8 years ago
Revision b47fab07 | View on GitHub
Update bash aliases to work better with pulp 3/django
Updated by semyers about 8 years ago
- Status changed from ASSIGNED to MODIFIED
"fixes" PR POSTed to devel: https://github.com/pulp/devel/pull/12
ref'd commit was https://github.com/pulp/pulp/pull/2760
Updated by semyers about 8 years ago
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.
Updated by semyers about 8 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
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