So close!!!!

[ci dryrun]
This commit is contained in:
TC 2025-03-17 00:41:21 +00:00
parent 9d71e5f3d3
commit 9c278f2006
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 #cd $HOME
#tar -xf amd64-debs.tar #tar -xf amd64-debs.tar
#tar -xf arm64-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 cd $HOME/srv/apt
echo "Creating Packages file" echo "Creating Packages file"
dpkg-scanpackages --arch amd64 pool/stable > dists/stable/main/binary-amd64/Packages dpkg-scanpackages --arch amd64 pool/stable > dists/stable/main/binary-amd64/Packages
@ -37,7 +38,7 @@ echo "Starting rpm process"
#cd $HOME #cd $HOME
#tar -xf amd64-rpms.tar #tar -xf amd64-rpms.tar
echo "Copying rpms to container workspace" 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" echo "Copying signing material to container workspace"
cp -R $GNUPGHOME/* $HOME/rpm-build-container/mount/keystore cp -R $GNUPGHOME/* $HOME/rpm-build-container/mount/keystore
echo "Executing container actions" echo "Executing container actions"