~ps-jenkins/ubuntu-system-image/ubuntu-utopic-proposed

« back to all changes in this revision

Viewing changes to systemimage/tests/data/config_02.ini

  • Committer: Barry Warsaw
  • Date: 2013-06-27 20:36:19 UTC
  • Revision ID: barry@python.org-20130627203619-r57dgtr6fmilh0tu
 * Fix distutils packaging bugs exposed by Debian packaging work.
 * Rename 'resolver' package to 'systemimage' and script to
   /usr/bin/system-image-cli (LP: #1193142)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
channel: stable
15
15
device: nexus7
16
16
build_file: /etc/ubuntu-build
17
 
tempdir: /var/tmp/resolver
 
17
tempdir: /var/tmp/system-image-update
18
18
 
19
19
 
20
20
[gpg]
30
30
 
31
31
 
32
32
[hooks]
33
 
scorer: resolver.scores.WeightedScorer
34
 
reboot: resolver.tests.reboot.TestableReboot
 
33
scorer: systemimage.scores.WeightedScorer
 
34
reboot: systemimage.tests.reboot.TestableReboot