Moving bin to image_cache/

This commit is contained in:
Rick Harris 2011-07-22 10:57:53 -05:00
parent 1f75e115e6
commit 2c9c262163
4 changed files with 7 additions and 4 deletions

View File

@ -31,6 +31,7 @@ import sys
# If ../glance/__init__.py exists, add ../ to Python search path, so that
# it will override what happens to be installed in /usr/(local/)lib/python...
possible_topdir = os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]),
os.pardir,
os.pardir,
os.pardir))
if os.path.exists(os.path.join(possible_topdir, 'glance', '__init__.py')):

View File

@ -31,6 +31,7 @@ import sys
# If ../glance/__init__.py exists, add ../ to Python search path, so that
# it will override what happens to be installed in /usr/(local/)lib/python...
possible_topdir = os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]),
os.pardir,
os.pardir,
os.pardir))
if os.path.exists(os.path.join(possible_topdir, 'glance', '__init__.py')):

View File

@ -36,6 +36,7 @@ import sys
# If ../glance/__init__.py exists, add ../ to Python search path, so that
# it will override what happens to be installed in /usr/(local/)lib/python...
possible_topdir = os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]),
os.pardir,
os.pardir,
os.pardir))
if os.path.exists(os.path.join(possible_topdir, 'glance', '__init__.py')):

View File

@ -89,8 +89,8 @@ setup(
'bin/glance-api',
'bin/glance-control',
'bin/glance-manage',
'bin/glance-prefetcher',
'bin/glance-pruner',
'bin/glance-reaper',
'bin/glance-registry',
'bin/glance-upload'])
'bin/glance-upload',
'bin/image_cache/glance-prefetcher',
'bin/image_cache/glance-pruner',
'bin/image_cache/glance-reaper'])