File: small

package info (click to toggle)
open-build-service 2.9.4-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 30,552 kB
  • sloc: ruby: 73,389; perl: 51,999; xml: 9,782; sh: 5,540; javascript: 2,743; sql: 1,232; python: 435; makefile: 229; cpp: 46
file content (24 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

<worker hostarch="i586" workerid="small">
  <buildarch>i586</buildarch>
  <hostlabel>small_label</hostlabel>
  <hostlabel>junk_label</hostlabel>
  <hostlabel>more_junk_label</hostlabel>
  <sandbox>chroot</sandbox>

  <linux>
      <version>1.0</version>
      <flavor>default</flavor>
  </linux>

  <hardware>
    <cpu>
      <flag>mmx</flag>
    </cpu>
    <processors>1</processors>
    <memory>64</memory>
    <swap>512</swap>
    <disk>2048</disk>
  </hardware>
</worker>