diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-08 20:22:12 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-08 20:22:12 +0200 |
| commit | 6ca8744933a273acc0a8f446ae7b9cffdbb700bd (patch) | |
| tree | 0a47296df1766322de6c7eaf12dd84dcc8a0c8d9 /.gitignore | |
| download | danix-nvchecker-6ca8744933a273acc0a8f446ae7b9cffdbb700bd.tar.gz danix-nvchecker-6ca8744933a273acc0a8f446ae7b9cffdbb700bd.zip | |
Initial commit: unified nvchecker config and nvtable
Merge a personal nvchecker config with the .extras/nvchecker.toml of three
SlackBuild repositories into a single deduplicated config, and add nvtable,
which joins nvchecker's upstream results against the version installed on
this host and the version shipped by the packaging repo.
The stanza name is the Slackware package name wherever a package exists, so
results join directly against /var/log/packages and <pkg>/<pkg>.info; nvtable
carries a small alias map for the cases that genuinely differ.
Installed versions are resolved from /var/log/packages, the appimage-updater
state file, and flatpak. Caught-up packages are recorded with nvtake under an
flock, so old_ver tracks this system rather than only upstream history.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92f1131 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# nvchecker state, written next to the config at runtime +old_ver.json +new_ver.json +*.json~ +*.bak +keys.toml |
