summaryrefslogtreecommitdiffstats
path: root/mxe.github.mk
Commit message (Collapse)AuthorAgeFilesLines
* make update: handle semicolon in github tag parsingMark Brand2020-05-151-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 releaseMark Brand2019-05-141-1/+1
| | | | | Sometimes the release number has some trailing junk starting with """.
* github macros: minor improvementsTony Theodore2018-11-161-3/+3
|
* github release macro: add variable for archive extensionsTony Theodore2018-11-151-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 apiTony Theodore2018-03-171-1/+2
|
* Makefile: remove MXE_GET_GITHUB functionsTony Theodore2018-03-151-3/+0
|
* mxe.github: detect missing api fieldTony Theodore2018-03-151-1/+1
|
* mxe.github: standardise branch naming and tidy up check-gh-confTony Theodore2018-03-151-17/+17
| | | | fixes #1982
* mxe.github: fix tags where prefix = pkg nameTony Theodore2018-03-151-2/+2
| | | | fixes #2073
* sub makefiles: standardize names and add to build-pkgTony Theodore2018-03-121-0/+186