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:
@@ -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