Hubs: minor update
This commit is contained in:
parent
0b0f4dd06c
commit
bd10b60d7a
2 changed files with 5 additions and 0 deletions
|
@ -43,3 +43,6 @@ hreset() {
|
|||
python3 populate.py
|
||||
popd
|
||||
}
|
||||
|
||||
# Enable autocomplete for the fedora-hubs command
|
||||
eval "$(_FEDORA_HUBS_COMPLETE=source fedora-hubs)"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# flake8:noqa
|
||||
|
||||
bind = "127.0.0.1:8000"
|
||||
threads = 12
|
||||
logconfig = "{{ hubs_conf_dir }}/logging.ini"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue