mirror of
https://github.com/ceph/ceph
synced 2025-01-11 21:50:26 +00:00
script: subscription-manager support (part 3)
Renaming subman.py in subman is cute but does not prevent the generation of the py[co]. Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
parent
cd3385b59f
commit
668c8f965e
@ -155,7 +155,7 @@ ceph_libexec_SCRIPTS = ceph_common.sh ceph-osd-prestart.sh
|
||||
|
||||
if ENABLE_SUBMAN
|
||||
submandir = /etc/cron.hourly
|
||||
subman_SCRIPTS = script/subman
|
||||
subman_DATA = script/subman
|
||||
endif
|
||||
|
||||
# tests to actually run on "make check"; if you need extra, non-test,
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python -B
|
||||
|
||||
import json
|
||||
import re
|
||||
|
Loading…
Reference in New Issue
Block a user