diff options
author | fuzzyray <fuzzyray@gentoo.org> | 2009-04-30 21:52:45 +0000 |
---|---|---|
committer | fuzzyray <fuzzyray@gentoo.org> | 2009-04-30 21:52:45 +0000 |
commit | 86eaf5e03289e45a95514b4f6011157972016e9d (patch) | |
tree | c16903693f2030c7b01b346b29b265dc1a473888 /src/gensync/bmg-gnome-current.syncsource | |
parent | Fix has_key() deprecation message. (Bug #232797) (diff) | |
download | gentoolkit-86eaf5e03289e45a95514b4f6011157972016e9d.tar.gz gentoolkit-86eaf5e03289e45a95514b4f6011157972016e9d.tar.bz2 gentoolkit-86eaf5e03289e45a95514b4f6011157972016e9d.zip |
Tagging the gentoolkit-0.2.4 releasegentoolkit-0.2.4
svn path=/tags/gentoolkit-0.2.4/; revision=564
Diffstat (limited to 'src/gensync/bmg-gnome-current.syncsource')
-rw-r--r-- | src/gensync/bmg-gnome-current.syncsource | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/gensync/bmg-gnome-current.syncsource b/src/gensync/bmg-gnome-current.syncsource new file mode 100644 index 0000000..51dd908 --- /dev/null +++ b/src/gensync/bmg-gnome-current.syncsource @@ -0,0 +1,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" |