-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bodhi-shell in the BCD development environment
While working on removing Vagrant I noticed this didn't work, so let's fix it. It runs into the same shebang issue I had problems with for a couple of other things, and it turns out to be easiest to just forget about the 'normal' implementation and replace it with a simple alias, since we know where the config file is in the development environment. Signed-off-by: Adam Williamson <[email protected]>
- Loading branch information
1 parent
ca9e27a
commit 6052dd6
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ alias bstart="systemctl start bodhi.service celery.service [email protected] | |
alias bstop="systemctl stop bodhi.service celery.service [email protected] [email protected]" | ||
alias blint="pre-commit run -a" | ||
alias bmessages="journalctl -u fm-consumer@printer -f" | ||
alias bodhi-shell="python3 /usr/bin/pshell /etc/bodhi/production.ini" | ||
|
||
|
||
function bresetdb { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters