summaryrefslogtreecommitdiffstats
path: root/update.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-04-03 11:20:33 -0400
committerMonty Taylor <mordred@inaugust.com>2013-04-07 02:32:37 -0400
commit0b15de18fba81acfcffc5861f34e0199caef8fb9 (patch)
tree1f7a1240b95645d2abd0a4c47adcafebe925b2d1 /update.py
parent49153d44ca6620a5027b56036e4077725aa90faf (diff)
downloadoslo-0b15de18fba81acfcffc5861f34e0199caef8fb9.tar.gz
oslo-0b15de18fba81acfcffc5861f34e0199caef8fb9.tar.xz
oslo-0b15de18fba81acfcffc5861f34e0199caef8fb9.zip
Move bin/ scripts to entrypoints.
Instead of propogating more bin scripts, migrate these to be things that can be consumed as entrypoints. Change-Id: Ic01e0f16fe9e7634708fbb51499ccea3f4f40d63
Diffstat (limited to 'update.py')
-rw-r--r--update.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/update.py b/update.py
index 8d2882e..036bd68 100644
--- a/update.py
+++ b/update.py
@@ -196,7 +196,6 @@ def _copy_module(mod, base, dest_dir):
copy_pyfile(os.path.join(mod_path, s))
globs_to_copy = [
- os.path.join('bin', 'oslo-' + mod + '*'),
os.path.join('tools', mod + '*'),
os.path.join('etc', 'oslo', mod + '*.conf'),
]