[manjaro-dev] having minor issues with sonar profile

Philip Müller philm at manjaro.org
Mon Jan 25 20:11:22 CET 2016


Hi Kendell,

I've to see first what has changed within 0.10.1 and test the current
profiles once more. In the end we all want to have a proper release.

Also remember to use unstable branch for all your tests until a stable
update is out. Currently lot of changes were made to the repositories.

Also direct contact with the developers is also needed to narrow it
down. From our end sudo should work just fine.

Attached you find my manjaro-tools.conf file for sonar I'm currently
using. Since some new flags and options got added maybe compare yours
with the current example config shipped with 0.10.1 first.

Am 25.01.2016 um 20:02 schrieb kendell clark:
> hi
> Sure thing. Sorry if that message sounded accusatory at all, it wasn't
> meant to be. It was nearly 5 AM and I was in desperate need of sleep.
> Anyway, all I meant by that message was that I was trying to work out
> the final issues before releasing new images. I may have to file an orca
> bug against this calamares problem if I can't track it down. A couple of
> people have suggested trying gksudo but while the calamares window
> opens, orca still cannot see it. I'll keep looking to see if I can't
> track it down.
> Thanks
> Kendell clark

-------------- next part --------------
######################################################
################ manjaro-tools.conf ##################
######################################################

# default branch
branch=unstable

# default arch: auto detect
# arch=$(uname -m)

# cache dir where buildpkg, buildtree cache packages/pkgbuild, builiso iso files
# cache_dir=/var/cache/manjaro-tools

# build dir where buildpkg or buildiso chroots are created
# chroots_dir=/var/lib/manjaro-tools

# custom build mirror server
# build_mirror=http://mirror.netzspielplatz.de/manjaro/packages

################ buildtree ###############

# manjaro package tree
# repo_tree=('core' 'extra' 'community' 'multilib' 'openrc')

# host_tree=https://github.com/manjaro

# default https seems slow; try this
# host_tree_abs=git://projects.archlinux.org/svntogit

################ buildpkg ################

# default pkg buildset; name without .set extension
# buildset_pkg=default

################ buildiso ################

# the name of the profiles directory
# profile_repo='manjaro-tools-iso-profiles'

# default iso buildset; name without .set extension
# buildset_iso=default

# the dist name; default: Manjaro
dist_name="Sonar"

# the dist release; default: auto
dist_release=2016.1-dev

# the codename; defaults to value sourced from /etc/lsb-release
# dist_codename="Capella"

# the branding; default: auto
dist_branding="SNR"

# iso publisher
iso_publisher="The Sonar Linux project <http://www.sonargnulinux.com>"

# iso app id
iso_app_id="Sonar 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
# iso_compression=xz

# valid: md5, sha1, sha256, sha384, sha512
# iso_checksum=md5

# experimental; use overlayfs instead of aufs
# requires minimum 4.0 kernel on the build host and on iso in profile.conf
use_overlayfs="true"

################ deployiso ################

# the server url
# remote_url=sourceforge.net

# the server project
# remote_project=manjaro-testing

# the server home
# remote_target=/home/frs/project

# the server user
# remote_user=[SetUser]

# set upload bandwidth limit in kB/s
# limit=100


More information about the manjaro-dev mailing list