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