aboutsummaryrefslogtreecommitdiffstats
path: root/community/rebuilderd/rebuilderd-sync.cron
diff options
context:
space:
mode:
Diffstat (limited to 'community/rebuilderd/rebuilderd-sync.cron')
-rw-r--r--community/rebuilderd/rebuilderd-sync.cron8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/rebuilderd/rebuilderd-sync.cron b/community/rebuilderd/rebuilderd-sync.cron
new file mode 100644
index 00000000000..22722ff7f1c
--- /dev/null
+++ b/community/rebuilderd/rebuilderd-sync.cron
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+. /etc/conf.d/rebuilderd
+
+for profile in $sync_profiles; do
+ echo "Syncing $profile"
+ rebuildctl pkgs sync-profile "$profile"
+done