Axel Beckert
9a9fa39f69
Make t/pod-coverage.t pass for Xen::Tools::Common
2012-11-27 23:38:26 +01:00
Axel Beckert
ffa0ac5681
Fix some logprint() calls with multiple arguments
2012-11-27 23:37:46 +01:00
Axel Beckert
b5499e48b4
Define fail() and logprint() helpers as early as necessary
2012-11-27 23:37:09 +01:00
Axel Beckert
2d79f13714
All runCommand() calls should pass %CONFIG
2012-11-27 23:31:21 +01:00
Axel Beckert
de9d3f2814
Replace one more die by fail
2012-11-27 23:30:07 +01:00
Axel Beckert
9da26382f4
Fix missing trailing semicolon
2012-11-27 23:30:07 +01:00
Axel Beckert
85f7d1b9fe
Consequently use $CONFIG{FAIL} instead of $FAIL
2012-11-27 23:30:07 +01:00
Axel Beckert
d2f935b823
Make fail(), logprint() and logonly() get \%CONFIG, too
2012-11-27 23:29:59 +01:00
Axel Beckert
68d548ef60
Parameter templates for fail(), logprint() and logonly()
2012-11-27 23:04:45 +01:00
Axel Beckert
ea23c79431
Support Xen xl toolstack elsewhere than xen-create-image
2012-11-27 22:49:56 +01:00
Axel Beckert
76fbd23423
Move findXenToolstack() to Xen::Tools::Common
2012-11-27 22:48:37 +01:00
Axel Beckert
494ec02a7c
Merge branch 'master' into code-deduplication
...
Conflicts:
bin/xen-create-image
bin/xen-create-nfs
bin/xt-create-xen-config
2012-11-27 22:40:08 +01:00
Axel Beckert
83eede665c
Fix warning about no_plan usage in t/hook-inittab.t
2012-11-27 22:29:04 +01:00
Axel Beckert
8f1f298551
New option to dump contents of %CONFIG
...
Probably only needed for debugging.
2012-11-27 22:28:38 +01:00
Axel Beckert
e57e7f16eb
Preliminary support for the Xen xl toolstack
...
(xen-create-image supported only so far)
2012-11-27 22:26:30 +01:00
Axel Beckert
b54d5b84f9
Refactoring: Replace $options with $option as it contains just one option
2012-11-27 18:26:47 +01:00
Axel Beckert
b99ca853e1
Replace system() by runCommand()
2012-11-27 16:01:27 +01:00
Axel Beckert
e7b710d43a
No more refer to forking in the comments
2012-11-27 13:24:33 +01:00
Axel Beckert
6f2814f414
Merge branch 'master' into code-deduplication
...
Conflicts:
bin/xen-create-image
2012-11-27 13:22:34 +01:00
Axel Beckert
874d1fcfb0
No more mention xm bash-completion file. It has been removed.
2012-11-27 13:13:14 +01:00
Axel Beckert
814adbd85a
Fix typo in README
2012-11-22 20:49:00 +01:00
Axel Beckert
74ef51eb26
Fix even more Markdown indenting
2012-11-15 20:09:37 +01:00
Axel Beckert
ff4620c39a
Fix some Markdown indenting
2012-11-15 20:06:22 +01:00
Axel Beckert
bac1d6c63b
Use .markdown instead of .mdwn as GitHub doesn't recognize the latter
2012-11-15 18:38:26 +01:00
Axel Beckert
0842ddd128
Converting a first bunch of documentation to Markdown format
2012-11-15 18:29:38 +01:00
Axel Beckert
026e47ac83
Preliminary support for Debian Jessie and Ubuntu Raring
...
Also set the default mirror for Ubuntu Natty to
old-releases.ubuntu.com as it's end of life and will move there soon.
2012-11-15 16:55:10 +01:00
Axel Beckert
b116f1cca7
Update contact information in SUPPORT
2012-11-14 00:18:26 +01:00
Axel Beckert
a87b0d1b2c
Remove CVS revisions from --version output
2012-11-14 00:02:54 +01:00
Axel Beckert
80edc04573
Merge branch 'master' of github.com:xtaran/xen-tools
...
Conflicts:
debian/changelog
2012-11-13 23:38:30 +01:00
Axel Beckert
3b7750e9a9
Also suppport elevator=noop for pygrub
2012-11-13 23:35:20 +01:00
Axel Beckert
a7cc86c567
Default DomUs to use the noop scheduler ( Closes : #693131 )
2012-11-13 23:10:04 +01:00
Axel Beckert
442021849d
Also recognize M and G as size unit for --memory ( Closes : #691320 )
...
Document all recognized units.
2012-11-13 22:55:53 +01:00
Axel Beckert
446e157b80
Move code for --boot feature to END block.
...
Fixes missing SSH fingerprint display if --boot was used. (Closes : #679183 )
Remove a redundant unsetting of $MOUNT_POINT. Guard a potentially
second call to the not idempotent unMountImage().
2012-11-13 22:41:47 +01:00
Axel Beckert
1dbb1f191f
Use local parameter instead of global variable in unMountImage
2012-11-13 22:29:46 +01:00
Axel Beckert
adca82e808
2 new TODOs: Remove CVS keywords, uncouple auto-start from --boot
2012-11-13 20:45:50 +01:00
Axel Beckert
324fff9f7e
Execute END block not on --version/--help/--manual ( Closes : #684346 )
2012-11-13 19:47:36 +01:00
Axel Beckert
7b908a4069
Fix symbolic link hooks/centos-6/15-setup-arch ( Closes : #690299 )
2012-11-13 18:16:02 +01:00
Axel Beckert
b233cb614d
Bump version to 4.3.1+dev
2012-11-13 18:07:42 +01:00
Axel Beckert
8523d76c14
Document ideas about authorized_keys
2012-10-26 15:14:38 +02:00
Axel Beckert
35477c6172
Install upstream ChangeLog only if it exists.
...
The upstream changelog is generated during the upstream release
process, but expected when building the binary .debs. Make its
inclusion optional in the binary .debs.
2012-08-13 00:37:41 +02:00
Axel Beckert
b692dbbe75
Add forgotten section header in gbp.conf
2012-08-12 19:49:05 +02:00
Axel Beckert
26b4c1ed90
Add debian/gbp.conf for git-buildpackage support
2012-08-12 19:44:36 +02:00
Axel Beckert
7860d5ac4e
Release 4.3.1 RC1 unmodified as 4.3.1
debian-4.3.1-1
release-4.3.1
2012-06-30 16:45:59 +02:00
Axel Beckert
bb54ee7868
4.3.1 release candidate 1
...
Will likely just appear in the Ubuntu PPA to check if it finally build
for Ubuntu again
debian-4.3.1--rc1-1
release-4.3.1rc1
2012-06-30 16:07:41 +02:00
Axel Beckert
6a5506768c
Changelog entry for t/hook-tls.t failures on 32-bit
2012-06-27 01:52:12 +02:00
Axel Beckert
d6e33edb5b
Only run testTLSDisabling if distribution actually has 10-disable-tls
2012-06-27 01:49:56 +02:00
Axel Beckert
611d6c4eb4
Ignore hooks/common in t/hook-tls.t
2012-06-27 01:49:21 +02:00
Axel Beckert
0cde7cdf39
t/hook-tls.t: Always output tested distribution
2012-06-27 01:41:42 +02:00
Axel Beckert
cde5617a29
Use "rm -vf" instead of "-rm" in t/Makefile
2012-06-27 01:33:47 +02:00
Axel Beckert
74411f970b
Remove t/modules.t in upstream's t/Makefile
...
... instead of remove it in debian/rules' clean target.
Call clean target of t/Makefile also from clean target of toplevel
Makefile.
2012-06-27 01:32:41 +02:00