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