mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2026-06-09 17:22:24 +02:00
feat: release new version
Release new version with fix for SELinux
This commit is contained in:
@@ -15,4 +15,4 @@ pylint = "*"
|
||||
pre-commit = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.7"
|
||||
python_version = "3"
|
||||
|
||||
@@ -80,8 +80,7 @@ The following steps are automatically executed via pre-commit hooks.
|
||||
|
||||
## Contributors
|
||||
|
||||
- [@Eideen](https://github.com/Eideen)
|
||||
- [@iwalton3](https://github.com/iwalton3)
|
||||
See https://github.com/CMiksche/gitea-auto-update/graphs/contributors
|
||||
|
||||
Thank you for your support!
|
||||
|
||||
|
||||
@@ -74,7 +74,8 @@ class Download:
|
||||
# extracting download file
|
||||
cmd = "xz -d " + self.tmp_xz
|
||||
os.system(cmd)
|
||||
# copying temp file to gtfile location. Copying preserves SELinux permissions
|
||||
# copying temp file to gtfile location.
|
||||
# Copying preserves SELinux permissions, see issue #22
|
||||
cmd = 'cp ' + self.tmp_dir + 'gitea-' + self.github_version \
|
||||
+ '-' + self.gt_system + ' ' + self.gt_file
|
||||
os.system(cmd)
|
||||
|
||||
@@ -13,7 +13,7 @@ with open("README.md", "r") as fh:
|
||||
|
||||
setuptools.setup(
|
||||
name='gitea_auto_update',
|
||||
version='2.0.8',
|
||||
version='2.0.9',
|
||||
description='A script which can update gitea to a new version.',
|
||||
long_description=LONG_DESCRIPTION,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user