Merge branch 'convert_cicd_to_python' into 'main'

So close!!!!

See merge request veilid/veilid!374
This commit is contained in:
TC 2025-03-17 00:27:32 +00:00
commit e57843503c
2 changed files with 3 additions and 2 deletions

0
scripts/cicd-python/config.json Normal file → Executable file
View File

View File

@ -18,7 +18,8 @@ echo "Starting deb process"
#cd $HOME
#tar -xf amd64-debs.tar
#tar -xf arm64-debs.tar
cp *.deb $HOME/srv/apt/pool/stable/main
#cp *.deb $HOME/srv/apt/pool/stable/main
cp target/packages/*.deb $HOME/srv/apt/pool/stable/main
cd $HOME/srv/apt
echo "Creating Packages file"
dpkg-scanpackages --arch amd64 pool/stable > dists/stable/main/binary-amd64/Packages
@ -37,7 +38,7 @@ echo "Starting rpm process"
#cd $HOME
#tar -xf amd64-rpms.tar
echo "Copying rpms to container workspace"
cp *x86_64.rpm $HOME/rpm-build-container/mount/repo/stable/x86_64
cp target/packages/*x86_64.rpm $HOME/rpm-build-container/mount/repo/stable/x86_64
echo "Copying signing material to container workspace"
cp -R $GNUPGHOME/* $HOME/rpm-build-container/mount/keystore
echo "Executing container actions"