Add repository data where the client directory is reorganized

This commit is contained in:
Vladimir Diaz 2017-02-06 16:14:35 -05:00
parent 71525d0187
commit 17ea827e76
55 changed files with 1 additions and 1 deletions

View file

@ -157,4 +157,4 @@
# Create the client files (required directory structure and minimal metadata)
# required by the 'tuf.interposition' and 'tuf.client.updater.py' updaters.
if not options.dry_run:
create_tuf_client_directory('repository', 'client')
create_tuf_client_directory('repository', os.path.join('client', 'test_repository'))