todo
This commit is contained in:
parent
fb63dc8048
commit
1def9f5fc3
2 changed files with 7 additions and 8 deletions
|
@ -8,8 +8,14 @@
|
|||
|
||||
## To Do
|
||||
|
||||
* [ ] build archive
|
||||
* [ ] extract distribution
|
||||
* [ ] apply configuration
|
||||
* [ ] archive directory
|
||||
|
||||
### Fixes
|
||||
|
||||
### Tests
|
||||
|
||||
* [ ] pacman's need of .sig files for packages
|
||||
* [ ] bootstrap mintty, msys runtime and pacman
|
||||
|
|
|
@ -10,14 +10,7 @@ import synchronization
|
|||
|
||||
|
||||
def build():
|
||||
# TODO identify
|
||||
print('TODO identify')
|
||||
# TODO extract
|
||||
print('TODO extract')
|
||||
# TODO apply
|
||||
print('TODO apply')
|
||||
# TODO archive
|
||||
print('TODO archive')
|
||||
pass
|
||||
|
||||
|
||||
def check():
|
||||
|
|
Loading…
Reference in a new issue