summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* package: Update to Fedora 39HEADmasterTing-Wei Lan2023-11-262-2/+2
|
* package: Update to Fedora 37Ting-Wei Lan2023-03-042-2/+2
|
* package: Update to Fedora 35Ting-Wei Lan2021-12-172-2/+2
|
* package: Fix Copr API URL after Copr server upgradeTing-Wei Lan2020-11-141-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 33Ting-Wei Lan2020-11-012-2/+2
|
* package: Update to Fedora 31Ting-Wei Lan2019-12-072-2/+2
|
* package: Sort Copr build ID in DESC orderTing-Wei Lan2019-08-011-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 v3Ting-Wei Lan2019-05-291-30/+18
|
* package: Remove unnecessary bytes.decode callsTing-Wei Lan2019-05-291-4/+4
|
* package: Update to Fedora 30Ting-Wei Lan2019-05-292-2/+2
|
* package: Update to Fedora 29Ting-Wei Lan2019-02-082-2/+2
|
* package: Update to Fedora 27Ting-Wei Lan2018-03-212-2/+2
|
* download: readall() -> read()Ting-Wei Lan2017-09-141-2/+2
| | | | readall doesn't work with newer python versions.
* package: Update to Fedora 26Ting-Wei Lan2017-07-182-2/+2
|
* package: Only match full filenames when reading vim versionTing-Wei Lan2016-09-061-2/+2
|
* package: Read openssl version from the official FTPTing-Wei Lan2016-09-062-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 v2Ting-Wei Lan2016-07-301-14/+56
| | | | Copr API v1 has been broken for many days without being fixed.
* package: Allow reading full RPM version string from CoprTing-Wei Lan2016-07-081-1/+3
|
* package: Add a openssl updates checker for gcoin-communityTing-Wei Lan2016-07-061-0/+10
|
* package: Update to Fedora 24Ting-Wei Lan2016-07-062-2/+2
|
* package: Move all version-reading code to a separate moduleTing-Wei Lan2016-07-064-63/+94
|
* package: readall() -> read()Ting-Wei Lan2016-02-212-5/+5
| | | | readall() doesn't work with HTTPResponse.
* package: Exit with error when new versions are availableTing-Wei Lan2016-01-312-0/+2
|
* package: Update Copr URLTing-Wei Lan2016-01-272-2/+2
|
* package: Update to Fedora 23Ting-Wei Lan2015-11-252-2/+2
|
* package: Add a vim updates checkerTing-Wei Lan2015-07-041-0/+32
|
* package: Update to Fedora 22Ting-Wei Lan2015-06-041-1/+1
|
* package: Remove distribution tags before comparing versionsTing-Wei Lan2015-06-041-2/+3
|
* package: Use HTTPS when getting the upstream versionTing-Wei Lan2015-05-011-1/+1
|
* package: Fix Copr API usage after recent Copr updateTing-Wei Lan2015-03-091-1/+1
|
* Makefile: Add a rule to convert asciidoc to latex using pandocTing-Wei Lan2015-02-091-1/+3
|
* Add a Makefile to make compiling programs and documents easierTing-Wei Lan2015-01-291-0/+102
|
* Initial commit - import things written for various hostsTing-Wei Lan2015-01-2919-0/+1321