chiark / gitweb /
* cfg and adt-testreport-runloop: do not cd in config files.
[autopkgtest.git] / debian / changelog
1 autopkgtest (1.1.0~) unstable; urgency=low
2
3   * adt-testreport-runloop: manpage
4   * adt-testreport-runloop: better command line parsing
5   * adt-testreport-runloop: removed old lalonde junk
6   * adt-testreport-runloop: replaced `..._ok' vars with sentinel files
7   * hosts/chinstrap/update-suppressions: big comment
8   * adt-testreport-runloop: renamed from hosts/cadmium/lalonde-nightly
9   * hosts/cadmium/onepackage-config: set PATH (was in lalonde-nightly)
10   * adt-testreport-onepackage: many manpage improvements
11   * adt-testreport-runloop: add to Makefile
12   * hosts/* installed as examples with a big fat warning.
13   * adt-testreport-cronjob: renamed from hosts/cadmium/cronjob
14   * adt-testreport-runloop: copyright message.
15   * cfg and adt-testreport-runloop: do not cd in config files.
16   * hosts/cadmium/*, debian/rules: onepackage_config renamed to cfg.
17
18  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 18 Oct 2007 17:17:31 +0100
19
20 autopkgtest (1.0.9) unstable; urgency=low
21
22   * Separate email_sourcepackage_header and email_binarypackage_header
23     to allow us to properly file bugs in LP against binary packages built
24     from differently-named sources.
25   * adt-testreport-onepackage: Dump a logfile giving the scores and facts
26     used for package selection.
27   * adt-testreport-onepackage: Do not prefer packages whose source package
28     is listed in the suppressions file.
29   * hosts/cadmium/manual-test-one-binary: new testing script.
30   * hosts/cadmium/onepackage-config: explain about archive skew.
31   * adt-testreport-onepackage: nicer score logging re skip chars.
32   * adt-testreport-onepackage: skip emails if _source_ is suppresed.
33   * adt-testreport-onepackage etc.: new blacklist feature, and initially
34     blacklist ltsp-client{,-core}.
35   * adt-testreport-onepackage: limit log to 64K (32K head, 32K tail)
36     to avoid humungous bug reports which LP silently discards.
37   * hosts/cadmium/lalonde-nightly: check for testbed sentinel file
38     and stop if not present.
39
40  -- Ian Jackson <iwj@ubuntu.com>  Thu, 18 Oct 2007 11:56:51 +0100
41
42 autopkgtest (1.0.8) gutsy; urgency=low
43
44   * adt-run: pass -o Debug::pkgProblemResolver=true to apt & gdebi;
45     this improves dependency problem reporting.  (LP: #135581.)
46   * adt-testreport-onepackage: seddery the log to remove ctrl chars.
47     In particular, this gets rid of ^M's from apt which get corrupted
48     by email transport and thus break the email signatures.
49   * hosts/chinstrap/update-suppressions: pass -S to curl.
50   * hosts/{chinstrap,cadmium}/install-on-*: use --ubuntu branch.
51
52  -- Ian Jackson <iwj@ubuntu.com>  Wed, 19 Sep 2007 15:44:33 +0100
53
54 autopkgtest (1.0.7) gutsy; urgency=low
55
56   * Build properly with debian/copyright.
57
58  -- Ian Jackson <iwj@ubuntu.com>  Tue, 28 Aug 2007 18:16:35 +0100
59
60 autopkgtest (1.0.6) unstable; urgency=low
61
62   * Better changelog for 1.0.4.
63   * .bzrignore debian/copyright.
64
65  -- Ian Jackson <iwj@ubuntu.com>  Tue, 28 Aug 2007 18:08:46 +0100
66
67 autopkgtest (1.0.5) gutsy; urgency=low
68
69   * Generate debian/copyright file in source package.
70
71  -- Ian Jackson <iwj@ubuntu.com>  Tue, 28 Aug 2007 18:01:16 +0100
72
73 autopkgtest (1.0.4) gutsy; urgency=low
74
75   * adt-testreport-onepackage:
76     - Handling of source packages' Architecture: field corrected
77       so package selection works properly.
78     - Use ln -f when installing summary.
79     - Capability to suppress emails similar to ones already sent.
80     - Launchpad bug filing including PGP-signing, `affects' line, etc.
81     - Capability to suppress email for packages listed in a
82       suppression file.
83     - Better formatting and explanations in some emails.
84
85   * adt-run:
86     - Options for setting timeouts.
87     - Increase default timeouts 100s, 3ks, 10ks, 100ks.
88   
89   * hosts/chinstrap/*:
90      Screen-scrape Launchpad to get existing bugs and generate a suitable
91      suppression file so we file a bug iff there isn't one already. 
92   
93   * hosts/cadmium/*:
94      New directory for convenience scripts etc on Canonical buildd.
95
96  -- Ian Jackson <iwj@ubuntu.com>  Tue, 28 Aug 2007 17:42:13 +0100
97
98 autopkgtest (1.0.3) unstable; urgency=low
99
100   * Set LANG to C by default for commands (eg builds and tests) run on
101     testbed, and make this configurable.
102   * Make builds work again: Fix `cd *' in work.write (broken by
103     inclusion of `tmpdir' in that directory).
104   * adt-testreport-onepackage has better reporting for DC-running.
105   * Fix handling of non-.deb-producing source packages (eg, ones
106     which produce only .udebs).
107
108  -- Ian Jackson <iwj@ubuntu.com>  Mon, 16 Jul 2007 17:18:03 +0100
109
110 autopkgtest (1.0.2) unstable; urgency=low
111
112   * xenlvm command-line settings properly override config file
113     settings everywhere.
114   * Default value for adt_distro computed in time to be used for
115     default value for adt_play.
116   * Close fd 4 for lvm tools too (suppresses daft `File descriptor
117     left open' message).
118   * Change default lvm lv sizes and make documentation correspond
119     to reality.
120
121  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 13 Jul 2007 15:31:58 +0100
122
123 autopkgtest (1.0.1) unstable; urgency=low
124
125   * adt_debootstrap_opts mentioned in README and passable on
126     command lines, instead of unused adt_pbuilder_args.
127   * Dependency on pbuilder fixed; we use debootstrap, not pbuilder.
128
129  -- Ian Jackson <iwj@ubuntu.com>  Thu, 12 Jul 2007 16:54:47 +0100
130
131 autopkgtest (1.0.0) gutsy; urgency=low
132
133   * Locking: <play>.lock (unlinkable fcntl style) plus <play>/good
134     sentinel file.  This will avoid conflicts between simultaneous calls
135     to with-testbed and setup (and others).  The `with' mode of the userv
136     target is enhanced so that the caller can take out the lock and hold
137     it will starting and discarding the testbed more than once.
138
139  -- Ian Jackson <iwj@ubuntu.com>  Thu, 12 Jul 2007 15:01:35 +0100
140
141 autopkgtest (0.9.2) unreleased; urgency=low
142
143   * Really discard stderr from our ought-to-be-unnecessary
144     modprobe dm-snapshot.
145
146  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 12 Jul 2007 14:31:20 +0100
147
148 autopkgtest (0.9.1) gutsy; urgency=low
149
150   * autopkgtest-xenlvm declares that it Depends on dmsetup.
151   * Discard stderr from our ought-to-be-unnecessary modprobe dm-snapshot.
152   * New `console' mode for userv service.
153   * Move README.userv to autopkgtest-xenlvm package (and hence to
154     /usr/share/doc/autopkgtest-xenlvm).
155   * Do not mind if directory named by adt_modules doesn't exist - in
156     that case just don't copy any modules.
157   * Attempt to install libc6-xen in fixups-inside, rather than instructing
158     debootstrap to install it.  This makes us not mind if it's missing.
159
160  -- Ian Jackson <iwj@ubuntu.com>  Thu, 12 Jul 2007 09:50:13 +0100
161
162 autopkgtest (0.9.0) gutsy; urgency=low
163
164   New features:
165   * userv service for testbed invocation now provided and
166     at least somewhat tested, and useable by adt-virt-xenlvm.
167   * New print-execute-command command for virtualisation servers.
168   * New adt_sshauthkeys_hook config variable.
169   * pass count= to dd for erasure when lvm_erasebase=true.
170
171   Bugfixes:
172   * Fix filename pattern bug which can prevent automatic keypair
173     generation (false claim that privkey and pubkey do not match).
174   * Do not demand vg or distro information for initscript to work.
175   * export adt_* variable settings resulting from command-line
176     arguments so that subprocesses get them properly, and arrange
177     for the `defaults for simple settings' not to override environment
178     variables.
179   * suppress various variable settings' default computations (and
180     consequent failure if the default can't be established) when
181     processing config for the initscript.  The initscript does not
182     need per-testbed configuration options.
183   * close fd 8 when running vgdisplay (which avoids an annoying and
184     spurious warning from the lvm tools).
185
186   Packaging:
187   * autopkgtest-xenlvm now Recommends: lvm2 and debootstrap.
188   * autopkgtest Suggests curl (adt-testreport-onepackage needs it).
189
190   Portability:
191   * Check for udev persistent-net-generator and if enabled we
192     write a rune for eth0 for guest_macaddr into the RULES_FILE
193     specified in /lib/udev/write_net_rules.  (Needed for gutsy.)
194   * Remove iwj-specific stuff from adt-testreport-onepackage and put
195     it into onepackage-config with scary warnings to tell people to
196     edit the file.
197
198   Documentation:
199   * ip forwarding warning clarified.
200   * README documentation of default value for erasebase corrected.
201
202  -- Ian Jackson <iwj@ubuntu.com>  Tue,  3 Jul 2007 14:58:56 +0100
203
204 autopkgtest (0.8.2feisty1~iwj) feisty-updates; urgency=low
205
206   * Fix readconfig.in to set adt_$var rather than just $var.
207   * Use fd 8 for readconfig stdout parking rather than fd 10, to avoid
208     Debian #423400 (bash bug).
209   * Truncate files when writing them (copyup, copydown, etc) (!)
210   * Remove spurious \ from `do not know how to handle filename' message.
211   * Reset signal handlers in VirtSubproc cleanup.
212
213  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 17 May 2007 15:11:31 +0100
214
215 autopkgtest (0.8.2) gutsy unstable; urgency=low
216
217   * Fix fd handling to work around Python's habit of closing files
218     you specify in subprocess.Popen.
219   * Error handling bugfixes: say except (IOError,OSError) everywhere
220     rather than just one of those two; correct harmless bug in gpg key
221     generation error handling.
222   * Make adt-virt-null work properly (VirtSubProc runs `down' with
223     a single argument, so down must be sh -c and not []).
224   * In VirtSubProc close spurious copy of plumbing pipe, which prevents
225     certain hangs during error situations.
226   * Xen cleanup script runs dmsetup info / dmsetup remove several times
227     with some sleeps because xm destroy is not properly instantaneous.
228   * Fix handling of pre-built source trees.
229   * Fix cleanup handling not to delete tmpdir before resetting testbed's
230     apt.
231   
232  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 27 Apr 2007 16:06:15 +0100
233
234 autopkgtest (0.8.1) feisty; urgency=low
235
236   * Call dmsetup remove repeatedly instead of messing with udevsettle.
237     udevsettle doesn't always help with the dmsetup remove race.
238
239  -- Ian Jackson <iwj@ubuntu.com>  Wed,  4 Apr 2007 18:04:38 +0100
240
241 autopkgtest (0.8.0) feisty; urgency=low
242
243   * adt-run: new --instantiate option to allow package installation to be
244     forced for testing.  (This is not an ideal approach - it's not very
245     flexible - but works well enough for the current requirements.)
246   * adt-testreport-onepackage: new ability to test binary as well as
247     source packages, using new --instantiate option.
248   * new `timeout=' option on `execute' virt server command.
249   * set some default timeouts (these should be settable with options,
250     really).
251   * Default kernel image guesser is more sophisticated - now we look
252     for something that looks like a Xen kernel rather than guessing
253     from the filename since the filenames seem unstable.
254   * Default setting for adt_fw_allowglobalports is none.
255   * Set DEBIAN_FRONTEND=noninteractive.
256   * Run udevsettle after xm destroy but before dmsetup remove.
257   * Run sendmail -odi not -odq in adt-testreport-onepackage.
258   * Longer timeouts by default.
259   * Print `adt-run: trace' for trace output.
260   * Show all apt stdout (including dpkg stdout) in contemporaneous trace.
261   
262  -- Ian Jackson <iwj@ubuntu.com>  Tue,  3 Apr 2007 20:08:13 +0100
263
264 autopkgtest (0.7.2) feisty; urgency=low
265
266   * adt-testreport-onepackage: new management script, with some
267     example config files onepackage-config and ubuntu-config.
268   * Fixed quite a few bugs in adt-run.
269   * Made adt_distro xenlvm config var settable.
270   * Fixed various packaging problems.
271
272  -- Ian Jackson <iwj@ubuntu.com>  Thu,  8 Mar 2007 14:54:33 +0000
273
274 autopkgtest (0.7.1) feisty; urgency=low
275
276   * Actually ship README.* files.
277   * Manpage for adt-virt-xenlvm.
278   * New adt-virt-null.
279
280  -- Ian Jackson <iwj@ubuntu.com>  Mon, 26 Feb 2007 16:34:41 +0000
281
282 autopkgtest (0.7.0) feisty; urgency=low
283
284   * Many new features, including:
285     - Xen virtualisation service works
286     - Can build packages as necessary
287     - Many bugfixes.
288     - Documentation (moved from the wiki).
289
290  -- Ian Jackson <iwj@ubuntu.com>  Thu, 22 Feb 2007 20:10:30 +0000
291
292 autopkgtest (0.6.1) edgy; urgency=low
293
294   * autopkgtest-xenlvm: filter output from debootstrap to make
295     the amount of output more reasonable.  set -o pipefail.
296     Create a timestamp file on image creation.  Warn if ipv4
297     forwarding is turned off.
298   * Add missing file `xen/justconfig' to bzr.
299   * Fix typo in usage message in adt-virt-chroot.
300
301  -- Ian Jackson <iwj@ubuntu.com>  Wed, 11 Oct 2006 15:42:18 +0100
302
303 autopkgtest (0.6.0) edgy; urgency=low
304
305   * autopkgtest-xenlvm: new package with Xen/LVM management
306     scripts productised.  Not yet glued into autopkgtest proper.
307
308  -- Ian Jackson <iwj@ubuntu.com>  Fri,  6 Oct 2006 20:45:41 +0100
309
310 autopkgtest (0.5.3) dapper; urgency=low
311
312   * Rename package autodebtest => autopkgtest.
313   * Remove a leftover debugging print from adt-virt-chroot.
314
315  -- Ian Jackson <iwj@ubuntu.com>  Tue,  7 Feb 2006 18:02:08 +0000
316
317 autodebtest (0.5.2) dapper; urgency=low
318
319   * New --output-dir option to adt-run.
320   * Bugfixes (including new mandatory cwd argument to `execute'
321     virt server command).
322
323  -- Ian Jackson <iwj@ubuntu.com>  Thu,  2 Feb 2006 19:44:18 +0000
324
325 autodebtest (0.5.1) dapper; urgency=low
326
327   * Manpages and minor fixes.
328
329  -- Ian Jackson <iwj@ubuntu.com>  Tue, 24 Jan 2006 18:37:46 +0000
330
331 autodebtest (0.5.0) unstable; urgency=low
332
333   * Initial release of (still largely proof-of-concept) automatic binary
334     package testing framework.
335
336  -- Ian Jackson <iwj@ubuntu.com>  Fri, 20 Jan 2006 17:56:55 +0000