mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-10-23 04:52:04 +02:00
Compare commits
2 Commits
rafaelff/p
...
1928483728
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1928483728 | ||
![]() |
6ed548b260 |
@@ -150,7 +150,6 @@ _pkgctl_cmds=(
|
||||
db
|
||||
diff
|
||||
issue
|
||||
license
|
||||
release
|
||||
repo
|
||||
search
|
||||
|
@@ -3,7 +3,7 @@ pkgctl-auth(1)
|
||||
|
||||
Name
|
||||
----
|
||||
pkgctl-auth - Authenticate with services like GitLab.
|
||||
pkgctl-auth - Authenticate with serivces like GitLab.
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
@@ -188,7 +188,6 @@ path = [
|
||||
"README.md",
|
||||
"keys/**",
|
||||
".SRCINFO",
|
||||
".gitignore",
|
||||
".nvchecker.toml",
|
||||
"*.install",
|
||||
"*.sysusers",
|
||||
|
@@ -65,7 +65,7 @@ shift 1
|
||||
|
||||
|
||||
if (( ${#cache_dirs[@]} == 0 )); then
|
||||
mapfile -t cache_dirs < <(pacman-conf CacheDir)
|
||||
mapfile -t cache_dirs < <(pacman-conf ${pac_conf:+-c "$pac_conf"} CacheDir)
|
||||
fi
|
||||
|
||||
umask 0022
|
||||
|
Reference in New Issue
Block a user