Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package: Update to Fedora 39HEADmaster | Ting-Wei Lan | 2023-11-26 | 2 | -2/+2 |
| | |||||
* | package: Update to Fedora 37 | Ting-Wei Lan | 2023-03-04 | 2 | -2/+2 |
| | |||||
* | package: Update to Fedora 35 | Ting-Wei Lan | 2021-12-17 | 2 | -2/+2 |
| | |||||
* | package: Fix Copr API URL after Copr server upgrade | Ting-Wei Lan | 2020-11-14 | 1 | -1/+1 |
| | | | | | | Now it needs a trailing slash, or it will fail with the following error: urllib.error.HTTPError: HTTP Error 308: PERMANENT REDIRECT | ||||
* | package: Update to Fedora 33 | Ting-Wei Lan | 2020-11-01 | 2 | -2/+2 |
| | |||||
* | package: Update to Fedora 31 | Ting-Wei Lan | 2019-12-07 | 2 | -2/+2 |
| | |||||
* | package: Sort Copr build ID in DESC order | Ting-Wei Lan | 2019-08-01 | 1 | -1/+1 |
| | | | | | Copr API doesn't seem to care this field, but it looks more correct to sort it in DESC order because we only need the latest matching one. | ||||
* | package: Port to Copr API v3 | Ting-Wei Lan | 2019-05-29 | 1 | -30/+18 |
| | |||||
* | package: Remove unnecessary bytes.decode calls | Ting-Wei Lan | 2019-05-29 | 1 | -4/+4 |
| | |||||
* | package: Update to Fedora 30 | Ting-Wei Lan | 2019-05-29 | 2 | -2/+2 |
| | |||||
* | package: Update to Fedora 29 | Ting-Wei Lan | 2019-02-08 | 2 | -2/+2 |
| | |||||
* | package: Update to Fedora 27 | Ting-Wei Lan | 2018-03-21 | 2 | -2/+2 |
| | |||||
* | download: readall() -> read() | Ting-Wei Lan | 2017-09-14 | 1 | -2/+2 |
| | | | | readall doesn't work with newer python versions. | ||||
* | package: Update to Fedora 26 | Ting-Wei Lan | 2017-07-18 | 2 | -2/+2 |
| | |||||
* | package: Only match full filenames when reading vim version | Ting-Wei Lan | 2016-09-06 | 1 | -2/+2 |
| | |||||
* | package: Read openssl version from the official FTP | Ting-Wei Lan | 2016-09-06 | 2 | -1/+22 |
| | | | | | | This allows us to stick to a specific major or minor release. This feature is required to support gcoin-community because it doesn't support the latest openssl 1.1.0 release. | ||||
* | package: Switch to Copr API v2 | Ting-Wei Lan | 2016-07-30 | 1 | -14/+56 |
| | | | | Copr API v1 has been broken for many days without being fixed. | ||||
* | package: Allow reading full RPM version string from Copr | Ting-Wei Lan | 2016-07-08 | 1 | -1/+3 |
| | |||||
* | package: Add a openssl updates checker for gcoin-community | Ting-Wei Lan | 2016-07-06 | 1 | -0/+10 |
| | |||||
* | package: Update to Fedora 24 | Ting-Wei Lan | 2016-07-06 | 2 | -2/+2 |
| | |||||
* | package: Move all version-reading code to a separate module | Ting-Wei Lan | 2016-07-06 | 4 | -63/+94 |
| | |||||
* | package: readall() -> read() | Ting-Wei Lan | 2016-02-21 | 2 | -5/+5 |
| | | | | readall() doesn't work with HTTPResponse. | ||||
* | package: Exit with error when new versions are available | Ting-Wei Lan | 2016-01-31 | 2 | -0/+2 |
| | |||||
* | package: Update Copr URL | Ting-Wei Lan | 2016-01-27 | 2 | -2/+2 |
| | |||||
* | package: Update to Fedora 23 | Ting-Wei Lan | 2015-11-25 | 2 | -2/+2 |
| | |||||
* | package: Add a vim updates checker | Ting-Wei Lan | 2015-07-04 | 1 | -0/+32 |
| | |||||
* | package: Update to Fedora 22 | Ting-Wei Lan | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | package: Remove distribution tags before comparing versions | Ting-Wei Lan | 2015-06-04 | 1 | -2/+3 |
| | |||||
* | package: Use HTTPS when getting the upstream version | Ting-Wei Lan | 2015-05-01 | 1 | -1/+1 |
| | |||||
* | package: Fix Copr API usage after recent Copr update | Ting-Wei Lan | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | Makefile: Add a rule to convert asciidoc to latex using pandoc | Ting-Wei Lan | 2015-02-09 | 1 | -1/+3 |
| | |||||
* | Add a Makefile to make compiling programs and documents easier | Ting-Wei Lan | 2015-01-29 | 1 | -0/+102 |
| | |||||
* | Initial commit - import things written for various hosts | Ting-Wei Lan | 2015-01-29 | 19 | -0/+1321 |