mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-10-05 03:56:18 +02:00
Compare commits
2 Commits
master
...
0ce651857c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0ce651857c | ||
![]() |
cfb99fd2d8 |
@@ -3,7 +3,7 @@ pkgctl-auth(1)
|
||||
|
||||
Name
|
||||
----
|
||||
pkgctl-auth - Authenticate with services like GitLab.
|
||||
pkgctl-auth - Authenticate with serivces like GitLab.
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
@@ -49,9 +49,6 @@ pkgctl diff::
|
||||
pkgctl issue::
|
||||
Work with GitLab packaging issues
|
||||
|
||||
pkgctl license::
|
||||
Check and manage package licenses
|
||||
|
||||
pkgctl release::
|
||||
Release step to commit, tag and upload build artifacts
|
||||
|
||||
@@ -73,7 +70,6 @@ pkgctl-build(1)
|
||||
pkgctl-db(1)
|
||||
pkgctl-diff(1)
|
||||
pkgctl-issue(1)
|
||||
pkgctl-license(1)
|
||||
pkgctl-release(1)
|
||||
pkgctl-repo(1)
|
||||
pkgctl-search(1)
|
||||
|
@@ -54,8 +54,7 @@ export RSYNC_OPTS=(
|
||||
--human-readable
|
||||
--progress
|
||||
--partial
|
||||
# suffix the partial dir with the PID in order to avoid clashes
|
||||
--partial-dir=.partial.$$
|
||||
--partial-dir=.partial
|
||||
--delay-updates
|
||||
)
|
||||
|
||||
|
@@ -188,7 +188,6 @@ path = [
|
||||
"README.md",
|
||||
"keys/**",
|
||||
".SRCINFO",
|
||||
".gitignore",
|
||||
".nvchecker.toml",
|
||||
"*.install",
|
||||
"*.sysusers",
|
||||
|
@@ -350,6 +350,12 @@ nvchecker_check_config() {
|
||||
printf "non-pkgbase section not supported in %s: %s" "${config}" "${property}"
|
||||
return 1
|
||||
fi
|
||||
|
||||
# check if the config is using the 'cmd' source
|
||||
if grep --extended-regexp --quiet '^\s*source\s*=\s*["'\'']cmd["'\'']\s*$' "${config}"; then
|
||||
printf "using the 'cmd' source in %s is disallowed" "${config}"
|
||||
return 1
|
||||
fi
|
||||
}
|
||||
|
||||
nvchecker_check_error() {
|
||||
|
Reference in New Issue
Block a user