aports/testing/rebuilderd/rebuilderd-sync.cron
2021-09-26 18:05:58 +00:00

9 lines
142 B
Bash

#!/bin/sh
. /etc/conf.d/rebuilderd
for profile in $sync_profiles; do
echo "Syncing $profile"
rebuildctl pkgs sync-profile "$profile"
done