manjaro-tools/data/manjaro-tools.conf

89 lines
2.2 KiB
Text
Raw Normal View History

######################################################
################ manjaro-tools.conf ##################
######################################################
2014-12-03 22:59:30 +01:00
# default target branch
# target_branch=stable
2014-12-03 22:59:30 +01:00
# default taget arch: auto detect
# target_arch=$(uname -m)
2014-12-05 18:42:35 +01:00
2015-11-02 18:43:31 +01:00
# cache dir where buildpkg, buildtree cache packages/pkgbuild, builiso iso files
# cache_dir=/var/cache/manjaro-tools
2015-05-21 22:42:40 +02:00
# build dir where buildpkg or buildiso chroots are created
# chroots_dir=/var/lib/manjaro-tools
# log dir where log files are created
# log_dir='/var/log/manjaro-tools'
# custom build mirror server
# build_mirror=http://mirror.netzspielplatz.de/manjaro/packages
2015-01-19 04:22:02 +01:00
################ buildtree ###############
# manjaro package tree
# repo_tree=('core' 'extra' 'community' 'multilib' 'openrc')
# host_tree=https://github.com/manjaro
2015-06-11 23:48:20 +02:00
# default https seems slow; try this
# host_tree_abs=git://projects.archlinux.org/svntogit
2015-01-19 04:22:02 +01:00
2015-01-12 18:05:45 +01:00
################ buildpkg ################
2014-10-04 00:46:40 +02:00
2016-06-09 18:03:38 +02:00
# default pkg build list; name without .list extension
# build_list_pkg=default
2014-11-26 15:53:19 +01:00
2015-01-12 18:05:45 +01:00
################ buildiso ################
2014-12-03 22:59:30 +01:00
2015-12-27 12:29:04 +01:00
# the name of the profiles directory
# profile_repo='manjaro-tools-iso-profiles'
2016-06-09 18:03:38 +02:00
# default iso build list; name without .list extension
# build_list_iso=default
2014-12-16 03:38:05 +01:00
2015-12-27 12:29:04 +01:00
# the dist name; default: Manjaro
2015-03-05 10:53:10 +01:00
# dist_name="Manjaro"
2014-12-03 22:59:30 +01:00
2015-12-27 12:29:04 +01:00
# the dist release; default: auto
2016-06-07 14:55:15 +02:00
# dist_release=16.06
2014-12-03 22:59:30 +01:00
2015-12-27 12:29:04 +01:00
# the codename; defaults to value sourced from /etc/lsb-release
2016-06-07 14:55:15 +02:00
# dist_codename="Daniella"
2015-03-03 02:37:49 +01:00
2015-12-27 12:29:04 +01:00
# the branding; default: auto
2015-03-05 10:53:10 +01:00
# dist_branding="MJRO"
2014-12-03 22:59:30 +01:00
2015-05-21 22:42:40 +02:00
# iso publisher
2015-05-11 12:47:02 +02:00
# iso_publisher="Manjaro Linux <http://www.manjaro.org>"
2015-05-21 22:42:40 +02:00
# iso app id
2015-05-11 12:47:02 +02:00
# iso_app_id="Manjaro Linux Live/Rescue CD"
# compression used, possible values xz (default, best compression), gzip, lzma, lzo, lz4
# lz4 is faster but worst compression, may be useful for locally testing isos
2015-03-05 10:53:10 +01:00
# iso_compression=xz
2015-01-12 18:05:45 +01:00
# valid: md5, sha1, sha256, sha384, sha512
2015-03-05 10:53:10 +01:00
# iso_checksum=md5
2015-06-25 00:17:43 +02:00
# possible values: openrc,systemd
# initsys="systemd"
# unset defaults to given value
# kernel="linux44"
2015-06-25 00:17:43 +02:00
# experimental; use overlayfs instead of aufs
2015-06-25 18:00:45 +02:00
# requires minimum 4.0 kernel on the build host and on iso in profile.conf
2015-06-25 10:00:39 +02:00
# use_overlayfs="false"
2015-11-11 11:11:23 +01:00
################ deployiso ################
2015-11-13 12:30:54 +01:00
# the server user
# remote_user=[SetUser]
2015-11-24 16:58:40 +01:00
# set upload bandwidth limit in kB/s
# limit=100