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

« back to all changes in this revision

Viewing changes to lib/benl_clflags.ml

  • 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:
35
35
let mirror = mirror_binaries
36
36
let suite = ref "unstable"
37
37
let areas = ref ["main"; "contrib"; "non-free"]
 
38
let preferred_compression_format = ref Benl_compression.default
38
39
let quiet = ref false
39
40
 
40
41
let reset () =