Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make update: handle semicolon in github tag parsing | Mark Brand | 2020-05-15 | 1 | -1/+1 |
| | | | | | A semicolon following the github tag for coda 2.21.1 managed to break "make update". | ||||
* | github macros: exclude trailing html entities from release | Mark Brand | 2019-05-14 | 1 | -1/+1 |
| | | | | | Sometimes the release number has some trailing junk starting with """. | ||||
* | github macros: minor improvements | Tony Theodore | 2018-11-16 | 1 | -3/+3 |
| | |||||
* | github release macro: add variable for archive extensions | Tony Theodore | 2018-11-15 | 1 | -5/+8 |
| | | | | | | | | | | | | | | From: https://github.com/mxe/mxe/commit/ac697f5bac7e7590fe1363d1a52113ae6ba442a9#r31310663 It's not easy to reliably parse/guess the extension for manually uploaded archives using GitHub releases. Even if the naming convention matches GitHub's automated rules, there are two problems: - mxe version may be on the ["next" page](https://github.com/fribidi/fribidi/releases?after=0.19.4) - using API may hit rate limiting if it's a live check at build time This adds an "archive extension" variable to `GH_CONF` for the simple cases where all other naming follows GitHub conventions. | ||||
* | mxe.github: add more descriptive error for unknown api | Tony Theodore | 2018-03-17 | 1 | -1/+2 |
| | |||||
* | Makefile: remove MXE_GET_GITHUB functions | Tony Theodore | 2018-03-15 | 1 | -3/+0 |
| | |||||
* | mxe.github: detect missing api field | Tony Theodore | 2018-03-15 | 1 | -1/+1 |
| | |||||
* | mxe.github: standardise branch naming and tidy up check-gh-conf | Tony Theodore | 2018-03-15 | 1 | -17/+17 |
| | | | | fixes #1982 | ||||
* | mxe.github: fix tags where prefix = pkg name | Tony Theodore | 2018-03-15 | 1 | -2/+2 |
| | | | | fixes #2073 | ||||
* | sub makefiles: standardize names and add to build-pkg | Tony Theodore | 2018-03-12 | 1 | -0/+186 |