~ubuntu-branches/ubuntu/utopic/ben/utopic

« back to all changes in this revision

Viewing changes to examples/tracker/global.conf

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-08-31 23:15:45 UTC
  • mfrom: (1.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20140831231545-9798mxscfgc47m8k
Tags: 0.6.11.2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Show Ubuntu logo.
  - Allow configs to request the Packages/Sources files are not
    redownloaded (so that we can download once and for all at the start).
  - Add an Ubuntu template.
  - Tolerate templates with buildds or critical_bugs entries that return
    None.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
  "armhf";
15
15
  "hurd-i386";
16
16
  "i386";
17
 
  "ia64";
18
17
  "kfreebsd-amd64"; "kfreebsd-i386";
19
18
  "mips"; "mipsel";
20
19
  "powerpc";
21
 
  "s390"; "s390x";
 
20
  "s390x";
22
21
  "sparc" ];
23
22
 
24
23
# Architectures present in the list "ignored" are not taken into account
25
24
# when computing pourcentages for each transition.
26
 
ignored = [ "hurd-i386"; "armhf"; "s390x" ];
 
25
ignored = [ "hurd-i386" ];
27
26
 
28
27
# Configuration paths
29
28
# - base is where html files are produced into a subdir "html"
47
46
template = "debianrt";
48
47
use-projectb = true;
49
48
 
50
 
# - output-type sets output format to the format being specified. Valid
51
 
#   values here are: text, levels, and xhtml. Any invalid value will be
52
 
#   considered as xhtml.
53
 
output-type = "xhtml";
54
 
 
55
49
# There are other configuration variables like:
56
50
# - mirror-binaries mirror to be used to retreive Packages_* files
57
51
# - mirror-sources mirror to be used to retreive Sources_* files