profile.conf-+ manjaro-tools manjaro-tools.conf 5 manjaro-tools.conf general configuration file for manjaro-tools manjaro-tools.conf Description manjaro-tools.conf is a general configuration file for all manjaro-tools binaries. By default all the options in the file are commented, with a value equal to the default value. To change it just uncomment and put the desired value. General options for all tools The following options are understood and used for various tools: target_branch= Takes (the default), or . It defines against which repository will be used when compilling packages with buildpkg. target_arch= Takes or . By default it will try to autodetect the current architecture. It defines in witch architecture the packages will be built with buildpkg. cache_dir= Cache dir where buildpkg and buildise will cache packages. Default is "/var/cache/manjaro-tools". chroots_dir= Build dir where buildpkg or buildiso chroot environment will be created. Default is "/var/lib/manjaro-tools". log_dir= Log dir where buildiso log the build process. Default is "/var/log/manjaro-tools". build_mirror= Default mirror to be used when building packages. Options for buildtree The following options are understood: repo_tree= Manjaro package tree. Default is "('core' 'extra' 'community' 'multilib')". host_tree= Host tree. Default is "https://github.com/manjaro". host_tree_abs= Host tree for abs. Default is "https://projects.archlinux.org/git/svntogit". Options for buildpkg The following options are understood: build_list_pkg= Default list for buildpkg without the .list extension. Options for buildiso The following options are understood: build_list_iso= Default list for buildiso without the .list extension. dist_release= Release version of the distribution. dist_branding= Branding of the distribution. gpgkey= If the gpgkey is supplied, the sfs images on iso will be signed. If the key is left empty or commented, signing will be skipped. kernel= Takes a string corresponding to a manjaro kernel package (ex: linux318 for linux 3.18). Options for deployiso The following options are understood: account= Default user to be used for upload. ssh_agent=true|false When set true, the ssh-agent will be used to store the passphrase. alt_storage=true|false When set true deployiso will upload to OSDN's alternative server. Under some circumstances and depending on your location the connection might be more stable. project= Default OSDN project name to be used for upload. If unset, 'manjaro' or 'manjaro-community' will be determined automatically based on profile. limit= Default upload bandwidth limit in kb/s. tracker_url= Default tracker announce for the torrent. The tracker url can also contain comma separated urls. piece_size= Default priece size for the torrent in 2^n. See Also profiles.conf5, buildiso1, deployiso1, buildtree1, buildpkg1