ppp-sync/external-winehq.sh

28 lines
1.0 KiB
Bash
Raw Normal View History

2023-08-24 23:06:06 +02:00
#! /bin/bash
set -e
# Give correct perms to Apt version checker
chmod 755 ./ppp
# Extranal WineHQ MIRROR
2023-09-28 19:58:40 +02:00
mkdir -p ./manticoutput
cd ./manticoutput
2023-08-24 23:06:06 +02:00
2023-09-28 20:25:32 +02:00
../ppp https://ppa.pika-os.com/dists/mantic/external/binary-i386/Packages https://dl.winehq.org/wine-builds/ubuntu/dists/lunar/main/binary-i386/Packages.xz https://dl.winehq.org/wine-builds/ubuntu/ ./
../ppp https://ppa.pika-os.com/dists/mantic/external/binary-amd64/Packages https://dl.winehq.org/wine-builds/ubuntu/dists/lunar/main/binary-amd64/Packages.xz https://dl.winehq.org/wine-builds/ubuntu/ ./
2023-08-24 23:06:06 +02:00
cd ../
2023-09-28 19:58:40 +02:00
if [ $(ls ./manticoutput/ | wc -l) -lt 1 ]; then
echo "Mantic repos are synced"
exit 0
fi
2023-09-06 20:13:45 +02:00
# send debs to server
2023-09-28 19:58:40 +02:00
rsync -azP ./manticoutput/ ferreo@direct.pika-os.com:/srv/www/incoming/
2023-08-24 23:06:06 +02:00
2023-09-06 20:13:45 +02:00
# add debs to repo
2023-09-28 19:58:40 +02:00
ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pika-external-mantic /srv/www/incoming/'
2023-08-24 23:06:06 +02:00
2023-09-06 20:13:45 +02:00
# publish the repo
2023-09-28 20:25:32 +02:00
ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite mantic filesystem:pikarepo:'