Add sample version checking/caching script #3

Open
adamm wants to merge 1 commits from adamm/sample_version_check AGit into master
First-time contributor

Add sample version checking/caching script

Add sample version checking/caching script
adamm added 1 commit 2025-08-19 10:34:51 +02:00
Author
First-time contributor

Sample version check with pre-fetched cache.

run as

./version_check.pl -- to sync everything that has mismatch
./version_check.pl -- to list version of a given package

Sample version check with pre-fetched cache. run as ./version_check.pl -- to sync everything that has mismatch ./version_check.pl <package> -- to list version of a given package
Owner

Can you provide some more context for this one? Do you want feedback from others? Is this still needed?

Can you provide some more context for this one? Do you want feedback from others? Is this still needed?
Checking for merge conflicts…
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin refs/pull/3/head:adamm/sample_version_check
git checkout adamm/sample_version_check
Sign in to join this conversation.