Axel Beckert
1e76cd2da9
Update changelog
2013-10-25 19:23:39 +02:00
Axel Beckert
d9ed3e65db
Merge branch 'fix_passwd' of gitorious.org:xen-tools/aseques-xen-tools
2013-10-25 18:36:54 +02:00
Axel Beckert
73ced0b3f3
Update changelog
2013-10-25 18:36:48 +02:00
Joan
42345c75d4
Fix password interation on image creation
2013-10-25 10:51:11 +02:00
Axel Beckert
ff4aa11dd3
Merge branch 'maxmem' of gitorious.org:xen-tools/aseques-xen-tools
2013-10-23 13:59:16 +02:00
Axel Beckert
cfa30f06b6
Preliminary support for Ubuntu 14.04 Trusty Tahr
2013-10-23 13:54:45 +02:00
Joan
b51936e6ee
Updated changelog
2013-10-18 14:09:59 +02:00
Axel Beckert
d20f832f82
Also display MAC address after the DomU has been created
2013-10-01 22:19:10 +02:00
Axel Beckert
fae561aaca
Meaningful whitespace fixes in hooks/common/40-setup-networking-deb
2013-09-24 23:16:22 +02:00
Axel Beckert
205bf96f0a
Handle potentially empty gateway setting properly
...
… in hooks/common/40-setup-networking-deb
Thanks Simone Caruso!
2013-09-24 23:11:05 +02:00
Axel Beckert
571f540992
Refactoring: Replace all occurrences of "! -z" by "-n"
...
Occurred in hooks and bash-completion.
2013-09-24 22:54:05 +02:00
Axel Beckert
86dd78c681
Drop support for memory size in kilobytes in xen-create-image
...
Neither xt-create-xen-config nor xm support it.
2013-09-24 22:41:20 +02:00
Axel Beckert
6644afa9fd
xen-list-images now displays a unit after the memory size
2013-09-24 22:36:27 +02:00
Axel Beckert
7bb7089c9f
Changelog entry for Gitorious merge request #5
2013-09-24 22:20:14 +02:00
Axel Beckert
c62b053a7b
Also declare POD encoding in Xen::Tools::Common
...
Recode Xen::Tools::Common to UTF-8
Fixes FTBFS with Perl 5.18. Closes #720519 a second time.
2013-09-24 22:02:28 +02:00
Axel Beckert
cc4e170357
Dependency on Term::UI needed for Perl >= 5.17
2013-09-10 17:53:51 +02:00
Axel Beckert
70bf0607db
Merge branch 'master' of gitorious.org:xen-tools/xen-tools
2013-09-10 16:14:01 +02:00
Axel Beckert
d8e4a4f264
Note that f1c7c6e1 closes #703159
2013-09-10 16:10:33 +02:00
Axel Beckert
5825331cea
Fix typo in current changelog entry
2013-08-24 04:07:16 +02:00
Axel Beckert
f1c7c6e11c
Loop around calling "passwd" to get a second chance to change the password
...
Needs Term::UI which is part of Debian's perl-modules package, hence
no new (build-) dependencies needed.
2013-08-24 00:54:21 +02:00
Axel Beckert
3b806d9f25
Do not run "passwd" via runCommand
...
runCommand captures STDOUT for logging which is not desired for
interactive commands.
Makes --passwd usable again.
Thanks to Christan Herzog for the bug report.
2013-08-24 00:12:44 +02:00
Axel Beckert
97b0ed29c0
Also switch from cdn.debian.net to http.debian.net in xen-tools.conf
2013-08-23 21:13:44 +02:00
Axel Beckert
12960c8f2b
Release 4.4 beta 1
2013-08-23 19:31:47 +02:00
Axel Beckert
029faab59c
Add build-dependencies on libdata-validate-{domain,ip,uri}-perl
2013-08-23 19:31:47 +02:00
Axel Beckert
cb5ce9ea5c
Bump Standards-Version to 3.9.4 (no changes)
2013-08-23 19:08:42 +02:00
Axel Beckert
fbc903877a
Declare POD encoding to be UTF-8 in bin/*
...
Fixes FTBFS with Perl 5.18.
Closes : #720519
2013-08-23 09:08:43 +02:00
Axel Beckert
fb8b494b41
Preliminary support for Ubuntu Saucy
...
Does not yet work due to missing support for Saucy in debootstrap.
Also move default mirror for Ubuntu Hardy from archive to old-releases
as Hardy is now EoL.
2013-07-11 01:49:46 +02:00
Axel Beckert
516a7a1625
Update descriptions of distributions
2013-07-11 01:30:41 +02:00
Axel Beckert
e5abe64ae0
Fix broken quoting in list of required binaries
2013-07-11 00:44:25 +02:00
Axel Beckert
9c47e5da4f
Use File::Which instead of findBinary or which
2013-07-11 00:39:05 +02:00
Axel Beckert
9e05298832
Add dependency on ${perl:Depends} to fix dpkg-gencontrol warning
2013-07-10 22:55:20 +02:00
Axel Beckert
be05397249
Bump debhelper compatibility to 9
...
Update versioned debhelper build-dependency
2013-07-10 22:53:14 +02:00
Axel Beckert
3b72f2ee4b
Mention that #715340 is fixed by 1de424a6
2013-07-10 22:45:05 +02:00
Axel Beckert
699025f33e
Use Data::Validate::{Domain,IP} for IP addresses and hostname checks
...
Add corresponding dependencies on libdata-validate-{domain,ip}-perl.
2013-07-10 22:38:29 +02:00
Axel Beckert
74f35d6550
Better document and check requirements for --apt_proxy
...
See http://bugs.debian.org/623443 for the corresponding apt issue.
Also add a dependency on libdata-validate-uri-perl which is used to do
the syntax check.
2013-07-10 21:50:09 +02:00
Axel Beckert
dcb9284636
Remove unused Perl modules Xen::Tools and Xen::Tools::Log
...
Further developement of the (if any) will happen in the git branch
"xen-tools-moose" where they are still available.
Also remove the according (already disabled) tests and test
modifications from the test suite.
Also remove no the more needed build-dependency on Moose as well as
one Makefile line installing the above mentioned Perl modules.
2013-04-18 20:17:33 +02:00
Axel Beckert
a70b79f63f
Hopefully catch all remaining "ARRAY(0x…).log" issues
2013-04-18 14:45:27 +02:00
Axel Beckert
6871954f6e
Merge branch 'lib-vs-share'
2013-04-11 19:49:53 +02:00
Axel Beckert
e9d8bd0896
xt-install-image: Don't bail out if only cdebootstrap is installed
...
There was a duplicated check on debootstrap being installed and only
one has been expanded when cdebootstrap support was added. So
xen-tools bailed out if debootstrap wasn't installed even if it had
been instructed to use cdebootstrap instead.
This also adds support for cdebootstrap-static.
Additionally xt-install-image dispatcher has been extended to hand
array refs of command paths instead of just single command paths.
Thanks to Elmar Heeb for reporting this issue!
2013-04-11 19:47:05 +02:00
Axel Beckert
9369fd2a03
Update debian/changelog
2013-04-11 19:18:41 +02:00
Axel Beckert
555ce383d3
Switch from /usr/lib/xen-tools/ to /usr/share/xen-tools/ to properly adhere FHS
2013-04-05 20:19:22 +02:00
Axel Beckert
f0691c9a38
Merge branch 'master' of gitorious.org:xen-tools/xen-tools
...
Conflicts:
debian/changelog
2013-03-14 00:01:05 +01:00
Axel Beckert
76d9d59510
Fix export of environment variables (dash vs underscore)
...
Previously they could contain dashes and then were only accessible
from within Perl, but not from within Bash.
From now on potential dashes in environment variable names are
converted to underscores ("_") before being exported. May affect some
hook or role scripts.
2013-03-13 23:29:52 +01:00
Axel Beckert
01e525106b
Use Test::NoTabs in t/no-tabs.t
2013-03-05 23:07:04 +01:00
Axel Beckert
c409759745
Rename NEWS to NEWS.markdown
2013-01-25 17:32:20 +01:00
Axel Beckert
dbb9124666
Use http.debian.net as default Debian mirror if no mirror is given
...
... i.e. if even xt-guess-suite-and-mirror is not used.
2013-01-25 17:09:19 +01:00
Axel Beckert
979b6fb166
hooks/common.sh: installDebianPackage no more installs recommends
2013-01-24 23:07:56 +01:00
Axel Beckert
57c7d13c48
Factor out legacy grub menu.lst generation
2013-01-24 23:06:53 +01:00
Axel Beckert
1de424a69d
Fix filesystem tools installation in 91-install-fs-tools
...
Was broken since 4.3rc1.
Merged 91-install-fs-tools back into 90-make-fstab. Added support for
RPM-based distributions, too, so it's more generic now.
2013-01-23 18:02:44 +01:00
Axel Beckert
bce580658e
hooks/common.sh: Rename installCentOS4Package to installRPMPackage
...
Add installCentOS4Package wrapper for backward compatibility.
2013-01-23 17:00:09 +01:00