From 0b15de18fba81acfcffc5861f34e0199caef8fb9 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 3 Apr 2013 11:20:33 -0400 Subject: 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 --- update.py | 1 - 1 file changed, 1 deletion(-) (limited to 'update.py') 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'), ] -- cgit