test: write a test.
impl: implement a feature.
cont: continuously do.
note: a note to self.
cont
- golint, go test, go vet and gocyclo everytime.
- increase code coverage.
v.0.1 | 10/01/16 - 24/01/16:
- test: add tests first.
- impl: implement cli.
- test: check for index.html and required files.
- impl: add logging.
- impl: add control file option.
- impl: embed dpkg- scripts to script.go.
- impl: implement release file generator.
- impl: generate html file, cydia icon etc.
- impl: provide basic control file parser.
- note: It should check for dpkg-scanpackages.
v.0.2 | 24/01/16 -:
- impl: add a file watcher.
- impl: basic server. (Not file server)
- impl: regenerate the cydia repo.
- impl: implement optional Release file signing
afto -s <repo>
-> Release.gpg - impl: draft and generate docs (manpage/markdown/etc.)
- impl: afto should walk over generated repo. (./afto)
v.0.3:
- impl: improve documentation.