~fginther/+junk/jenkins-meta-build-system

« back to all changes in this revision

Viewing changes to tests/data/project_tests_missing_provides.cfg

  • Committer: Francis Ginther
  • Date: 2013-01-08 15:00:28 UTC
  • Revision ID: francis.ginther@canonical.com-20130108150028-8292gkn5m7ji54ab
Add MetaBuildSystem unit tests and preformed some minor refactoring and clean-up to improve testability.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[root]
 
2
root=unity
 
3
series=quantal
 
4
 
 
5
[global]
 
6
pbuilder_hooks=A00hook B01hook C02hook C00hook
 
7
local_archive=archive_name
 
8
local_archive_host=server_host
 
9
local_archive_login=server_login
 
10
local_archive_tmp=/tmp/archive
 
11
local_archive_source=http://test.server/
 
12
local_archive_pocket=quantal
 
13
ppa=ppa:test/ppa
 
14
 
 
15
[unity]
 
16
target_branch=lp:unity
 
17
packaging_branch=lp:ubuntu/unity
 
18
provides=unity-provides
 
19
requires=libzeitgeist-dev
 
20
 
 
21
[bamf]
 
22
target_branch=lp:bamf
 
23
packaging_branch=lp:ubuntu/bamf
 
24
provides=bamf-provides
 
25
 
 
26
[compiz]
 
27
target_branch=lp:compiz
 
28
packaging_branch=lp:ubuntu/compiz
 
29
provides=compiz-provides
 
30
 
 
31
[dee]
 
32
target_branch=lp:dee
 
33
packaging_branch=lp:ubuntu/dee
 
34
provides=dee-provides
 
35
 
 
36
[nux]
 
37
target_branch=lp:nux
 
38
packaging_branch=lp:ubuntu/nux
 
39
 
 
40
[zeitgeist]
 
41
target_branch=lp:zeitgeist
 
42
packaging_branch=lp:ubuntu/zeitgeist
 
43
provides=zeitgeist-provides
 
44