Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
0d878f79
Commit
0d878f79
authored
Dec 15, 2019
by
Robin Broda
Committed by
Sven-Hendrik Haase
Dec 27, 2019
Browse files
archive.conf: Adapt archivetools config syntax to new version
Signed-off-by:
Sven-Hendrik Haase
<
svenstaro@gmail.com
>
parent
7baf2f21
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/archive/templates/archive.conf.j2
View file @
0d878f79
...
...
@@ -12,8 +12,8 @@ ARCHIVE_USER=archive
ARCHIVE_GROUP
=
archive
# Package extensions
PKGEX
T
=
'.pkg.tar
.xz
'
PKGSIG
=
"
$PKGEX
T
.sig"
PKG
REG
EX
=
'
\
.pkg
\
.tar
(\.(gz|bz2|xz|zst|lrz|lzo|Z|lz4|lz))?
'
PKGSIG
REGEX
=
"
$PKG
REG
EX
\
.
sig"
# Umask used when archiving
UMASK
=
022
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment