aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/porticron.conf')
-rw-r--r--etc/porticron.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/porticron.conf b/etc/porticron.conf
new file mode 100644
index 0000000..8c87883
--- /dev/null
+++ b/etc/porticron.conf
@@ -0,0 +1,17 @@
+# use emerge for synchronisation
+SYNC_CMD="/usr/bin/emerge --sync"
+
+# use eix-sync instead of emerge --sync
+#SYNC_CMD="/usr/bin/eix-sync"
+
+# do not synchronize (e.g. if PORTDIR is mounted read-only)
+#SYNC_CMD="/bin/true"
+
+# include a report of changed ebuilds
+#DIFF_CMD="/usr/bin/eix-sync -d"
+
+# emerge upgrade options
+UPGRADE_OPTS="--deep --update"
+
+# recipient for reports
+#RCPT=root@$(hostname -f)