−fetch
This commit is contained in:
parent
c70cab386d
commit
7bf3676bfd
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ def sync(repository, args):
|
||||||
print('Sync:')
|
print('Sync:')
|
||||||
r = remote.Remote(args)
|
r = remote.Remote(args)
|
||||||
print(r)
|
print(r)
|
||||||
for architecture in args[arguments.ARCHITECTURES]:
|
|
||||||
print(r.fetch_latest_distribution(architecture))
|
|
||||||
# TODO prepare temporary directory
|
# TODO prepare temporary directory
|
||||||
print('prepare…')
|
print('prepare…')
|
||||||
# TODO fetch
|
# TODO fetch
|
||||||
|
|
Loading…
Reference in a new issue