1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-11 16:37:21 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Christoph Miksche
0904a61ddc docs: update readme.md and change name in files
Update the README.md and change the name in the files from "Gitea Remote Updater" to "Gitea Auto Updater" because the script should be run on the local system.
2019-05-31 23:24:06 +02:00
Christoph Miksche
482df30496 feat: get version from file
Add function to get the version from the gitea file if the web api does fail.

Should implement the idea from GH-8
2019-05-31 23:10:37 +02:00
Christoph Miksche
554fca58ce Add version comparision from packaging 2019-05-19 17:32:10 +02:00
Christoph Miksche
2102137240 Update README and Copyright
Add Eideen as a contributor and update the copyright information.
2019-05-19 15:12:03 +02:00
Eideen
bcc902db76 fix typo. 2019-05-19 13:08:24 +02:00
Eideen
bbfc721313 Moved is_tool to functions 2019-05-19 13:07:34 +02:00
Eideen
09df1c18ba Merge branch 'master' of github.com:CMiksche/gitea-auto-update 2019-05-19 12:35:36 +02:00
Christoph Miksche
c81eb967d8 fix: add function to check the versions after semver
Add a function to check the two versions after the semver specification. Added some unit tests for testing the function too.

(Should fix GH-1, but wasn't fully tested yet)
2019-04-20 15:42:01 +02:00