-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabbrc
73 lines (53 loc) · 1.39 KB
/
abbrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# using proto (http|https|ssh)
proto=ssh
# server
#server=abf.io
# 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
# rebuild a package with all its reverse dependencies (true|false)
#withrequired=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