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
bdc34f7deb
Travis CI: Also check with Perl 5.24
2016-08-11 21:36:35 +02:00
Axel Beckert
18b76606d2
Fix typos found by check-all-the-things/codespell
2016-08-11 21:35:41 +02:00
Axel Beckert
7e6bbc01a8
Clarify one paragraph in SUPPORT.markdown
2016-08-11 20:55:12 +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
32fcc069b4
Ignore debhelper stamp files
2016-08-11 20:08:29 +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
e53e8ed2d8
TODO: Fix xdm and gdm roles wrt. to uptodate package names
2016-06-07 09:09:25 +02:00
Axel Beckert
b0177f013e
Debian packaging: Use NEWS.markdown as upstream changelog
...
No more install it as separate documentation.
2016-04-17 01:00:18 +02:00
Axel Beckert
a2438497c7
Fix typo found by lintian
2016-04-17 00:56:30 +02:00
Axel Beckert
808bbe790f
Declare compliance with Debian Policy 3.9.8
...
No further changes were required to reach compliance.
2016-04-17 00:53:53 +02:00
Axel Beckert
bfc7c833a7
Add changelog entries for previous fix
...
… and other minor stuff.
2016-04-17 00:51:59 +02:00
Yuri Sakhno
fa276179d8
Fix for the exit code reporting in case of error
2016-04-17 00:47:31 +02:00
Axel Beckert
7e7feb49b5
Add a short sleep to release-testing for umount race condition
2015-12-24 11:55:31 +01:00
Axel Beckert
0f731a049c
Prepare release 4.6.2
release-4.6.2
2015-12-23 18:41:16 +01:00
Axel Beckert
cf034d932e
Fix unescaped braces (deprecated with Perl 5.22) in t/plugin-checks.t
2015-12-23 18:12:49 +01:00
Axel Beckert
761f324a14
Travis-CI: Also test with Perl 5.22
2015-12-16 19:55:00 +01:00
Axel Beckert
b16fe28925
Make t/hooks-inittab.t using its own inittab copy
...
Don't use the system's one. Besides being non-existent, it can look
like whatever.
This resolves GH-36.
2015-12-16 18:01:38 +01:00
Axel Beckert
3169cc49b7
Add changelog entries for the two previous pull requests
2015-12-11 00:18:11 +01:00
Axel Beckert
10fe70b923
Merge pull request #37 from nirgal/patch-1
...
Fixed typo in initramfs comment
2015-12-11 00:15:09 +01:00
Axel Beckert
0f1a90cc1d
Merge pull request #38 from olivierpierre/master
...
In etc/xm.tmpl, added /usr/local/bin/pygrub to pygrub search path.
2015-12-11 00:14:29 +01:00
Pierre Olivier
0682c1c704
In etc/xm.tmpl, added /usr/local/bin/pygrub to pygrub search path.
2015-12-10 15:38:58 -05:00
nirgal
19db4cd9e2
Fixed typo in initramfs comment
2015-11-22 14:05:20 +01:00
Axel Beckert
411a0a34c6
Also ignore /debian/xen-tools.*.debhelper
2015-10-24 02:45:37 +02:00
Axel Beckert
a9a626883a
Support checking upstream GPG signature in debian/watch
2015-10-24 02:43:43 +02:00
Axel Beckert
f5c88f830f
Release as 4.6.1
debian-4.6.1-1
release-4.6.1
2015-10-24 01:15:22 +02:00
Axel Beckert
919f06c8e1
No more use $#array in boolean context
...
This fixes a regression introduced in
503db1668b .
`@array = undef` doesn't empty an array but fills it with one item
which is undef. Hence `$#array` is zero and hence false.
Since the commit above, `@array = ()` was used instead of `@array =
undef`, hence `$#array` no more was false when the array seemed to be
empty (but wasn't). This caused an empty partition table in the
configuration file and hence prohibited the start of the DomU.
This commit fixes the according `!$#array` to just `!@array` and adds
the according changelog entry for both commits. (I initially thought
that such a tiny commit like the one above is not worth being
mentioned. I obviously was wrong.)
2015-10-24 00:34:26 +02:00
Axel Beckert
53b2743e93
Fix typo in previous changelog entry
2015-10-23 22:29:39 +02:00
Axel Beckert
377e7b2f0b
Add "(LTS)" to all Ubuntu LTS releases listed in README
2015-10-23 21:20:03 +02:00
Axel Beckert
7f16aa06fe
Preliminary support for Ubuntu 16.04 LTS Xenial Xerus
2015-10-23 21:20:03 +02:00
Axel Beckert
ae4f1587fd
Remove obsolete conffile via dpkg-maintscript-helper
2015-09-11 12:04:54 +02:00
Axel Beckert
5c0679ca45
Fix Perl warning in t/hook-inittab.t if /etc/inittab isn't present
...
aka "proper use of skip".
Fixes autopkgtest which failed due to STDERR output.
2015-07-30 18:58:47 +02:00
Axel Beckert
00d283cf24
#787117 in debootstrap has been fixed, remove according warnings from README
2015-07-28 16:13:04 +02:00
Axel Beckert
c338923052
Add note that most TODOs were moved to GitHub's issue tracker
2015-07-21 15:27:39 +02:00
Axel Beckert
c2578fe537
Remove obsolete TODOs
2015-07-21 15:24:38 +02:00
Axel Beckert
f4bcc02bdb
Remove from TODO what has been copied to GitHub Issues
2015-07-21 15:23:47 +02:00
Axel Beckert
503db1668b
Don't use @array = undef
2015-07-21 13:36:01 +02:00
Axel Beckert
229d20b16b
Move remaining contents of KNOWN_BUGS.markdown to the GitHub issue tracker
2015-07-21 13:35:04 +02:00
Axel Beckert
ec4b692c22
Remove already fixed issue from KNOWN_BUGS
...
According to the `mount(8)` man page, `-a` mounts the filesystems
_following their order in fstab_. So reproducing that does not help in
our case and the implemented workaround (sort by mountpoint length)
should be sufficient.
2015-07-21 13:20:34 +02:00
Axel Beckert
d04850da83
Sort distribution-specific bug trackers last
2015-07-21 12:17:28 +02:00
Axel Beckert
00d405d71d
Integrate BUGS.markdown into README.markdown
2015-07-21 12:15:43 +02:00
Axel Beckert
058cf38946
Declare GitHub as primary hosting
2015-07-21 12:05:57 +02:00
Axel Beckert
163ea52097
Remove superfluous blank line
2015-07-20 18:33:48 +02:00
Axel Beckert
e7607fa011
Release as 4.6
debian-4.6-1
release-4.6
2015-07-20 16:33:05 +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
bf73868a07
Update changelog for commits by Félix Barbeira
...
This closes GH-2.
2015-07-20 14:32:26 +02:00
Félix Barbeira
1396c05bf7
Added support for VLAN especification
2015-07-20 14:10:13 +02:00