/etc/auto-patch-portage

Description

The auto-patch-portage configuration file, usually located at /etc/auto-patch-portage, contains the default settings used by the auto-patch-portage application.

Example

/etc/auto-patch-portage
# Location of the patch root
PATCHROOT=/mnt/repositories/live/patch-sets/hacking-gentoo

# Location of the portage tree to patch
PORTDIR=/mnt/repositories/testing/portage

# Source repository for the patch-sets
RSYNCREPO=rsync://rsync.mad-hacking.net/gentoo-patchset

# Options to use when running rsync
RSYNCOPTS="--quiet --archive --no-D --delete"
PATCHROOT
The PATCHROOT variable should be set to the location of the root path of the patch-set.
PORTDIR
When the auto-patch-portage application is run and no portage location is specified on the command line then the location specified here will be used as the target of the patch operation.
RSYNCREPO
The RSYNCREPO holds the location of the source repository for the patch-set. The default value specifies the Hacking Networked Solutions rsync server and should not need to be changed.
RSYNCOPTS
When the patch repository is synchronised with the source repository specified above the options set in the RSYNCOPTS variable passed to the rsync application.