packages
This commit is contained in:
parent
279cab318a
commit
e90a4396fa
3 changed files with 30 additions and 10 deletions
|
@ -34,14 +34,7 @@ def info(args):
|
|||
def sync(args):
|
||||
sync = synchronization.Synchronization(args)
|
||||
print(sync)
|
||||
# TODO prepare temporary directory
|
||||
print('prepare…')
|
||||
# TODO fetch
|
||||
print('fetch…')
|
||||
# TODO purge useless files
|
||||
print('purge…')
|
||||
# TODO clean temporary directory
|
||||
print('clean…')
|
||||
sync.run()
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue