aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gensync/bmg-main.syncsource')
-rw-r--r--src/gensync/bmg-main.syncsource18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/gensync/bmg-main.syncsource b/src/gensync/bmg-main.syncsource
new file mode 100644
index 0000000..8d74ca2
--- /dev/null
+++ b/src/gensync/bmg-main.syncsource
@@ -0,0 +1,18 @@
+
+# This id must be unique among all the ids in /etc/gensync/*.syncsource
+id="bmg-main"
+
+# This is a human-readable description of the source
+description="BreakMyGentoo main tree"
+
+# The rsync url
+rsync="rsync://rsync.breakmygentoo.net/bmg-overlay"
+
+# By default, the overlay directory is set to ${base_overlay}/${id},
+# where base_overlay is picked from /etc/gensync/gensync.conf
+#
+# You may specify a different relative path, such as
+overlay="bmg-main.alternative"
+#
+# Or an entirely new absolute path (remeber to create the path first)
+#overlay="/my/absolute/path"