Stop writing to deprecated columns for image data.

This commit is contained in:
Jake Moshenko 2015-09-17 15:23:33 -04:00
parent ad53bf5671
commit ce94931540
9 changed files with 13 additions and 39 deletions

View file

@ -88,8 +88,7 @@ def __create_subtree(repo, structure, creator_username, parent, tag_map):
# Write some data for the storage.
if os.environ.get('WRITE_STORAGE_FILES'):
storage_paths = StoragePaths()
paths = [storage_paths.image_json_path,
storage_paths.image_ancestry_path,
paths = [storage_paths.image_ancestry_path,
storage_paths.image_layer_path]
for path_builder in paths: