- bump version to 0.130.1
[opensuse:osc.git] / tests / deletefile_fixtures / oscrc
1 [general]
2 # URL to access API server, e.g. https://api.opensuse.org
3 # you also need a section [https://api.opensuse.org] with the credentials
4 apiurl = http://localhost
5 # Downloaded packages are cached here. Must be writable by you.
6 #packagecachedir = /var/tmp/osbuild-packagecache
7 # Wrapper to call build as root (sudo, su -, ...)
8 #su-wrapper = su -c
9 # rootdir to setup the chroot environment
10 # can contain %(repo)s, %(arch)s, %(project)s and %(package)s for replacement, e.g.
11 # /srv/oscbuild/%(repo)s-%(arch)s or
12 # /srv/oscbuild/%(repo)s-%(arch)s-%(project)s-%(package)s
13 #build-root = /var/tmp/build-root
14 # compile with N jobs (default: "getconf _NPROCESSORS_ONLN")
15 #build-jobs = N
16 # build-type to use - values can be (depending on the capabilities of the 'build' script)
17 # empty    -  chroot build
18 # kvm      -  kvm VM build  (needs build-device, build-swap, build-memory)
19 # xen      -  xen VM build  (needs build-device, build-swap, build-memory)
20 #   experimental:
21 #     qemu -  qemu VM build
22 #     lxc  -  lxc build
23 #build-type =
24 # build-device is the disk-image file to use as root for VM builds
25 # e.g. /var/tmp/FILE.root
26 #build-device = /var/tmp/FILE.root
27 # build-swap is the disk-image to use as swap for VM builds
28 # e.g. /var/tmp/FILE.swap
29 #build-swap = /var/tmp/FILE.swap
30 # build-memory is the amount of memory used in the VM
31 # value in MB - e.g. 512
32 #build-memory = 512
33 # build-vmdisk-rootsize is the size of the disk-image used as root in a VM build
34 # values in MB - e.g. 4096
35 #build-vmdisk-rootsize = 4096
36 # build-vmdisk-swapsize is the size of the disk-image used as swap in a VM build
37 # values in MB - e.g. 1024
38 #build-vmdisk-swapsize = 1024
39 # Numeric uid:gid to assign to the "abuild" user in the build-root
40 # or "caller" to use the current users uid:gid
41 # This is convenient when sharing the buildroot with ordinary userids
42 # on the host.
43 # This should not be 0
44 # build-uid =
45 # extra packages to install when building packages locally (osc build)
46 # this corresponds to osc build's -x option and can be overridden with that
47 # -x '' can also be given on the command line to override this setting, or
48 # you can have an empty setting here.
49 #extra-pkgs = vim gdb strace
50 # build platform is used if the platform argument is omitted to osc build
51 #build_repository = openSUSE_Factory
52 # default project for getpac or bco
53 #getpac_default_project = openSUSE:Factory
54 # alternate filesystem layout: have multiple subdirs, where colons were.
55 #checkout_no_colon = 0
56 # local files to ignore with status, addremove, ....
57 #exclude_glob = .osc CVS .svn .* _linkerror *~ #*# *.orig *.bak *.changes.*
58 # keep passwords in plaintext. If you see this comment, your osc
59 # already uses the encrypted password, and only keeps them in plain text
60 # for backwards compatibility. Default will change to 0 in future releases.
61 # You can remove the plaintext password without harm, if you do not need
62 # backwards compatibility.
63 #plaintext_passwd = 1
64 # limit the age of requests shown with 'osc req list'.
65 # this is a default only, can be overridden by 'osc req list -D NNN'
66 # Use 0 for unlimted.
67 #request_list_days = 0
68 # show info useful for debugging
69 #debug = 1
70 # show HTTP traffic useful for debugging
71 #http_debug = 1
72 # Skip signature verification of packages used for build.
73 #no_verify = 1
74 # jump into the debugger in case of errors
75 #post_mortem = 1
76 # print call traces in case of errors
77 #traceback = 1
78 # use KDE/Gnome/MacOS/Windows keyring for credentials if available
79 #use_keyring = 1
80 # check for unversioned/removed files before commit
81 #check_filelist = 1
82 # check for pending requests after executing an action (e.g. checkout, update, commit)
83 #check_for_request_on_action = 0
84 # what to do with the source package if the submitrequest has been accepted. If
85 # nothing is specified the API default is used
86 #submitrequest_on_accept_action = cleanup|update|noupdate
87 #review requests interactively (default: off)
88 #request_show_review = 1
89 # Directory with executables to validate sources, esp before committing
90 #source_validator_directory = /usr/lib/osc/source_validators
91
92 [http://localhost]
93 user = Admin
94 pass = opensuse
95 passx = QlpoOTFBWSZTWeTSblkAAAGBgAIBygAgADDACGNEHxaYXckU4UJDk0m5ZA==
96 # set aliases for this apiurl
97 # aliases = foo, bar
98 # email used in .changes, unless the one from osc meta prj <user> will be used
99 # email =
100 # additional headers to pass to a request, e.g. for special authentication
101 #http_headers = Host: foofoobar,
102 #       User: mumblegack
103 # Force using of keyring for this API
104 #keyring = 1