mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-10-05 03:56:18 +02:00
Compare commits
2 Commits
rafaelff/p
...
384bd4cd55
Author | SHA1 | Date | |
---|---|---|---|
![]() |
384bd4cd55 | ||
![]() |
5d79a52199 |
@@ -3,7 +3,7 @@ pkgctl-auth(1)
|
|||||||
|
|
||||||
Name
|
Name
|
||||||
----
|
----
|
||||||
pkgctl-auth - Authenticate with services like GitLab.
|
pkgctl-auth - Authenticate with serivces like GitLab.
|
||||||
|
|
||||||
Synopsis
|
Synopsis
|
||||||
--------
|
--------
|
||||||
|
@@ -188,7 +188,6 @@ path = [
|
|||||||
"README.md",
|
"README.md",
|
||||||
"keys/**",
|
"keys/**",
|
||||||
".SRCINFO",
|
".SRCINFO",
|
||||||
".gitignore",
|
|
||||||
".nvchecker.toml",
|
".nvchecker.toml",
|
||||||
"*.install",
|
"*.install",
|
||||||
"*.sysusers",
|
"*.sysusers",
|
||||||
|
@@ -4,7 +4,7 @@ set -e
|
|||||||
root="$(dirname -- "$(readlink -f -- "$0")")/../.."
|
root="$(dirname -- "$(readlink -f -- "$0")")/../.."
|
||||||
|
|
||||||
# always build everything so we use an up-to-date state
|
# always build everything so we use an up-to-date state
|
||||||
make -C "${root}" -j --no-print-directory --silent
|
make -C "${root}" -j --no-print-directory --silent DATADIR="${root}/build"
|
||||||
|
|
||||||
# run pkgctl from the build directory
|
# run pkgctl from the build directory
|
||||||
export PATH="${root}/build/bin:${PATH}"
|
export PATH="${root}/build/bin:${PATH}"
|
||||||
|
Reference in New Issue
Block a user