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
|
## To Do
|
||||||
|
|
||||||
|
* [ ] build archive
|
||||||
|
* [ ] extract distribution
|
||||||
|
* [ ] apply configuration
|
||||||
|
* [ ] archive directory
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
### Tests
|
### Tests
|
||||||
|
|
||||||
* [ ] pacman's need of .sig files for packages
|
* [ ] pacman's need of .sig files for packages
|
||||||
|
* [ ] bootstrap mintty, msys runtime and pacman
|
||||||
|
|
|
@ -10,14 +10,7 @@ import synchronization
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
# TODO identify
|
pass
|
||||||
print('TODO identify')
|
|
||||||
# TODO extract
|
|
||||||
print('TODO extract')
|
|
||||||
# TODO apply
|
|
||||||
print('TODO apply')
|
|
||||||
# TODO archive
|
|
||||||
print('TODO archive')
|
|
||||||
|
|
||||||
|
|
||||||
def check():
|
def check():
|
||||||
|
|
Loading…
Reference in a new issue