]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
script: subscription-manager support (part 3) 8334/head
authorLoic Dachary <ldachary@redhat.com>
Mon, 28 Mar 2016 14:33:56 +0000 (16:33 +0200)
committerLoic Dachary <ldachary@redhat.com>
Tue, 29 Mar 2016 16:12:40 +0000 (18:12 +0200)
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>
src/Makefile.am
src/script/subman

index 1d8f8bbe36e8dd932398eb718c729c370e65c7b1..fd84dd01b4eb5e8bf7b6b63e4c89bfa7978407bc 100644 (file)
@@ -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,
index 9bd69c585bfa3945f63ecdd5d163099e61d5850d..129e507280f174d85575a05f66cb649d21fe50bf 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python -B
 
 import json
 import re