ppp-sync/external-sys76.sh

28 lines
882 B
Bash
Raw Normal View History

2023-08-24 19:26:03 +02:00
#! /bin/bash
set -e
2023-08-24 20:09:17 +02:00
# Give correct perms to Apt version checker
chmod 755 ./ppp
# Extranal System76 PPA MIRROR
2023-09-28 17:51:18 +02:00
mkdir -p ./manticoutput
cd ./manticoutput
2023-09-29 11:25:12 +02:00
../ppp https://ppa.pika-os.com/dists/pikauwu/external/binary-amd64/Packages https://ppa.launchpadcontent.net/system76-dev/pre-stable/ubuntu/dists/mantic/main/binary-amd64/Packages.xz https://ppa.launchpadcontent.net/system76-dev/pre-stable/ubuntu/ ./
2023-09-28 17:51:18 +02:00
cd ../
if [ $(ls ./manticoutput/ | wc -l) -lt 1 ]; then
echo "Mantic repos are synced"
exit 0
fi
# send debs to server
rsync -azP ./manticoutput/ ferreo@direct.pika-os.com:/srv/www/incoming/
# add debs to repo
2023-09-29 11:25:12 +02:00
ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pikauwu-external /srv/www/incoming/'
2023-09-28 17:51:18 +02:00
# publish the repo
2023-09-29 11:25:12 +02:00
ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite pikauwu filesystem:pikarepo:'