mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-11-19 08:54:45 +01:00
Compare commits
2 Commits
rafaelff/p
...
8c29bc12d1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c29bc12d1 | ||
|
|
15d920765a |
@@ -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",
|
||||
|
||||
@@ -345,6 +345,9 @@ for arg in "${@:$OPTIND}"; do
|
||||
-*A*) verifysource_args+=(-A) ;;&
|
||||
-*R*|-*e*) keepbuilddir=1 ;;&
|
||||
esac
|
||||
if [[ $arg != -* && $arg == *=* ]]; then
|
||||
verifysource_args+=("$arg")
|
||||
fi
|
||||
done
|
||||
|
||||
umask 0022
|
||||
|
||||
Reference in New Issue
Block a user