1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 07:57:23 +01:00
Commit Graph

15 Commits

Author SHA1 Message Date
Christoph Miksche
bdef0b6987 fix: change master to main
Change the branch name in the build process
2022-01-31 11:59:33 +01:00
Christoph Miksche
52855058fc feat: release new version
Release new version with fix for SELinux
2021-06-15 21:13:45 +02:00
Paul Johnston
c6621fa117 fix: Also cleaning up the build dir 2021-06-16 02:56:03 +08:00
Paul Johnston
d926a19b6c Changed mv to cp to preserve SELinux permissions 2021-06-16 02:37:18 +08:00
Paul Johnston
af7941f10a Change mv to cp to preserve SELinux permissions 2021-06-16 02:27:10 +08:00
Christoph Miksche
c52491ae2e ci: switch to drone
Switch the CI system from travis to drone

Closes #19
2021-04-20 18:33:52 +02:00
Christoph Miksche
b92496fc0d refactor: follow PEP standards
Follow Python Enhancement Proposals and add PyLint to enforce them.
2020-03-27 16:56:05 +01:00
Ian Walton
0005c23b38 feat: Handle nonexistent binary.
This patches the version component to return a version of 0.0.0 if it
fails to detect a version. This allows the update script to install the
binary if it does not already exist or is corrupted.
2019-09-03 14:28:35 -04:00
Ian Walton
52bf4cb835 fix: Make downloaded binary executable.
Current gitea releases do not ship with the binary in the archive
executable. This results in the service failing to start after updating.
This commit ensures the binary is always executable.
2019-09-03 14:26:58 -04:00
Ian Walton
ef91988312 fix: Fix exception when updating via binary.
Attempting to update Gitea using the binary mode results in an exception
because `isTool` did not have a `self` parameter. This fixes the issue,
allowing binary updates.
2019-09-03 14:25:44 -04:00
Christoph Miksche
3828e07d90 feat: add restriction for python 3
Add a restriction for python 3 so that installing this software with python 2 isn't possible.

Should fix GH-10.
2019-09-02 13:47:29 +02:00
Christoph Miksche
3174f2783f fix: false package names 2019-08-26 23:15:33 +02:00
Christoph Miksche
aa6fc91826 fix: cli in update.py 2019-08-26 23:03:09 +02:00
Christoph Miksche
caeee31bb4 fix: call update function 2019-08-26 22:53:15 +02:00
Christoph Miksche
05caef9d41 fix: file structure 2019-08-26 22:46:46 +02:00