annotate demo.cfg @ 440:383d23c6bfde

Merged revisions 346-386 via svnmerge from svn+ssh://svn.wald.intevation.org/treepkg/branches/treepkg-status ........ r346 | bricks | 2010-07-07 17:40:48 +0200 (Mi, 07 Jul 2010) | 2 lines added classed for treepkg status xml generation ........ r347 | bricks | 2010-07-08 12:07:39 +0200 (Do, 08 Jul 2010) | 10 lines renamed new status dir to info because of a naming conflict with status.py let the user specify a treepkg name in the config the name is propagated to PackagerGroup [treepkg] name: <treepkgname> becomes: pg = PackagerGroup(...) pg.name ........ r348 | bricks | 2010-07-08 15:25:07 +0200 (Do, 08 Jul 2010) | 3 lines moved test file to test main dir fixed missing : after def statement ........ r349 | bricks | 2010-07-08 17:59:52 +0200 (Do, 08 Jul 2010) | 2 lines added treepkg_dir andd tracks_dir attributes to PackageGroup ........ r350 | bricks | 2010-07-08 18:00:32 +0200 (Do, 08 Jul 2010) | 2 lines changed <millpath> to <trackspath> ........ r351 | bricks | 2010-07-08 18:08:39 +0200 (Do, 08 Jul 2010) | 2 lines check if config file exists to get usefull error output ........ r352 | bricks | 2010-07-08 18:11:13 +0200 (Do, 08 Jul 2010) | 2 lines write first info about tracks ........ r353 | bricks | 2010-07-09 12:20:49 +0200 (Fr, 09 Jul 2010) | 2 lines get all log files ........ r354 | bricks | 2010-07-09 14:42:42 +0200 (Fr, 09 Jul 2010) | 2 lines added md5sum function ........ r355 | bricks | 2010-07-09 15:15:15 +0200 (Fr, 09 Jul 2010) | 4 lines implemented nearly all info only arch and os info are missing ........ r356 | bricks | 2010-07-09 16:19:17 +0200 (Fr, 09 Jul 2010) | 2 lines Bugfix: source was not defined ........ r357 | bricks | 2010-07-09 16:44:52 +0200 (Fr, 09 Jul 2010) | 3 lines fixed some typos added missing add_checksum methond ........ r358 | bricks | 2010-07-09 17:06:15 +0200 (Fr, 09 Jul 2010) | 2 lines fixed status line for revision ........ r359 | bricks | 2010-07-12 14:10:34 +0200 (Mo, 12 Jul 2010) | 2 lines let the user specify num revisions that should be shown in the info ........ r360 | bricks | 2010-07-12 14:21:39 +0200 (Mo, 12 Jul 2010) | 2 lines missed in last commit ........ r361 | bricks | 2010-07-12 17:06:22 +0200 (Mo, 12 Jul 2010) | 2 lines add os config statement ........ r362 | bricks | 2010-07-12 17:47:42 +0200 (Mo, 12 Jul 2010) | 3 lines moved packages and logs to revision tag implemented os and arch info ........ r363 | bricks | 2010-07-13 14:23:28 +0200 (Di, 13 Jul 2010) | 2 lines updated test readconfig for os config variable ........ r364 | bricks | 2010-07-13 14:24:14 +0200 (Di, 13 Jul 2010) | 2 lines moved common publish functions to a seperate module ........ r365 | bricks | 2010-07-13 16:26:11 +0200 (Di, 13 Jul 2010) | 2 lines moved arch info to each package info ........ r366 | bricks | 2010-07-13 18:46:17 +0200 (Di, 13 Jul 2010) | 2 lines inital checkin for new publishpackages processing ........ r367 | bricks | 2010-07-21 17:52:15 +0200 (Mi, 21 Jul 2010) | 2 lines implemented parsing from xml string ........ r368 | bricks | 2010-07-22 12:17:42 +0200 (Do, 22 Jul 2010) | 2 lines copy binary-all packages in all binary-xyz dirs ........ r369 | bricks | 2010-07-22 12:26:40 +0200 (Do, 22 Jul 2010) | 2 lines fixed small bugs ........ r370 | bricks | 2010-07-22 13:02:36 +0200 (Do, 22 Jul 2010) | 2 lines added a new root element which is called TreepkgRoot for Treepkg Info classes ........ r371 | bricks | 2010-07-22 13:09:52 +0200 (Do, 22 Jul 2010) | 3 lines fixed some small issues remember: run pychecker BEFORE the commit ........ r372 | bricks | 2010-07-22 18:01:43 +0200 (Do, 22 Jul 2010) | 2 lines improved publishdebianpackages and fixed a lot of bugs in the xml info parsing part ........ r373 | bricks | 2010-07-23 18:40:38 +0200 (Fr, 23 Jul 2010) | 2 lines implemented CacheDb to store copied Packages from build host ........ r374 | bricks | 2010-07-26 10:28:48 +0200 (Mo, 26 Jul 2010) | 2 lines moved data handling in publishdebianpackages into seperate module ........ r375 | bricks | 2010-07-26 11:42:07 +0200 (Mo, 26 Jul 2010) | 2 lines fixed some typos ........ r376 | bricks | 2010-07-26 12:12:40 +0200 (Mo, 26 Jul 2010) | 2 lines first version of incremental copying debian packages to cachedir ........ r377 | bricks | 2010-07-26 14:58:50 +0200 (Mo, 26 Jul 2010) | 2 lines incremental copying only changed debian packages ........ r378 | bricks | 2010-07-26 15:39:10 +0200 (Mo, 26 Jul 2010) | 3 lines use md5 instead of hashlib module (md5 is deprecated in favour of hashlib in python 2.5) ........ r379 | bricks | 2010-07-26 15:46:19 +0200 (Mo, 26 Jul 2010) | 2 lines make treepkg compatible to python 2.4 ........ r380 | bricks | 2010-07-26 15:50:49 +0200 (Mo, 26 Jul 2010) | 2 lines fixed last commit (db instead of sqlite3) ........ r381 | bricks | 2010-07-27 10:54:15 +0200 (Di, 27 Jul 2010) | 2 lines fixed wrong import statement ........ r382 | bricks | 2010-07-27 10:54:34 +0200 (Di, 27 Jul 2010) | 2 lines removed unnecessary debug output ........ r383 | bricks | 2010-07-27 18:28:22 +0200 (Di, 27 Jul 2010) | 2 lines check if upload hook is empty ........ r384 | bricks | 2010-07-28 09:35:21 +0200 (Mi, 28 Jul 2010) | 2 lines run rsync only an arch dirs that are present in the current treepkg ........ r385 | bricks | 2010-07-28 09:35:54 +0200 (Mi, 28 Jul 2010) | 2 lines add helper tool to list content of a cache db ........ r386 | bricks | 2010-07-28 10:33:48 +0200 (Mi, 28 Jul 2010) | 3 lines fixed a typo regex fails if option is empty ........
author Bjoern Ricks <bricks@intevation.de>
date Fri, 06 Aug 2010 13:28:47 +0000
parents 2995f3042f82
children 5fda6768bef6
rev   line source
1
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
1 [DEFAULT]
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
2 # the default section provides defaults for the other sections. Also,
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
3 # other sections can use the values here in interpolations.
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
4
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
5 # The basedir to use for interpolations in other sections
180
12e4efd5cc74 Update demo.cfg with better defaults and a new paragraph for the
Bernhard Herzog <bh@intevation.de>
parents: 133
diff changeset
6 treepkg_dir: /home/builder/mill
12e4efd5cc74 Update demo.cfg with better defaults and a new paragraph for the
Bernhard Herzog <bh@intevation.de>
parents: 133
diff changeset
7
12e4efd5cc74 Update demo.cfg with better defaults and a new paragraph for the
Bernhard Herzog <bh@intevation.de>
parents: 133
diff changeset
8 # basedir for the packager track subdirectories
12e4efd5cc74 Update demo.cfg with better defaults and a new paragraph for the
Bernhard Herzog <bh@intevation.de>
parents: 133
diff changeset
9 tracks_dir: %(treepkg_dir)s/tracks
1
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
10
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
11 # The command to use to gain the permissions to execute pbuilder. The
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
12 # default is sudo. The actual command line used to run pbuilder is
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
13 # root_cmd followed by the pbuilder command line. With the default it
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
14 # is something like
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
15 #
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
16 # sudo pbuilder build <name-of-dsc-file>
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
17 #
2
e6a9f4037f68 readconfig.py is smarter now about conversions and supports shlex
Bernhard Herzog <bh@intevation.de>
parents: 1
diff changeset
18 # The value of this option is split into words with the python function
e6a9f4037f68 readconfig.py is smarter now about conversions and supports shlex
Bernhard Herzog <bh@intevation.de>
parents: 1
diff changeset
19 # shlex.split. See the python documentation for the precise semantics.
103
4224f0bf2168 fix typos
Bernhard Herzog <bh@intevation.de>
parents: 93
diff changeset
20 # shlex.split works pretty much like a POSIX shell but it doesn't
4224f0bf2168 fix typos
Bernhard Herzog <bh@intevation.de>
parents: 93
diff changeset
21 # perform any expansions.
1
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
22 #
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
23 # Set an empty value to indicate that no special command is needed.
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
24 #
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
25 # You can override this in the pkg_ sections if you need package
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
26 # specific values
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
27 root_cmd: sudo
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
28
380
2995f3042f82 Added a comment in the demo.cfg about the builder_cls option to switch the
Andre Heinecke <aheinecke@intevation.de>
parents: 344
diff changeset
29 # The builder class to use. With this option you can configure the
2995f3042f82 Added a comment in the demo.cfg about the builder_cls option to switch the
Andre Heinecke <aheinecke@intevation.de>
parents: 344
diff changeset
30 # "build-backend" to be used. Currently supported are pbuilder and
2995f3042f82 Added a comment in the demo.cfg about the builder_cls option to switch the
Andre Heinecke <aheinecke@intevation.de>
parents: 344
diff changeset
31 # sdbmock.
2995f3042f82 Added a comment in the demo.cfg about the builder_cls option to switch the
Andre Heinecke <aheinecke@intevation.de>
parents: 344
diff changeset
32 # Default is PBuilder
2995f3042f82 Added a comment in the demo.cfg about the builder_cls option to switch the
Andre Heinecke <aheinecke@intevation.de>
parents: 344
diff changeset
33 # builder_cls: sdbmock
2995f3042f82 Added a comment in the demo.cfg about the builder_cls option to switch the
Andre Heinecke <aheinecke@intevation.de>
parents: 344
diff changeset
34
344
f06f707d9fda merged branches/scratchbox into trunk
Bjoern Ricks <bricks@intevation.de>
parents: 298
diff changeset
35 # The builder config file to use. It should be an absolute filename.
47
2802be410156 add config options pbuilderrc and use it when calling pbuilder
Bernhard Herzog <bh@intevation.de>
parents: 6
diff changeset
36 # The script initpbuilder.py can create it and the rest of the pbuilder
2802be410156 add config options pbuilderrc and use it when calling pbuilder
Bernhard Herzog <bh@intevation.de>
parents: 6
diff changeset
37 # files and directories. You can override this in the pkg_ sections for
344
f06f707d9fda merged branches/scratchbox into trunk
Bjoern Ricks <bricks@intevation.de>
parents: 298
diff changeset
38 # individual packagers if necessary. You will have to adapt e.g. pbuilder
47
2802be410156 add config options pbuilderrc and use it when calling pbuilder
Bernhard Herzog <bh@intevation.de>
parents: 6
diff changeset
39 # yourself, then, though.
344
f06f707d9fda merged branches/scratchbox into trunk
Bjoern Ricks <bricks@intevation.de>
parents: 298
diff changeset
40 builderconfig: %(treepkg_dir)s/pbuilder/pbuilderrc
47
2802be410156 add config options pbuilderrc and use it when calling pbuilder
Bernhard Herzog <bh@intevation.de>
parents: 6
diff changeset
41
2802be410156 add config options pbuilderrc and use it when calling pbuilder
Bernhard Herzog <bh@intevation.de>
parents: 6
diff changeset
42
1
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
43 # Email address and name to use as the packager in the debian packages.
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
44 # You can override this in the pkg_ sections if you need package
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
45 # specific values
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
46 deb_email: packager@example.com
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
47 deb_fullname: Sample Packager
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
48
298
e9d5b44f8f52 Add a paragraph about the new option deb_build_options to demo.cfg.
Bernhard Herzog <bh@intevation.de>
parents: 295
diff changeset
49 # specify debian build options. The value specified here will be passed
e9d5b44f8f52 Add a paragraph about the new option deb_build_options to demo.cfg.
Bernhard Herzog <bh@intevation.de>
parents: 295
diff changeset
50 # through to the build process in the environment variable
e9d5b44f8f52 Add a paragraph about the new option deb_build_options to demo.cfg.
Bernhard Herzog <bh@intevation.de>
parents: 295
diff changeset
51 # DEB_BUILD_OPTIONS. You can override the value in the pkg_ sections.
e9d5b44f8f52 Add a paragraph about the new option deb_build_options to demo.cfg.
Bernhard Herzog <bh@intevation.de>
parents: 295
diff changeset
52 #
e9d5b44f8f52 Add a paragraph about the new option deb_build_options to demo.cfg.
Bernhard Herzog <bh@intevation.de>
parents: 295
diff changeset
53 # For example, you can use the following setting to indicate to the
e9d5b44f8f52 Add a paragraph about the new option deb_build_options to demo.cfg.
Bernhard Herzog <bh@intevation.de>
parents: 295
diff changeset
54 # build process that make should use two processes in parallel when
e9d5b44f8f52 Add a paragraph about the new option deb_build_options to demo.cfg.
Bernhard Herzog <bh@intevation.de>
parents: 295
diff changeset
55 # building the software:
e9d5b44f8f52 Add a paragraph about the new option deb_build_options to demo.cfg.
Bernhard Herzog <bh@intevation.de>
parents: 295
diff changeset
56 #
e9d5b44f8f52 Add a paragraph about the new option deb_build_options to demo.cfg.
Bernhard Herzog <bh@intevation.de>
parents: 295
diff changeset
57 # deb_build_options: parallel=2
e9d5b44f8f52 Add a paragraph about the new option deb_build_options to demo.cfg.
Bernhard Herzog <bh@intevation.de>
parents: 295
diff changeset
58 #
e9d5b44f8f52 Add a paragraph about the new option deb_build_options to demo.cfg.
Bernhard Herzog <bh@intevation.de>
parents: 295
diff changeset
59 # Note: When using pbuilder via sudo (see root_cmd option) make sure
e9d5b44f8f52 Add a paragraph about the new option deb_build_options to demo.cfg.
Bernhard Herzog <bh@intevation.de>
parents: 295
diff changeset
60 # that sudo does not strip DEB_BUILD_OPTIONS and DEB_BUILD_PARALLEL from
e9d5b44f8f52 Add a paragraph about the new option deb_build_options to demo.cfg.
Bernhard Herzog <bh@intevation.de>
parents: 295
diff changeset
61 # the environment (the latter variable is needed for packages that use
e9d5b44f8f52 Add a paragraph about the new option deb_build_options to demo.cfg.
Bernhard Herzog <bh@intevation.de>
parents: 295
diff changeset
62 # cdbs, it's automatically set by the tree packager).
e9d5b44f8f52 Add a paragraph about the new option deb_build_options to demo.cfg.
Bernhard Herzog <bh@intevation.de>
parents: 295
diff changeset
63 #deb_build_options:
e9d5b44f8f52 Add a paragraph about the new option deb_build_options to demo.cfg.
Bernhard Herzog <bh@intevation.de>
parents: 295
diff changeset
64
294
aed96809160c Update the sample configuration
Bernhard Herzog <bh@intevation.de>
parents: 291
diff changeset
65 # Template for the package revision. The template should include the
aed96809160c Update the sample configuration
Bernhard Herzog <bh@intevation.de>
parents: 291
diff changeset
66 # specifier "%(pkg_revision)d" which will be replaced by the revision
aed96809160c Update the sample configuration
Bernhard Herzog <bh@intevation.de>
parents: 291
diff changeset
67 # number of the package (usually 1). Note, that since the format used
aed96809160c Update the sample configuration
Bernhard Herzog <bh@intevation.de>
parents: 291
diff changeset
68 # by the config file also uses %-based interpolation the %-character has
aed96809160c Update the sample configuration
Bernhard Herzog <bh@intevation.de>
parents: 291
diff changeset
69 # to be doubled.
aed96809160c Update the sample configuration
Bernhard Herzog <bh@intevation.de>
parents: 291
diff changeset
70 # E. g. with a prefix "treepkg%(pkg_revision)d", the default, a
aed96809160c Update the sample configuration
Bernhard Herzog <bh@intevation.de>
parents: 291
diff changeset
71 # generated package might be named foo_1.0-treepkg1_all.deb
295
dcdf23dece2d Correct the update of the sample configuration
Bernhard Herzog <bh@intevation.de>
parents: 294
diff changeset
72 pkg_revision_template: treepkg%%(pkg_revision)d
93
73c67372c7f7 Make the prefix used in the debian revision number configurable.
Bernhard Herzog <bh@intevation.de>
parents: 92
diff changeset
73
291
7b00edc5bf66 fix typo
Bernhard Herzog <bh@intevation.de>
parents: 257
diff changeset
74 # Whether to handle dependencies between packagers. This is useful if
7b00edc5bf66 fix typo
Bernhard Herzog <bh@intevation.de>
parents: 257
diff changeset
75 # the tree packager is to build a library and a program using the
7b00edc5bf66 fix typo
Bernhard Herzog <bh@intevation.de>
parents: 257
diff changeset
76 # library, each with their own debian source packages and repositories.
7b00edc5bf66 fix typo
Bernhard Herzog <bh@intevation.de>
parents: 257
diff changeset
77 # With dependency handling the library will always be updated before the
133
a13850c3be85 Update demo.cfg: add option for dependency handling, adapt
Bernhard Herzog <bh@intevation.de>
parents: 130
diff changeset
78 # program and the binary packages of the library will be made available
a13850c3be85 Update demo.cfg: add option for dependency handling, adapt
Bernhard Herzog <bh@intevation.de>
parents: 130
diff changeset
79 # to the pbuilder instance, so that the program will be built against
a13850c3be85 Update demo.cfg: add option for dependency handling, adapt
Bernhard Herzog <bh@intevation.de>
parents: 130
diff changeset
80 # them.
a13850c3be85 Update demo.cfg: add option for dependency handling, adapt
Bernhard Herzog <bh@intevation.de>
parents: 130
diff changeset
81 # You can override this in the pkg_ sections if you need package
a13850c3be85 Update demo.cfg: add option for dependency handling, adapt
Bernhard Herzog <bh@intevation.de>
parents: 130
diff changeset
82 # specific values
a13850c3be85 Update demo.cfg: add option for dependency handling, adapt
Bernhard Herzog <bh@intevation.de>
parents: 130
diff changeset
83 handle_dependencies: False
a13850c3be85 Update demo.cfg: add option for dependency handling, adapt
Bernhard Herzog <bh@intevation.de>
parents: 130
diff changeset
84
1
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
85
180
12e4efd5cc74 Update demo.cfg with better defaults and a new paragraph for the
Bernhard Herzog <bh@intevation.de>
parents: 133
diff changeset
86 # Uncomment and insert the ID of the key with which to sign .dsc, .changes the
12e4efd5cc74 Update demo.cfg with better defaults and a new paragraph for the
Bernhard Herzog <bh@intevation.de>
parents: 133
diff changeset
87 # Release file in the pbuilder's extra-pkg directory.
12e4efd5cc74 Update demo.cfg with better defaults and a new paragraph for the
Bernhard Herzog <bh@intevation.de>
parents: 133
diff changeset
88 # You can override this in the pkg_ sections if you need package
12e4efd5cc74 Update demo.cfg with better defaults and a new paragraph for the
Bernhard Herzog <bh@intevation.de>
parents: 133
diff changeset
89 # specific values
12e4efd5cc74 Update demo.cfg with better defaults and a new paragraph for the
Bernhard Herzog <bh@intevation.de>
parents: 133
diff changeset
90 #signing_key_id:
12e4efd5cc74 Update demo.cfg with better defaults and a new paragraph for the
Bernhard Herzog <bh@intevation.de>
parents: 133
diff changeset
91
12e4efd5cc74 Update demo.cfg with better defaults and a new paragraph for the
Bernhard Herzog <bh@intevation.de>
parents: 133
diff changeset
92
1
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
93 [treepkg]
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
94 # Section for general tree packager configuration
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
95
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
96 # Interval in seconds between checks for updates
180
12e4efd5cc74 Update demo.cfg with better defaults and a new paragraph for the
Bernhard Herzog <bh@intevation.de>
parents: 133
diff changeset
97 check_interval: 3600
1
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
98
92
1c74e3b56a63 Add instructions_file setting to demo.cfg
Bernhard Herzog <bh@intevation.de>
parents: 47
diff changeset
99 # file used to communicate instructions to a running tree packager
1c74e3b56a63 Add instructions_file setting to demo.cfg
Bernhard Herzog <bh@intevation.de>
parents: 47
diff changeset
100 instructions_file: %(treepkg_dir)s/instructions
1c74e3b56a63 Add instructions_file setting to demo.cfg
Bernhard Herzog <bh@intevation.de>
parents: 47
diff changeset
101
1
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
102
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
103 [pkg_kdepim]
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
104 # Sections with names starting with "pkg_" define the configuration for
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
105 # a package.
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
106
3
7e9db903ba16 more infos about svn_url
Bernhard Herzog <bh@intevation.de>
parents: 2
diff changeset
107 # The SVN URL to check out for packaging. Will only be used for the
7e9db903ba16 more infos about svn_url
Bernhard Herzog <bh@intevation.de>
parents: 2
diff changeset
108 # initial checkout
1
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
109 svn_url: svn://anonsvn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
110
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
111 # The directory under which the packager directory structure will be
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
112 # created.
180
12e4efd5cc74 Update demo.cfg with better defaults and a new paragraph for the
Bernhard Herzog <bh@intevation.de>
parents: 133
diff changeset
113 base_dir: %(tracks_dir)s/kdepim
1
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
114
6
38330d45047f Adapt demo.cfg to the new packager classes
Bernhard Herzog <bh@intevation.de>
parents: 3
diff changeset
115 # The packager class defines how the packaging works. The
38330d45047f Adapt demo.cfg to the new packager classes
Bernhard Herzog <bh@intevation.de>
parents: 3
diff changeset
116 # enterprise.kdepim class knows how to package the enterprise branch of
38330d45047f Adapt demo.cfg to the new packager classes
Bernhard Herzog <bh@intevation.de>
parents: 3
diff changeset
117 # KDE-PIM.
133
a13850c3be85 Update demo.cfg: add option for dependency handling, adapt
Bernhard Herzog <bh@intevation.de>
parents: 130
diff changeset
118 packager_class: recipes.kde_enterprise_3_5.kdepim
6
38330d45047f Adapt demo.cfg to the new packager classes
Bernhard Herzog <bh@intevation.de>
parents: 3
diff changeset
119
1
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
120 # Required fields for a pkg_ section inherited from the DEFAULT section
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
121 # in this example: root_cmd deb_email deb_fullname
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
122
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
123 # An additional option, name, is inferred from the section name. Its
02d5702314a3 add demo.cfg
Bernhard Herzog <bh@intevation.de>
parents:
diff changeset
124 # value is the part of the section name after the pkg_ prefix.
6
38330d45047f Adapt demo.cfg to the new packager classes
Bernhard Herzog <bh@intevation.de>
parents: 3
diff changeset
125
38330d45047f Adapt demo.cfg to the new packager classes
Bernhard Herzog <bh@intevation.de>
parents: 3
diff changeset
126
104
c0c93d242438 Better default values for the kde-i18n section of demo.cfg
Bernhard Herzog <bh@intevation.de>
parents: 103
diff changeset
127 [pkg_kde-i18n]
6
38330d45047f Adapt demo.cfg to the new packager classes
Bernhard Herzog <bh@intevation.de>
parents: 3
diff changeset
128 # Another packager. This one for the the localizations. This packager
130
84a1716827f8 Fix typo in comment in demo.cfg
Bernhard Herzog <bh@intevation.de>
parents: 104
diff changeset
129 # requires an additional parameter, orig_tarball.
6
38330d45047f Adapt demo.cfg to the new packager classes
Bernhard Herzog <bh@intevation.de>
parents: 3
diff changeset
130 svn_url: svn://anonsvn.kde.org/home/kde/branches/kdepim/enterprise/kde-l10n
180
12e4efd5cc74 Update demo.cfg with better defaults and a new paragraph for the
Bernhard Herzog <bh@intevation.de>
parents: 133
diff changeset
131 base_dir: %(tracks_dir)s/kde-i18n
104
c0c93d242438 Better default values for the kde-i18n section of demo.cfg
Bernhard Herzog <bh@intevation.de>
parents: 103
diff changeset
132 orig_tarball: %(base_dir)s/kde-i18n-de-3.5.5.tar.bz2
6
38330d45047f Adapt demo.cfg to the new packager classes
Bernhard Herzog <bh@intevation.de>
parents: 3
diff changeset
133
133
a13850c3be85 Update demo.cfg: add option for dependency handling, adapt
Bernhard Herzog <bh@intevation.de>
parents: 130
diff changeset
134 packager_class: recipes.kde_enterprise_3_5.kde_i18n
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)