Add rebuild_test_repo.sh script for rebuilding test repositories with PostgreSQL packages

This commit is contained in:
Till Wegmueller 2025-12-23 12:33:31 +01:00
parent b32ace705f
commit e0de265d17
No known key found for this signature in database

5
rebuild_test_repo.sh Executable file
View file

@ -0,0 +1,5 @@
cd sample_data
rm -rf postgres-repo
cargo run -p pkg6repo create postgres-repo
cargo run -p pkg6repo add-publisher -s postgres-repo openindiana.org
cargo run -p pkg6repo import-pkg5 -s postgres-packages.p5p -d postgres-repo