Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop ruby19, add ruby23 | Peter Wilmott | 2016-01-17 | 3 | -6/+6 |
| | |||||
* | Merge current and next targets into a single db entry | Peter Wilmott | 2015-08-24 | 2 | -21/+21 |
| | |||||
* | Ensure the latest version of portage is installed | Peter Wilmott | 2015-08-15 | 1 | -0/+1 |
| | |||||
* | List what new target was added on the new targets page | Peter Wilmott | 2015-08-15 | 2 | -7/+5 |
| | |||||
* | Remove deprecated SYNC value | Peter Wilmott | 2015-08-13 | 1 | -1/+0 |
| | |||||
* | Don't use webrsync now packages are populated from inside the container | Peter Wilmott | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Correct case | Peter Wilmott | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Fix remaining issues raised by pylint | Peter Wilmott | 2015-06-22 | 1 | -9/+9 |
| | |||||
* | Fix most issues raised by linters, some python ones remain | Peter Wilmott | 2015-06-22 | 5 | -13/+22 |
| | |||||
* | #16 : Combine deps.py functionality with packages.py, which is already run ↵ | Peter Wilmott | 2015-06-19 | 1 | -0/+77 |
| | | | | from inside a container | ||||
* | Correct repoman.sh to work better when the next target is unknown; Rubocop ↵ | Peter Wilmott | 2015-04-13 | 1 | -9/+14 |
| | | | | style fixes | ||||
* | When building a package also build it with the next target if possible | Peter Wilmott | 2015-04-12 | 1 | -0/+24 |
| | |||||
* | Ensure package.* are files not directories; Sync portage after setting the ↵ | Peter Wilmott | 2015-03-22 | 1 | -3/+10 |
| | | | | correct mirrors | ||||
* | Bring build scripts and web interface inline with 7266717147d | Peter Wilmott | 2015-03-21 | 2 | -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 Wilmott | 2015-03-03 | 5 | -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. |