From c148d80cb1996ee910db4e626c5fa7b032a82c5e Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 12 Jan 2012 17:26:41 +0100 Subject: [PATCH] update config file --- config/ezsync.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/ezsync.conf b/config/ezsync.conf index e69de29..4b507a0 100644 --- a/config/ezsync.conf +++ b/config/ezsync.conf @@ -0,0 +1,8 @@ +# These options specify a build Portage tree, which all the changes are made to, as well +# as a mainline Portage tree, which the major updates come from. Ordered parameters are: +# portage name = name of Portage tree (eg. gentoo-portage) +# sync protocol = protocol being used by repository (git, rsync, svn) +# remote address = the remote repository address to clone from and send commits to +# optional branch = in a non-bare repository, this is the branch that will be fetched +PORTAGE_BUILD=( "build-portage" "git" "git://git.mydomain.org/build-portage.git" "my_branch" ) +PORTAGE_MAINLINE=( "mainline-portage" "rsync" "rsync://rsync.mydomain.org/mainline-portage" "N/A" )