aboutsummaryrefslogtreecommitdiff
blob: 51dd9082deb220c8e4fb1212b16e7db1e37cfb3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This id must be unique among all the ids in /etc/gensync/*.syncsource
id="bmg-gnome-current"

# This is a human-readable description of the source
description="BreakMyGentoo GNOME current"

# The rsync url
rsync="rsync://rsync.breakmygentoo.net/gnome-current"

# 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-gnome-current.alternative"
#
# Or an entirely new absolute path (remeber to create the path first)
#overlay="/my/absolute/path"