1
0
mirror of synced 2026-04-26 04:16:54 +00:00
Commit Graph

1755 Commits

Author SHA1 Message Date
Axel Beckert
d8561d4b7d Preliminary support for Ubuntu 12.10 Quantal Quetzal 2012-04-24 19:51:01 +02:00
Axel Beckert
f2e97be786 Reorder Debian changelog entry 2012-03-30 18:58:11 +02:00
Axel Beckert
359a6c13f0 Debian package: Fix lintian warning debian-rules-missing-recommended-target 2012-03-30 18:43:47 +02:00
Axel Beckert
4c7e7d8134 Debian package: Bump Standards-Version to 3.9.3 2012-03-30 18:41:53 +02:00
Axel Beckert
76ad9e7b86 Merge branch '4.2' 2012-03-30 17:50:01 +02:00
Axel Beckert
e1ff891a24 No more suggest evms-cli.
It's no more available on any supported Dom0 distribution.

Thanks to Markus Waldeck for the hint.

Conflicts from cherry-pick:

	debian/changelog
2012-03-30 17:49:38 +02:00
Axel Beckert
0d813d01c8 Merge branch '4.2'
Conflicts:
	debian/changelog
2012-03-30 17:24:06 +02:00
Axel Beckert
09179f2dea Support Ubuntu 12.04 LTS Precise, update mirrors for discontinued releases 2012-03-30 17:22:59 +02:00
Axel Beckert
65d76b6aa4 Deduplicate setupAdminUsers 2011-11-16 01:44:11 +01:00
Axel Beckert
0f71f545df deduplicate runCommand()
Version taken from xen-create-image. Needed a small hack WRT $FAIL.
2011-11-16 01:34:23 +01:00
Axel Beckert
2de01d8cbc deduplicate xenRunning() 2011-11-16 01:10:51 +01:00
Axel Beckert
1d45cd33ab Use function prototypes in Xen::Tools::Common 2011-11-16 01:02:01 +01:00
Axel Beckert
eabb327786 Remove all occurrences of 'sub readConfigurationFile' in bin/.
Use the version from Xen::Tools::Common instead
2011-11-16 00:55:12 +01:00
Axel Beckert
8835b9134b Add lib to Perl search path in t/perl-syntax.t 2011-11-16 00:47:57 +01:00
Axel Beckert
fec2114caf Merge branch 'master' into code-deduplication 2011-11-16 00:35:53 +01:00
Axel Beckert
cabd776c97 Make Code Deduplication a release goal for 5.0 2011-11-16 00:35:42 +01:00
Axel Beckert
489c4eb3ad Axel's Break-Backwards-Compatibility Wishlist: Make empty extension the default 2011-11-16 00:35:15 +01:00
Axel Beckert
94408fb242 Some KNOWN_BUGS about --extension 2011-11-16 00:34:13 +01:00
Axel Beckert
24cd27b737 Create new Perl module Xen::Tools::Common, start with xen-create-nfs' readConfigurationFile function 2011-11-16 00:19:20 +01:00
Axel Beckert
9a96686953 Merge branch '4.2'
Conflicts:
	debian/changelog
2011-11-15 23:46:45 +01:00
Axel Beckert
0d1bc0e61c Workaround for missing unit parsing in xen-create-nfs (Closes: #648814) 2011-11-15 23:45:35 +01:00
Axel Beckert
1725e269cf Fix wildcard vs regexp in memory configuration parsing. 2011-11-15 22:33:15 +01:00
Axel Beckert
858b47dc2a Also mention oneiric in the xen-tools.conf inline documentation 2011-09-14 19:38:51 +02:00
Axel Beckert
9c3edbcbd5 Also mention oneiric in the xen-tools.conf inline documentation 2011-09-14 19:37:22 +02:00
Axel Beckert
5cf85fa261 Merge branch '4.2' 2011-09-13 17:23:27 +02:00
Axel Beckert
e9f968c322 More stuff necessary for Ubuntu Oneiric support 2011-09-13 17:23:18 +02:00
Axel Beckert
98b869dbc2 Merge branch 'master' of gitorious.org:xen-tools/xen-tools
Conflicts:
	debian/changelog
2011-09-13 16:48:22 +02:00
Axel Beckert
1d81bd1d5c Merge branch '4.2'
Conflicts:
	KNOWN_BUGS
2011-09-13 16:43:51 +02:00
Axel Beckert
9921c9a3e8 TODO: xen-create-image doesn't unmount the tempdir properly if /proc wasn't mounted inside 2011-09-13 16:39:30 +02:00
Axel Beckert
be09f2fbf2 Fix Lintian warning copyright-refers-to-symlink-license. 2011-09-13 16:26:22 +02:00
Axel Beckert
85d8a3b338 Support Ubuntu 11.10 Oneiric (LP: #848654) 2011-09-13 16:10:09 +02:00
Axel Beckert
edea092778 Make a distinction between Dom0 and DomU for supported Distributions 2011-06-24 03:25:32 +02:00
Axel Beckert
b227cf60d8 No more suggest evms-cli.
It's no more available on any supported Dom0 distribution.

Thanks to Markus Waldeck for the hint.
2011-06-24 03:23:15 +02:00
Axel Beckert
2aa139d3a0 Merge branch '4.2' 2011-04-19 23:49:41 +02:00
Axel Beckert
8206a3c4be Mention fixed bug around disk_device in changelog 2011-04-19 23:47:26 +02:00
Axel Beckert
7dd416a57a Document valid values for serialDev and diskDev more precise 2011-04-19 23:16:20 +02:00
Axel Beckert
e4ca843da9 Document valid values for serialDev and diskDev more precise 2011-04-19 23:14:52 +02:00
Dmitry Nedospasov
31ce92ed7a Minor fix: disk_device check 2011-04-19 23:04:27 +02:00
Stéphane Jourdois
f993b86060 Temporary fix for disk device checks
The check for disk devices was completly broken, fix it temporarily.

This check is also kinda wrong, but is still an improvement over the
current test, so submit it waiting for a better idea.
2011-04-19 23:04:13 +02:00
Dmitry Nedospasov
54bde967a2 Point-to-Point routing for Ubuntu 2011-04-18 23:45:20 +02:00
Dmitry Nedospasov
caabc40e3f Minor fix: disk_device check 2011-04-18 22:55:00 +02:00
Axel Beckert
c01dd140e6 TODO: Support cpu_weight and other scheduler features 2011-04-14 11:02:24 +02:00
Alex Tomlins
accbe9e4e7 Allow specifying apt_proxy on the commandline. 2011-03-31 11:35:14 +01:00
Alex Tomlins
b0bae98746 Use configured apt_proxy in guests. 2011-03-31 09:39:39 +01:00
Alex Tomlins
47c146e173 Added apt_proxy option to make debootstrap use a proxy. 2011-03-31 09:30:44 +01:00
Axel Beckert
5aad123429 Merge changes in 4.2 branch back into master branch 2011-03-17 03:05:13 +01:00
Axel Beckert
d61d55baef Bump version to 4.2.1+dev for now 2011-03-17 02:59:28 +01:00
Axel Beckert
870ec1adac Call it a release (4.2.1) release-4.2.1 debian-4.2.1-1 2011-03-17 01:23:55 +01:00
Axel Beckert
8bd3206eff Unmount /proc and /dev/pts just before unmounting the disk image (Closes: #588783) 2011-03-17 01:23:15 +01:00
Axel Beckert
5bace3a7e2 Add new commandline option syntax check ipv4_or_auto (Closes: #611407) 2011-03-17 01:23:15 +01:00