Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Heusel
ca71f65daa Merge branch '179-build-state' into 'master'
Draft: feat: record against which repo a package was built

Closes #179

See merge request archlinux/devtools!264
2025-07-28 13:47:12 +02:00
3 changed files with 1 additions and 5 deletions

View File

@@ -150,7 +150,6 @@ _pkgctl_cmds=(
db
diff
issue
license
release
repo
search

View File

@@ -157,7 +157,7 @@ if (( ${#needsversioning[*]} )); then
if [[ ! -f "${file}" ]]; then
continue
fi
if ! git ls-files --error-unmatch "$file" >/dev/null; then
if ! git ls-files --error-unmatch "$file"; then
die "%s is not under version control" "$file"
fi
done

View File

@@ -188,13 +188,10 @@ path = [
"README.md",
"keys/**",
".SRCINFO",
".gitignore",
".nvchecker.toml",
"*.install",
"*.sysusers",
"*sysusers.conf",
"*.tmpfiles",
"*tmpfiles.conf",
"*.logrotate",
"*.pam",
"*.service",