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