aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Drop ruby19, add ruby23Peter Wilmott2016-01-173-6/+6
|
* Merge current and next targets into a single db entryPeter Wilmott2015-08-242-21/+21
|
* Ensure the latest version of portage is installedPeter Wilmott2015-08-151-0/+1
|
* List what new target was added on the new targets pagePeter Wilmott2015-08-152-7/+5
|
* Remove deprecated SYNC valuePeter Wilmott2015-08-131-1/+0
|
* Don't use webrsync now packages are populated from inside the containerPeter Wilmott2015-07-071-1/+1
|
* Correct casePeter Wilmott2015-07-071-1/+1
|
* Fix remaining issues raised by pylintPeter Wilmott2015-06-221-9/+9
|
* Fix most issues raised by linters, some python ones remainPeter Wilmott2015-06-225-13/+22
|
* #16 : Combine deps.py functionality with packages.py, which is already run ↵Peter Wilmott2015-06-191-0/+77
| | | | from inside a container
* Correct repoman.sh to work better when the next target is unknown; Rubocop ↵Peter Wilmott2015-04-131-9/+14
| | | | style fixes
* When building a package also build it with the next target if possiblePeter Wilmott2015-04-121-0/+24
|
* Ensure package.* are files not directories; Sync portage after setting the ↵Peter Wilmott2015-03-221-3/+10
| | | | correct mirrors
* Bring build scripts and web interface inline with 7266717147dPeter Wilmott2015-03-212-14/+8
| | | | | | | | | In addition to brining the build scripts inline with 7266717147d7998b86386f3e73667f0460b2a57a this change also removes the "Passed / Passed" format from the repoman page. This is to bring it inline with the style of the builds page and prepare for the new layout of hypothetical packages.
* Change the format used to store log files on disk.Peter Wilmott2015-03-035-0/+216
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.