summaryrefslogtreecommitdiffstats
path: root/maint/download_release.py
Commit message (Collapse)AuthorAgeFilesLines
* build: replace autotools with cmakeRafael G. Martins2024-05-211-49/+0
| | | | | | | | | | | | | | | this patch removes all the autoconf/automake/libtool build infrastructure and replaces it with cmake. notable default behavior changes: - man pages are not pre-built, and are not built by default, must be enabled with `-DBUILD_MANPAGES=ON`. removed features: - srpm packaging, to be reintroduced at some point. - deb packaging, now handled externally via rafaelmartins/deb.rgm.io more stuff must be missing, please report bugs!
* maint: update gpg key idRafael G. Martins2020-09-151-1/+1
|
* maint: use python3, sign distfilesRafael G. Martins2019-09-091-3/+7
|
* maint: download latest build by defaultRafael G. Martins2018-05-251-6/+21
|
* maint: set +x for download_release.pyRafael G. Martins2018-02-221-0/+0
|
* maint: added script to download distfilesRafael G. Martins2018-02-221-0/+30