Create syncpurge.sh

This commit is contained in:
ferrreo 2023-09-28 22:50:14 +01:00 committed by GitHub
parent 6c39734858
commit f36599079a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
syncpurge.sh Normal file
View File

@ -0,0 +1,7 @@
#! /bin/bash
set -e
# publish all the repos
ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite mantic filesystem:pikarepo:'
ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite lunar filesystem:pikarepo:'