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