|
|
@ -16,7 +16,7 @@ MODULES_POSTCOMMIT="" |
|
|
|
# These options specify the 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) |
|
|
|
# sync protocol = protocol being used by repository (git, hg, 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 |
|
|
|
# NOTE: Not every protocol can be used for building Portage tree! |
|
|
@ -26,7 +26,7 @@ PORTAGE_MAINLINE=( "mainline-portage" "rsync" "rsync://rsync.mydomain.org/mainli |
|
|
|
# These defines the overlays that might be used later in a synchronization process. |
|
|
|
# Ordered parameters are: |
|
|
|
# overlay name = the overlay name (eg. regen2-overlay) |
|
|
|
# protocol used = protocol being used by repository (git, rsync, svn) |
|
|
|
# protocol used = protocol being used by repository (git, hg, 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 |
|
|
|
# files to copy = comma separated list of packages to merge, or ALL to merge every |
|
|
|