ppp-sync/external-xtradeb.sh

28 lines
837 B
Bash
Raw Normal View History

2023-08-27 19:52:46 +02:00
#! /bin/bash
set -e
# Give correct perms to Apt version checker
chmod 755 ./ppp
# Extranal XtraDEB PPA MIRROR
2023-09-28 17:51:18 +02:00
mkdir -p ./output
cd ./output
2023-08-27 19:52:46 +02:00
2023-09-28 17:51:18 +02:00
../ppp https://ppa.pika-os.com/dists/lunar/external/binary-amd64/Packages https://ppa.launchpadcontent.net/xtradeb/apps/ubuntu/dists/lunar/main/binary-amd64/Packages.xz https://ppa.launchpadcontent.net/xtradeb/apps/ubuntu/ ./ "chromium"
2023-08-27 19:52:46 +02:00
2023-09-28 17:51:18 +02:00
cd ../
2023-08-27 19:52:46 +02:00
2023-09-28 17:51:18 +02:00
if [ $(ls ./output/ | wc -l) -lt 1 ]; then
echo "Lunar repos are synced"
2023-09-28 18:57:29 +02:00
exit 0
2023-09-28 17:51:18 +02:00
fi
# send debs to server
rsync -azP ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/
2023-08-27 19:52:46 +02:00
2023-09-28 17:51:18 +02:00
# add debs to repo
ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pika-external /srv/www/incoming/'
2023-08-27 19:52:46 +02:00
2023-09-28 17:51:18 +02:00
# publish the repo
ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite lunar filesystem:pikarepo:'