Skip to content

Commit

Permalink
Strip down macports.conf for tests
Browse files Browse the repository at this point in the history
Only specify values that need to be different to the defaults.

(cherry picked from commit eb02ddf)
  • Loading branch information
jmroot committed Feb 17, 2017
1 parent 34c16b3 commit 9e75ff0
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions tests/test-macports.conf
Expand Up @@ -6,45 +6,9 @@ prefix /tmp/macports-tests/opt/local
# Where to store MacPorts working data
portdbpath /tmp/macports-tests/opt/local/var/macports

# Type of storage to use for the port registry information, "flat" or "sqlite"
portdbformat sqlite

# Where to find the sources list.
sources_conf /tmp/macports-tests/opt/local/etc/macports/sources.conf

# Where to find global variants definition file (optional)
#variants_conf /opt/local/etc/macports/variants.conf

# Type of binary archive packages to create when using archive mode
#
# Note: Multiple types ARE allowed and must be a colon or comma
# separated list of choices (NO spaces). Use of multiple types will
# cause archive creation to build all the specified types in one step.
# Unarchive uses multiple types as a search list to locate the archive,
# first archive to match one of the specified types in order is used.
#
# Supported types: tgz (default), tar, tbz, tbz2, xar, zip, cpgz, cpio
portarchivetype tbz

# Set whether to automatically execute "clean" after "install" of ports
portautoclean yes

# Rsync server to fetch MacPorts sources from
rsync_server rsync.macports.org

# Rsync directory from which to pull the base/ component (infrastructure) of MacPorts
rsync_dir macports/release/base/

# Rsync options
rsync_options -rtzvl --delete-after

# Options for generated startup items
# startupitem_type may be "default", "systemstarter", or "launchd";
# if the option is empty or "default" then a startupitem type appropriate
# to the platform will be chosen. Tiger will default to launchd, while
# older Mac OS X systems will default to systemstarter.
startupitem_type default

# Extra environment variables to keep. Any variables listed here are added
# to the list of variables that are not removed from the environment used
# while processing ports
Expand Down

0 comments on commit 9e75ff0

Please sign in to comment.