Axel Beckert
2a9fdc71e7
Release as 4.8 and upload to unstable as 4.8-1
2019-02-09 01:57:46 +01:00
Axel Beckert
ac55fba904
Mention netplan.io also in NEWS.markdown
2019-02-08 22:23:40 +01:00
Axel Beckert
2a476d1037
More Markdown formatting
2019-02-08 17:42:40 +01:00
Axel Beckert
19f30610a5
Proper Markdown formatting
2019-02-08 17:40:27 +01:00
Axel Beckert
a8df6e002f
distributions.conf now supports arbitrary keyring files
...
Any tag ending in ".gpg" will be considered to be the according
keyring file in /usr/share/keyrings/. This is at least needed for some
Ubuntu releases which were eol'ed in the past few years, especially
because Ubuntu split up their keyrings much more finegrained than just
"archive" and "archive-removed-keys".
2019-02-08 17:37:11 +01:00
Axel Beckert
f50d1e37a2
Only run xen-toolstack helper script if both, xm and xl are present
...
Avoids warning about deprecated helper script.
2019-02-07 16:26:06 +01:00
Axel Beckert
4872d18989
Many improvements for the release-testing script
...
* Don't abort on first failure, but log it and print a summary at the
end.
* Allow to choose which distributions to test via environment variable
$DISTRIBUTIONS.
* Don't overwrite log files from previous runs. Add a time stamp to
the log file name instead.
2019-02-07 13:21:07 +01:00
Axel Beckert
1a5fd541cd
Drop pygrub path detection from xm.tmpl
...
Xen prefers a path-less bootloader='pygrub'.
2019-02-07 03:28:54 +01:00
Axel Beckert
26427c9dc8
Set Ubuntu fallback suite to the latest LTS, i.e. 18.04 Bionic
2019-02-07 02:52:29 +01:00
Axel Beckert
5c76eb1a7d
Migrate httpredir.debian.org → deb.debian.org
2019-02-07 02:50:20 +01:00
Axel Beckert
76221f5999
Add changelog items for previous commit
2019-02-04 02:04:21 +01:00
Axel Beckert
3daa69256b
Add changelog items for previous commit
2019-02-04 01:25:19 +01:00
Axel Beckert
9ee1f63705
Create hooks/artful with new 40-setup-networking-deb-netplan
...
Since Ubuntu 17.10 Artful, Ubuntu has decided to use netplan instead
of ifupdown.
40-setup-networking-deb-netplan has been contributed by Arno and Peter.
(see https://github.com/xen-tools/xen-tools/issues/51#issuecomment-412019510 )
Closes xen-tools/xen-tools#51 .
Since we have to make a variant of hooks/karmic/ as hook/artful/,
rename hooks/karmic/80-install-kernel (which previously was unique to
hooks/karmic/) to hooks/common/80-install-kernel-ubuntu and add
symlinks to it from hooks/karmic/ and hook/artful/.
2019-02-03 23:30:45 +01:00
Axel Beckert
cfd4406a93
Add preliminary support for future Debian and recent Ubuntu releases
...
Partially addresses GH #51
2019-02-03 22:50:36 +01:00
Axel Beckert
f1052fcdaa
Add changelog and NEWS entries for Yuri's pull-request #42
2019-02-03 17:41:09 +01:00
Axel Beckert
1ad05c0d66
Mention ZFS support in changelog and NEWS, bump version to 4.8 (unreleased)
2019-02-03 17:32:29 +01:00
Axel Beckert
326bd72ebb
Also fix wrong bug number for #849867 in upstream changelog
2017-01-23 01:39:23 +01:00
Axel Beckert
b7e8fafcb1
Release as xen-tools 4.7
...
Also upload to Debian as 4.7-1.
2017-01-23 00:41:40 +01:00
Axel Beckert
0317940815
release-testing: Further mitigate LVM race conditions by using xen-delete-image
2017-01-17 20:46:44 +01:00
Axel Beckert
d315f17eff
Work around LVM related race condition when using --force with LVM
...
If an "lvremove" is immediately followed by an "lvcreate" for an LV
with the same name, "mkswap" (and maybe other commands) occasionally
fail with "Device or resource busy".
Work around it by using sync and sleep.
2017-01-17 20:44:34 +01:00
Axel Beckert
9c0086120f
List new distributions.conf keywords explicitly
2017-01-17 20:44:34 +01:00
Axel Beckert
76aabb0eb5
Declare testability in distributions.conf instead of hardcoding it
...
Mark buster and bullseye as not testable, too, for now.
Move comment about #659360 (debootstrap cannot build Ubuntu Edgy or
earlier) from release-testing to distributions.conf, too.
2017-01-17 20:44:19 +01:00
Axel Beckert
126d0ad5bc
release-testing: Use "set -e" instead of "|| break"
2017-01-17 17:44:05 +01:00
Axel Beckert
5b8ef34ee6
Use per-test-unique host names
...
Avoids race conditions with immediately re-used LVs.
2017-01-17 17:40:26 +01:00
Axel Beckert
0f1daa0b27
Support cases like Squeeze being EoL, but its key still being in the default keyring
2017-01-16 20:06:23 +01:00
Axel Beckert
9f6b91fdbf
Preliminary support for Ubuntu 17.04 Zesty Zapus
2017-01-10 22:20:57 +01:00
Axel Beckert
1bd9b3e1a8
Add changelog items for previous commit
2017-01-10 21:48:42 +01:00
Axel Beckert
66a74b6f9f
Add changelog items for previous commit
2017-01-10 21:32:18 +01:00
Axel Beckert
40191bbd07
Default file system is now ext4 (instead of ext3)
2017-01-10 21:24:13 +01:00
Axel Beckert
7a3791d1aa
Risen default values for RAM sizes in /etc/xen-tools/xen-tools.cfg
...
128 MB are no more sufficient to boot Debian Sid. It needs at least
around 136 MB on amd64 as of now.
Closes: https://bugs.debian.org/849867
2017-01-10 21:05:10 +01:00
Axel Beckert
4d4daca745
Fix typos found by check-all-the-things/spellintian
2016-08-11 21:47:35 +02:00
Axel Beckert
ca9e091d4b
Switch many URLs to https://; update them if broken or redirected
2016-08-11 20:53:10 +02:00
Axel Beckert
5d7954dde2
Support Ubuntu's "devel" alias
2016-08-11 20:04:28 +02:00
Axel Beckert
beda1b78a5
Update distribution list
2016-08-11 20:02:21 +02:00
Axel Beckert
a2438497c7
Fix typo found by lintian
2016-04-17 00:56:30 +02:00
Axel Beckert
bfc7c833a7
Add changelog entries for previous fix
...
… and other minor stuff.
2016-04-17 00:51:59 +02:00
Axel Beckert
0f731a049c
Prepare release 4.6.2
2015-12-23 18:41:16 +01:00
Axel Beckert
f5c88f830f
Release as 4.6.1
2015-10-24 01:15:22 +02:00
Axel Beckert
53b2743e93
Fix typo in previous changelog entry
2015-10-23 22:29:39 +02:00
Axel Beckert
163ea52097
Remove superfluous blank line
2015-07-20 18:33:48 +02:00
Axel Beckert
1d752fbb3e
Update NEWS.markdown
...
Reformat older entries slightly to make them all identically
formatted.
2015-07-20 16:03:41 +02:00
Axel Beckert
5146706536
Document 4.3.1 in NEWS
2013-01-26 01:18:28 +01:00
Axel Beckert
c409759745
Rename NEWS to NEWS.markdown
2013-01-25 17:32:20 +01:00