godinstall
godinstall copied to clipboard
An apt repository server,
It'd be useful to document (perhaps in the README?) how GoDInstall compares to other Apt repository servers, notable [Aptly](https://www.aptly.info/) which is also written in Go and seems reasonably widely used.
Would be nice to generate Contents files for each arch Another possibility here is that we split the incoming debs into they data and control files and store them in...
Probably using some kind of smart branch Poll the mirror URL, watch for releases hash changes, maybe diff and update
Just noticed that debian are doing this, this woul dbe quite easy to add
Support branches generated from the dependencies of a given list of packages to support "minified" repos.
Provide an api for watching for updates via a websocket. Watching should be possible at the server, dist, and package levels.
Maintain release version, and trim using that. Current approach is confusing.
The code layout is a mess now. Move some code to subpackages, possibly using internal private packages (go1.4). The cli packages gives a nice framework to build on
Once multiple dists are sorted, allow a packge to be copied between them (to facilitate promotion)