chiark / gitweb /
autopkgtest spec: document (XS-)Testsuite header
[autopkgtest.git] / debian / changelog
1 autopkgtest (2.2.1) UNRELEASED; urgency=low
2
3   [ Stefano Zacchiroli ]
4   * specification: document (XS-)Testsuite source header
5     Closes: #679097
6
7  -- Stefano Zacchiroli <zack@debian.org>  Tue, 26 Jun 2012 13:55:31 +0200
8
9 autopkgtest (2.2.0) unstable; urgency=low
10
11   * Provide tests with ADTTMP rather than TMPDIR.
12
13     Well, actually, that's just according to the spec.  In reality, for
14     backward compatibity, we provide each test script with both (pointing
15     to different directories so that tests don't need to worry about
16     possible filename clashes between ADTTMP and TMPDIR).
17
18  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 15 Jun 2012 02:05:54 +0100
19
20 autopkgtest (2.1.0) unstable; urgency=low
21
22   Bugfixes:
23   * Remove our strange apt config on exit.
24     Partial fix to #648142, from Timo Lindfors.
25   * Suppress apt-listbugs and apt-listchanges.  Michael Prokop.
26   * Fix parsing of "@" dependencies.  Colin Watson.  Closes: #667022.
27   * Fix NameError re "f" in restriction parsing.
28     Martin Pitt.  Closes: #647882.
29   * Improve handling of schroot root-users and root-groups.
30     Colin Watson.  Closes: #667001.
31   * Correctly handle quoting of copyup/copydown filenames.  Fixes
32     but where we couldn't cope with packages' filenames containing
33     + and ~.  Report from Martin Pitt.  Closes: #648161.
34
35   Documentation fixes:
36   * Clarify the spec to say that copyup/down takes encoded filenames.
37   * Fix the spec to refer to `breaks-testbed' rather than `breaks-computer'.
38     Report from Jakub Wilk.  Closes: #669721.
39   * Manpage should refer to `*' in tests file's Depends field, not `@'.
40     Report from Jakub Wilk.  Closes: #670648.
41
42   Packaging fixes:
43   * Add Recommends against pbuilder, whose dependency resolver adt-run
44     uses.
45   * Remove runner/tmp on debian/rules clean, and add it to .gitignore,
46     for convenience.
47
48  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 11 Jun 2012 02:05:49 +0100
49
50 autopkgtest (2.0.1) unstable; urgency=medium
51
52   * Bugfixes:
53     - Python backtrace (no method "bomb") on bad tests/control syntax.
54     - Permit tests/control fields with medial capital letters.
55     - Do not duplicate previous stanzas (closes: #637333).
56     - Make adt-run --quiet work (closes: #637350).
57     - Make "build-needed" restriction work (closes: #637353).
58     - Fix a debugging message which was spuriously sent to stderr.
59   * Change Maintainer to the new list and move me to Uploaders.
60
61  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 27 Aug 2011 11:21:29 +0100
62
63 autopkgtest (2.0.0) unstable; urgency=medium
64
65   * Incompatible test declaration spec changes:
66      - no-build-needed is now the default; build-needed is a Restriction
67        that tests which need it have to declare.
68   * Incompatible virtualisation server spec changes:
69      - print-execute-command replaced by print-{auxverb,shscript}-command.
70      - "revert" capability split into "revert" and "revert-full-system"
71   * New adt-virt-schroot for driving schroot.  Sorry, no manpage yet.
72   * New README.schroot-setup.
73   * Remove dependency on python in testbed.
74   * Update python version to 2.6.
75   * Spec wording improvements, clarifications, editorial changes, etc.
76   * Many bugfixes, including:
77     - replace Python string exceptions (closes:#585226).
78     - fix some broken formatting in adt-run manpage (closes:#636034).
79     - fix adt-virt-chroot for simple chroots (closes:#520066).
80
81  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 30 Jul 2011 17:57:27 +0100
82
83 autopkgtest (1.2.0~) unstable; urgency=low
84
85   * adt-xenlvm-*: support for swap, defaulting to 5G.
86     This will break existing setups with insufficient LVM space.
87   * adt-xenlvm-*: allow specification of LVM PVs to use.
88   * remove spurious mkdir of empty variable $snap.
89   * hosts/magrathea/*: setup as working for initial tests.
90   * adt-xenlvm-with-testbed: sleep 1 after xm destroy, which is racy.
91   * Fix a few other bugs from deployment in 2008.
92
93  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 27 Aug 2008 22:12:13 +0100
94
95 autopkgtest (1.1.1~) unstable; urgency=low
96
97   * adt-xenlvm-setup: new hooks for xmdomain config file.
98   * hosts/cadmium/update-suppression: really do not install empty file.
99   * allow suppresspackages and blacklist lists to contain more
100     information after some whitespace
101   * adt-openbugs-*: new machinery for working with debbugs.
102   * hosts/magrathea/*: work-in-progress configuration
103   * Add Recommends against apt-utils.
104   * hosts/cadmium/crontab: savelog -c7 not savelog -n7
105   * hosts/{cadmium,chinstrap}/crontab: set MAILTO
106   * adt-testreport-cronjob: make executable.
107
108  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 26 Oct 2007 18:12:32 +0100
109
110 autopkgtest (1.1.0) unreleased; urgency=low
111
112   * adt-testreport-runloop: manpage
113   * adt-testreport-runloop: better command line parsing
114   * adt-testreport-runloop: removed old lalonde junk
115   * adt-testreport-runloop: replaced `..._ok' vars with sentinel files
116   * hosts/chinstrap/update-suppressions: big comment
117   * adt-testreport-runloop: renamed from hosts/cadmium/lalonde-nightly
118   * hosts/cadmium/onepackage-config: set PATH (was in lalonde-nightly)
119   * adt-testreport-onepackage: many manpage improvements
120   * adt-testreport-runloop: add to Makefile
121   * hosts/* installed as examples with a big fat warning.
122   * adt-testreport-cronjob: renamed from hosts/cadmium/cronjob
123   * adt-testreport-runloop: copyright message.
124   * cfg and adt-testreport-runloop: do not cd in config files.
125   * adt-testreport-runloop: fix handling of test_classes (was xoptslist)
126   * hosts/cadmium/*, debian/rules: onepackage_config renamed to cfg.
127
128  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 18 Oct 2007 17:17:31 +0100
129
130 autopkgtest (1.0.9) unstable; urgency=low
131
132   * Separate email_sourcepackage_header and email_binarypackage_header
133     to allow us to properly file bugs in LP against binary packages built
134     from differently-named sources.
135   * adt-testreport-onepackage: Dump a logfile giving the scores and facts
136     used for package selection.
137   * adt-testreport-onepackage: Do not prefer packages whose source package
138     is listed in the suppressions file.
139   * hosts/cadmium/manual-test-one-binary: new testing script.
140   * hosts/cadmium/onepackage-config: explain about archive skew.
141   * adt-testreport-onepackage: nicer score logging re skip chars.
142   * adt-testreport-onepackage: skip emails if _source_ is suppresed.
143   * adt-testreport-onepackage etc.: new blacklist feature, and initially
144     blacklist ltsp-client{,-core}.
145   * adt-testreport-onepackage: limit log to 64K (32K head, 32K tail)
146     to avoid humungous bug reports which LP silently discards.
147   * hosts/cadmium/lalonde-nightly: check for testbed sentinel file
148     and stop if not present.
149
150  -- Ian Jackson <iwj@ubuntu.com>  Thu, 18 Oct 2007 11:56:51 +0100
151
152 autopkgtest (1.0.8) gutsy; urgency=low
153
154   * adt-run: pass -o Debug::pkgProblemResolver=true to apt & gdebi;
155     this improves dependency problem reporting.  (LP: #135581.)
156   * adt-testreport-onepackage: seddery the log to remove ctrl chars.
157     In particular, this gets rid of ^M's from apt which get corrupted
158     by email transport and thus break the email signatures.
159   * hosts/chinstrap/update-suppressions: pass -S to curl.
160   * hosts/{chinstrap,cadmium}/install-on-*: use --ubuntu branch.
161
162  -- Ian Jackson <iwj@ubuntu.com>  Wed, 19 Sep 2007 15:44:33 +0100
163
164 autopkgtest (1.0.7) gutsy; urgency=low
165
166   * Build properly with debian/copyright.
167
168  -- Ian Jackson <iwj@ubuntu.com>  Tue, 28 Aug 2007 18:16:35 +0100
169
170 autopkgtest (1.0.6) unstable; urgency=low
171
172   * Better changelog for 1.0.4.
173   * .bzrignore debian/copyright.
174
175  -- Ian Jackson <iwj@ubuntu.com>  Tue, 28 Aug 2007 18:08:46 +0100
176
177 autopkgtest (1.0.5) gutsy; urgency=low
178
179   * Generate debian/copyright file in source package.
180
181  -- Ian Jackson <iwj@ubuntu.com>  Tue, 28 Aug 2007 18:01:16 +0100
182
183 autopkgtest (1.0.4) gutsy; urgency=low
184
185   * adt-testreport-onepackage:
186     - Handling of source packages' Architecture: field corrected
187       so package selection works properly.
188     - Use ln -f when installing summary.
189     - Capability to suppress emails similar to ones already sent.
190     - Launchpad bug filing including PGP-signing, `affects' line, etc.
191     - Capability to suppress email for packages listed in a
192       suppression file.
193     - Better formatting and explanations in some emails.
194
195   * adt-run:
196     - Options for setting timeouts.
197     - Increase default timeouts 100s, 3ks, 10ks, 100ks.
198   
199   * hosts/chinstrap/*:
200      Screen-scrape Launchpad to get existing bugs and generate a suitable
201      suppression file so we file a bug iff there isn't one already. 
202   
203   * hosts/cadmium/*:
204      New directory for convenience scripts etc on Canonical buildd.
205
206  -- Ian Jackson <iwj@ubuntu.com>  Tue, 28 Aug 2007 17:42:13 +0100
207
208 autopkgtest (1.0.3) unstable; urgency=low
209
210   * Set LANG to C by default for commands (eg builds and tests) run on
211     testbed, and make this configurable.
212   * Make builds work again: Fix `cd *' in work.write (broken by
213     inclusion of `tmpdir' in that directory).
214   * adt-testreport-onepackage has better reporting for DC-running.
215   * Fix handling of non-.deb-producing source packages (eg, ones
216     which produce only .udebs).
217
218  -- Ian Jackson <iwj@ubuntu.com>  Mon, 16 Jul 2007 17:18:03 +0100
219
220 autopkgtest (1.0.2) unstable; urgency=low
221
222   * xenlvm command-line settings properly override config file
223     settings everywhere.
224   * Default value for adt_distro computed in time to be used for
225     default value for adt_play.
226   * Close fd 4 for lvm tools too (suppresses daft `File descriptor
227     left open' message).
228   * Change default lvm lv sizes and make documentation correspond
229     to reality.
230
231  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 13 Jul 2007 15:31:58 +0100
232
233 autopkgtest (1.0.1) unstable; urgency=low
234
235   * adt_debootstrap_opts mentioned in README and passable on
236     command lines, instead of unused adt_pbuilder_args.
237   * Dependency on pbuilder fixed; we use debootstrap, not pbuilder.
238
239  -- Ian Jackson <iwj@ubuntu.com>  Thu, 12 Jul 2007 16:54:47 +0100
240
241 autopkgtest (1.0.0) gutsy; urgency=low
242
243   * Locking: <play>.lock (unlinkable fcntl style) plus <play>/good
244     sentinel file.  This will avoid conflicts between simultaneous calls
245     to with-testbed and setup (and others).  The `with' mode of the userv
246     target is enhanced so that the caller can take out the lock and hold
247     it will starting and discarding the testbed more than once.
248
249  -- Ian Jackson <iwj@ubuntu.com>  Thu, 12 Jul 2007 15:01:35 +0100
250
251 autopkgtest (0.9.2) unreleased; urgency=low
252
253   * Really discard stderr from our ought-to-be-unnecessary
254     modprobe dm-snapshot.
255
256  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 12 Jul 2007 14:31:20 +0100
257
258 autopkgtest (0.9.1) gutsy; urgency=low
259
260   * autopkgtest-xenlvm declares that it Depends on dmsetup.
261   * Discard stderr from our ought-to-be-unnecessary modprobe dm-snapshot.
262   * New `console' mode for userv service.
263   * Move README.userv to autopkgtest-xenlvm package (and hence to
264     /usr/share/doc/autopkgtest-xenlvm).
265   * Do not mind if directory named by adt_modules doesn't exist - in
266     that case just don't copy any modules.
267   * Attempt to install libc6-xen in fixups-inside, rather than instructing
268     debootstrap to install it.  This makes us not mind if it's missing.
269
270  -- Ian Jackson <iwj@ubuntu.com>  Thu, 12 Jul 2007 09:50:13 +0100
271
272 autopkgtest (0.9.0) gutsy; urgency=low
273
274   New features:
275   * userv service for testbed invocation now provided and
276     at least somewhat tested, and useable by adt-virt-xenlvm.
277   * New print-execute-command command for virtualisation servers.
278   * New adt_sshauthkeys_hook config variable.
279   * pass count= to dd for erasure when lvm_erasebase=true.
280
281   Bugfixes:
282   * Fix filename pattern bug which can prevent automatic keypair
283     generation (false claim that privkey and pubkey do not match).
284   * Do not demand vg or distro information for initscript to work.
285   * export adt_* variable settings resulting from command-line
286     arguments so that subprocesses get them properly, and arrange
287     for the `defaults for simple settings' not to override environment
288     variables.
289   * suppress various variable settings' default computations (and
290     consequent failure if the default can't be established) when
291     processing config for the initscript.  The initscript does not
292     need per-testbed configuration options.
293   * close fd 8 when running vgdisplay (which avoids an annoying and
294     spurious warning from the lvm tools).
295
296   Packaging:
297   * autopkgtest-xenlvm now Recommends: lvm2 and debootstrap.
298   * autopkgtest Suggests curl (adt-testreport-onepackage needs it).
299
300   Portability:
301   * Check for udev persistent-net-generator and if enabled we
302     write a rune for eth0 for guest_macaddr into the RULES_FILE
303     specified in /lib/udev/write_net_rules.  (Needed for gutsy.)
304   * Remove iwj-specific stuff from adt-testreport-onepackage and put
305     it into onepackage-config with scary warnings to tell people to
306     edit the file.
307
308   Documentation:
309   * ip forwarding warning clarified.
310   * README documentation of default value for erasebase corrected.
311
312  -- Ian Jackson <iwj@ubuntu.com>  Tue,  3 Jul 2007 14:58:56 +0100
313
314 autopkgtest (0.8.2feisty1~iwj) feisty-updates; urgency=low
315
316   * Fix readconfig.in to set adt_$var rather than just $var.
317   * Use fd 8 for readconfig stdout parking rather than fd 10, to avoid
318     Debian #423400 (bash bug).
319   * Truncate files when writing them (copyup, copydown, etc) (!)
320   * Remove spurious \ from `do not know how to handle filename' message.
321   * Reset signal handlers in VirtSubproc cleanup.
322
323  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 17 May 2007 15:11:31 +0100
324
325 autopkgtest (0.8.2) gutsy unstable; urgency=low
326
327   * Fix fd handling to work around Python's habit of closing files
328     you specify in subprocess.Popen.
329   * Error handling bugfixes: say except (IOError,OSError) everywhere
330     rather than just one of those two; correct harmless bug in gpg key
331     generation error handling.
332   * Make adt-virt-null work properly (VirtSubProc runs `down' with
333     a single argument, so down must be sh -c and not []).
334   * In VirtSubProc close spurious copy of plumbing pipe, which prevents
335     certain hangs during error situations.
336   * Xen cleanup script runs dmsetup info / dmsetup remove several times
337     with some sleeps because xm destroy is not properly instantaneous.
338   * Fix handling of pre-built source trees.
339   * Fix cleanup handling not to delete tmpdir before resetting testbed's
340     apt.
341   
342  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 27 Apr 2007 16:06:15 +0100
343
344 autopkgtest (0.8.1) feisty; urgency=low
345
346   * Call dmsetup remove repeatedly instead of messing with udevsettle.
347     udevsettle doesn't always help with the dmsetup remove race.
348
349  -- Ian Jackson <iwj@ubuntu.com>  Wed,  4 Apr 2007 18:04:38 +0100
350
351 autopkgtest (0.8.0) feisty; urgency=low
352
353   * adt-run: new --instantiate option to allow package installation to be
354     forced for testing.  (This is not an ideal approach - it's not very
355     flexible - but works well enough for the current requirements.)
356   * adt-testreport-onepackage: new ability to test binary as well as
357     source packages, using new --instantiate option.
358   * new `timeout=' option on `execute' virt server command.
359   * set some default timeouts (these should be settable with options,
360     really).
361   * Default kernel image guesser is more sophisticated - now we look
362     for something that looks like a Xen kernel rather than guessing
363     from the filename since the filenames seem unstable.
364   * Default setting for adt_fw_allowglobalports is none.
365   * Set DEBIAN_FRONTEND=noninteractive.
366   * Run udevsettle after xm destroy but before dmsetup remove.
367   * Run sendmail -odi not -odq in adt-testreport-onepackage.
368   * Longer timeouts by default.
369   * Print `adt-run: trace' for trace output.
370   * Show all apt stdout (including dpkg stdout) in contemporaneous trace.
371   
372  -- Ian Jackson <iwj@ubuntu.com>  Tue,  3 Apr 2007 20:08:13 +0100
373
374 autopkgtest (0.7.2) feisty; urgency=low
375
376   * adt-testreport-onepackage: new management script, with some
377     example config files onepackage-config and ubuntu-config.
378   * Fixed quite a few bugs in adt-run.
379   * Made adt_distro xenlvm config var settable.
380   * Fixed various packaging problems.
381
382  -- Ian Jackson <iwj@ubuntu.com>  Thu,  8 Mar 2007 14:54:33 +0000
383
384 autopkgtest (0.7.1) feisty; urgency=low
385
386   * Actually ship README.* files.
387   * Manpage for adt-virt-xenlvm.
388   * New adt-virt-null.
389
390  -- Ian Jackson <iwj@ubuntu.com>  Mon, 26 Feb 2007 16:34:41 +0000
391
392 autopkgtest (0.7.0) feisty; urgency=low
393
394   * Many new features, including:
395     - Xen virtualisation service works
396     - Can build packages as necessary
397     - Many bugfixes.
398     - Documentation (moved from the wiki).
399
400  -- Ian Jackson <iwj@ubuntu.com>  Thu, 22 Feb 2007 20:10:30 +0000
401
402 autopkgtest (0.6.1) edgy; urgency=low
403
404   * autopkgtest-xenlvm: filter output from debootstrap to make
405     the amount of output more reasonable.  set -o pipefail.
406     Create a timestamp file on image creation.  Warn if ipv4
407     forwarding is turned off.
408   * Add missing file `xen/justconfig' to bzr.
409   * Fix typo in usage message in adt-virt-chroot.
410
411  -- Ian Jackson <iwj@ubuntu.com>  Wed, 11 Oct 2006 15:42:18 +0100
412
413 autopkgtest (0.6.0) edgy; urgency=low
414
415   * autopkgtest-xenlvm: new package with Xen/LVM management
416     scripts productised.  Not yet glued into autopkgtest proper.
417
418  -- Ian Jackson <iwj@ubuntu.com>  Fri,  6 Oct 2006 20:45:41 +0100
419
420 autopkgtest (0.5.3) dapper; urgency=low
421
422   * Rename package autodebtest => autopkgtest.
423   * Remove a leftover debugging print from adt-virt-chroot.
424
425  -- Ian Jackson <iwj@ubuntu.com>  Tue,  7 Feb 2006 18:02:08 +0000
426
427 autodebtest (0.5.2) dapper; urgency=low
428
429   * New --output-dir option to adt-run.
430   * Bugfixes (including new mandatory cwd argument to `execute'
431     virt server command).
432
433  -- Ian Jackson <iwj@ubuntu.com>  Thu,  2 Feb 2006 19:44:18 +0000
434
435 autodebtest (0.5.1) dapper; urgency=low
436
437   * Manpages and minor fixes.
438
439  -- Ian Jackson <iwj@ubuntu.com>  Tue, 24 Jan 2006 18:37:46 +0000
440
441 autodebtest (0.5.0) unstable; urgency=low
442
443   * Initial release of (still largely proof-of-concept) automatic binary
444     package testing framework.
445
446  -- Ian Jackson <iwj@ubuntu.com>  Fri, 20 Jan 2006 17:56:55 +0000