summaryrefslogtreecommitdiff
path: root/trunk/src/gensync/bmg-main.syncsource
diff options
context:
space:
mode:
authorkarltk <karltk@gentoo.org>2004-02-27 10:17:14 +0000
committerkarltk <karltk@gentoo.org>2004-02-27 10:17:14 +0000
commit95490bd11fabf4a616c72c41c14a93a4bbb60181 (patch)
tree59bd02ff7cd77eae6551b2cce42bb071a2f66e56 /trunk/src/gensync/bmg-main.syncsource
parentbae7b3e9549d5c4fd55e93bc318d776908733ab7 (diff)
downloadgentoolkit-95490bd11fabf4a616c72c41c14a93a4bbb60181.tar.gz
Late commit...
svn path=/; revision=88
Diffstat (limited to 'trunk/src/gensync/bmg-main.syncsource')
-rw-r--r--trunk/src/gensync/bmg-main.syncsource18
1 files changed, 18 insertions, 0 deletions
diff --git a/trunk/src/gensync/bmg-main.syncsource b/trunk/src/gensync/bmg-main.syncsource
new file mode 100644
index 0000000..8d74ca2
--- /dev/null
+++ b/trunk/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"