This repository was archived by the owner on Jul 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepdeb-sync-config.ini
More file actions
50 lines (39 loc) · 1.42 KB
/
repdeb-sync-config.ini
File metadata and controls
50 lines (39 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[GENERAL]
; version
software_version = 2.0
; location of log
logfiledir = /var/log/repdeb-helferling/log/
; log level (1 = INFO,2 = DEBUG)
loglevel = 1
; auto cleanup / verify
autocleanup = false
; true/false if autocleanup is enabled, if a backup of all files should be made to backupdirectory before deleting them from the final directory
backup = true
; backup directory (must end with /)
backupdirectory = backup/
; downloads folder
downloads = downloads/
; final location in repository, final directory must not be part of download directory
final_deb_dir = final/
final_dir_amd64 = amd64/
final_dir_arm64 = arm64/
final_dir_armhf = armhf/
; remote sources
; for each source is a section here in this file required!
remote_sources = rustdesk
; repo details
; if there's no binary for an architecture leave it empty
; timstamp, when this file was last updated
last_update = 2023-07-18_00-00-00
; architectures can either contain "all" to get all available architectures, or more specific e.g. "amd64"
; define "all" here =
; if not defined all_architectures will be set to arm64, amd64, armhf
; allowed parameters are 'arm64,amd64,armhf' this script is not designed to download files for any other architecture
all_architectures = arm64,amd64,armhf
; Use this as template (might be outdated)
; More information --> README
[RUSTDESK]
repo_name = rustdesk/rustdesk
packages = rustdesk
version = 1.2.1
architectures = arm64,amd64,armhf