Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | skip the wheel if it's not from the latest build | Paul Kehrer | 2015-05-28 | 1 | -0/+9 |
| | |||||
* | increase delay waiting for wheel job to start | Paul Kehrer | 2014-12-24 | 1 | -2/+2 |
| | | | | fixes #1543 | ||||
* | Fixed #1372 -- sleep before checking if the build completed to ensure the ↵ | Alex Gaynor | 2014-12-16 | 1 | -0/+3 |
| | | | | buidl exists | ||||
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 1 | -12/+3 |
| | | | | Fixes #1209 | ||||
* | Added an explanatory comment. | Alex Gaynor | 2014-09-28 | 1 | -0/+3 |
| | |||||
* | line length | Alex Gaynor | 2014-09-26 | 1 | -1/+3 |
| | |||||
* | Refs #1224 -- try to purge PyPI after new tarball is uploaded | Alex Gaynor | 2014-09-26 | 1 | -9/+14 |
| | | | | Also reuse an HTTP connection for stuff | ||||
* | add an automated commit message for tagging during the release process | Paul Kehrer | 2014-07-09 | 1 | -1/+1 |
| | |||||
* | Add newline for consistency | Terry Chia | 2014-07-06 | 1 | -0/+1 |
| | |||||
* | switch to HTTP basic auth for jenkins release automation | Paul Kehrer | 2014-06-20 | 1 | -1/+4 |
| | |||||
* | Fix jenkins artifact download for release automation | Paul Kehrer | 2014-05-03 | 1 | -1/+1 |
| | |||||
* | Fix bug in release task and style fixes | Alex Stapleton | 2014-03-24 | 1 | -2/+2 |
| | | | | | tasks.py was building tarballs/sdists that didn't actually have vectors in because of setup.pys reliance on the cwd. | ||||
* | Move cryptography.vectors to cryptography_vectors | Alex Stapleton | 2014-03-24 | 1 | -1/+6 |
| | | | | | | | All vectors are now stored in the subpackage in the vectors/ folder. This package is automatically installed by setup.py test and will also be uploaded with a matching version number by the PyPI upload task. | ||||
* | update jenkins URL to use TLS | Paul Kehrer | 2014-03-15 | 1 | -1/+1 |
| | |||||
* | A tiny formatting cleanup | Alex Gaynor | 2014-02-20 | 1 | -1/+1 |
| | |||||
* | python 2.6 | Alex Gaynor | 2014-02-20 | 1 | -1/+1 |
| | |||||
* | Upload windows wheels | Alex Gaynor | 2014-02-20 | 1 | -1/+7 |
| | |||||
* | Download the windows wheels from jenkins | Alex Gaynor | 2014-02-20 | 1 | -0/+34 |
| | |||||
* | Wait for the wheel job to finish building the windows wheels. Refs #506 | Alex Gaynor | 2014-02-19 | 1 | -2/+18 |
| | |||||
* | Raise on failure | Alex Gaynor | 2014-02-19 | 1 | -1/+3 |
| | |||||
* | Refs #506 -- Trigger creation of wheels when doing a release | Alex Gaynor | 2014-02-19 | 1 | -0/+15 |
| | |||||
* | Python 2.6 support | Alex Gaynor | 2014-01-07 | 1 | -2/+2 |
| | |||||
* | More stuff | Alex Gaynor | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | Update procedure | Alex Gaynor | 2014-01-06 | 1 | -26/+0 |
| | |||||
* | Fix | Alex Gaynor | 2014-01-06 | 1 | -1/+2 |
| | |||||
* | Simplify | Alex Gaynor | 2014-01-06 | 1 | -1/+2 |
| | |||||
* | Suggestion from @dreid | Alex Gaynor | 2014-01-06 | 1 | -2/+1 |
| | |||||
* | Fix | Alex Gaynor | 2014-01-06 | 1 | -3/+3 |
| | |||||
* | Boilerplate woo! | Alex Gaynor | 2014-01-06 | 1 | -0/+14 |
| | |||||
* | Write release automation software. Fixes #375 | Alex Gaynor | 2014-01-06 | 1 | -0/+38 |