Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Jenkins & other old dev junk (#3988) | Amber Brown | 2018-10-03 | 1 | -44/+0 |
| | |||||
* | Port storage/ to Python 3 (#3725) | Amber Brown | 2018-08-31 | 1 | -1/+1 |
| | |||||
* | also upgrade pip when installing | Richard van der Hoff | 2018-04-27 | 1 | -0/+4 |
| | |||||
* | jenkins build: make sure we have a recent setuptools | Richard van der Hoff | 2018-04-26 | 1 | -1/+12 |
| | |||||
* | Let pip install multiple packages at once | Richard van der Hoff | 2016-11-29 | 1 | -3/+3 |
| | | | | | | Pip can install multiple dependencies at the same time, so there is no need to use xargs -n1. It's significantly slower with -n1, so let's not do it with no reason. | ||||
* | Jenkins: tox install setuptools | Erik Johnston | 2016-08-18 | 1 | -0/+1 |
| | |||||
* | Factor out more common code from the jenkins scripts (#980) | Mark Haines | 2016-08-04 | 1 | -8/+28 |
| | | | | | | | | | | * Factor out more common code from the jenkins scripts * Fix install_and_run path * Poke jenkins * Poke jenkins | ||||
* | Factor out some of the code shared between the sytest scripts (#974) | Mark Haines | 2016-08-02 | 2 | -0/+43 |
* Factor out some of the code shared between the different sytest jenkins scripts * Exclude jenkins from the MANIFEST * Fix dendron build * Missing new line * Poke jenkins * Export the PORT_BASE and PORT_COUNT * Poke jenkins |