# using proto (http|https) 
#proto=https

# server
#server=abf.rosa.ru

# owner of repo (user name or group name)
#owner=import

# default branch
#branch=rosa2012.1

# default remote
#remote=origin

# by defaylt no auth
#auth=
# insecure:
#auth=user:password
# more secure, but very-very uncomfortable:
#auth=user

# name of abf yml file to store sha1sums
#abfyml=".abf.yml"

# write buildlog (any, even empty value, cancels log creation)
#buildlog=yes

# do restore after clone (always,ask,none)
#restore=always

# limit rows of "status" output
#rows=4

# interval (in seconds) to refresh "status" output.
# set it to 0 (refresh=0) to disable continuous refreshing and run "status"
# only once
#refresh=120

# path to spec skeleton
#defaultspec=/usr/share/abb/spek.skel

# build arch
#arch="i586,x86_64"

# platform
#platform="rosa2012.1"

# repos to include from platform (f.e. "repos=main,contrib")
#repos=

# update type (security bugfix enhancement recommended newpackage)
#updatetype=security

# hash of commit to remote build
#commit=

# auto publish (true|false)
#publish=false

# repo to save
# in form "platform/repo"
# f.e.:
# "username_personal/main" (simply "personal")
# "rosa2012.1/contrib" (simply "rosa2012.1"
# if project default repo is "contrib" for platform "rosa2012.1")
#reposave=

# server api part
#serverapi=api/v1
