From: Loic Dachary Date: Mon, 28 Mar 2016 14:33:56 +0000 (+0200) Subject: script: subscription-manager support (part 3) X-Git-Tag: v10.1.1~73^2~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=668c8f965eda04629af5e90e2eeecd941244ba49;p=ceph.git 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 --- diff --git a/src/Makefile.am b/src/Makefile.am index 1d8f8bbe36e8..fd84dd01b4eb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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, diff --git a/src/script/subman b/src/script/subman index 9bd69c585bfa..129e507280f1 100755 --- a/src/script/subman +++ b/src/script/subman @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python -B import json import re