mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2025-12-10 16:07:23 +01:00
feat: release new version
Release new version with fix for SELinux
This commit is contained in:
2
Pipfile
2
Pipfile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user