aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* #16 : Combine deps.py functionality with packages.py, which is already run ↵Peter Wilmott2015-06-191-2/+0
| | | | from inside a container
* Change the format used to store log files on disk.Peter Wilmott2015-03-031-5/+1
| | | | | | | | | | This allows packages to be linked to the sha1 sum of their ebuilds to prevent mixed information when ebuilds are edited but not bumped. It also lays the groundwork for including information about hypothetical build situations, next_target, next_keyword, ect. The db schema, web interface, and docker glue will need to be updated to account for this new layout.
* Put ppackages.py and deps.py into the Docker imagePeter Wilmott2015-02-181-0/+4
|
* Replace Vagrant with DockerPeter Wilmott2015-02-131-0/+10
This replaces the underlying build system with one based around docker. This is for the following reasons: 1. Portability - Builds can be run on cloud services without spinning up a second VM. 2. Reduced Overhead - There is a non-negligible increase in compile times when you are running in Docker vs VirtualBox. 3. Coolness - Docker is cool, I wanted an excuse to use it.