1
0
mirror of synced 2026-03-01 09:21:01 +00:00

Commit Graph

  • ce8f44ed36 Automatically skip syntax check if Moose is not installed Axel Beckert 2010-04-15 02:51:05 +02:00
  • bf195706b8 Note that t/perl-syntax.t needs Moose.pm Axel Beckert 2010-04-15 02:34:59 +02:00
  • 4d240abd6c Don't check Makefiles for perl syntax Axel Beckert 2010-04-15 02:25:09 +02:00
  • ae5a2eab53 Replace all tabs with 8 blanks to make t/no-tabs.t happy Axel Beckert 2010-04-15 02:21:42 +02:00
  • 3f9c79f0f2 Remove tab from blank line Axel Beckert 2010-04-15 02:21:15 +02:00
  • e9b9b02869 Fix no-tabs.t to ignore .git as well as Makefiles Axel Beckert 2010-04-15 02:17:18 +02:00
  • fb1de328c9 Make toplevel Makefile VCS-agnostic Axel Beckert 2010-04-15 00:29:13 +02:00
  • 7f70f4b148 Change debian/control Vcs-* header to new gitorious.org URLs Axel Beckert 2010-04-15 00:01:05 +02:00
  • a007f0b49d Add .gitignore based on .hgignore Axel Beckert 2010-04-14 23:56:48 +02:00
  • 76d62ed165 TODO: Clean up the hooks directory Axel Beckert 2010-04-10 15:22:56 +02:00
  • 339116f886 Fix another typo in TODO Axel Beckert 2010-04-10 15:21:52 +02:00
  • 4362775855 Fix typo in last commit Axel Beckert 2010-04-10 13:30:56 +02:00
  • a56858263d Remove resolved issues from TODO, add new ideas about --dist Axel Beckert 2010-04-10 13:24:25 +02:00
  • 03f1b523fc hg should ignore emacs-style backup files Axel Beckert 2010-04-09 11:12:40 +02:00
  • bc750e31e0 Fix exit code of xt-install-image when install method failed (Closes: #534290) Axel Beckert 2010-04-09 10:55:18 +02:00
  • 0ae7d1a8ec Fix grammar debian/changelog entry Axel Beckert 2010-04-09 10:52:49 +02:00
  • 35c4a6f61f bashism fixes belong to the upstream part of the debian/changelog entry Axel Beckert 2010-04-09 10:52:16 +02:00
  • 05c80ffe3a Avoid single quotes in here data to avoid syntax hilighting issues (nearly the same text in xt-install-image) Axel Beckert 2010-04-09 10:39:24 +02:00
  • e613f2088c Avoid single quotes in here data to avoid syntax hilighting issues Axel Beckert 2010-04-09 10:35:45 +02:00
  • ac4ebe6246 Added a README.source explaining how to build xen-tools directly from the Mercurial repository Axel Beckert 2010-04-09 02:09:58 +02:00
  • a08b06726a Fix one more bashism: ${parm/?/pat[/str]} Axel Beckert 2010-04-09 01:58:02 +02:00
  • fb9b6347a0 Fix bashism: read without parameter Axel Beckert 2010-04-09 01:56:04 +02:00
  • 06e4590d0a Fix bashisms: echo -e -> printf Axel Beckert 2010-04-09 01:48:15 +02:00
  • 4728dffa72 Fix bashism: ${parm/?/pat[/str]} Axel Beckert 2010-04-09 01:42:53 +02:00
  • eae96c3b5a Fix bashisms: kill -HUP -> kill -s HUP Axel Beckert 2010-04-09 01:32:22 +02:00
  • 1fded1e897 Mention fixing of bashisms in the debian/changelog Axel Beckert 2010-04-09 01:31:04 +02:00
  • dd40247b13 Fix bashism in Makefile: [^y] -> [!y] Axel Beckert 2010-04-09 01:03:31 +02:00
  • 0dc86d6ccc Add debian/source/format to silence lintian Axel Beckert 2010-03-26 21:53:44 +01:00
  • 23966f2a39 Fix e-mail address of C.J. Adams-Collier Axel Beckert 2010-03-26 21:45:50 +01:00
  • a53371f7ae Add myself as primary author to AUTHORS Axel Beckert 2010-03-26 21:44:04 +01:00
  • 467d45d1ec Removal of /etc/bash_completion.d/xm also fixes LP: #484098 as the feature where the bug was in will be removed Axel Beckert 2010-03-26 21:36:18 +01:00
  • 8ca88a9551 Installs dhclient for CentOS and Fedora if DHCP networking is requested (LP: #241446) Axel Beckert 2010-03-26 21:03:50 +01:00
  • f007a6e7c5 Also check /etc/apt/sources.list.d for security updates Axel Beckert 2010-03-26 20:52:43 +01:00
  • 110498e5b8 First check if /etc/apt/sources.list exists, then grep it. If it doesn't exist enable security updates by default Axel Beckert 2010-03-26 20:51:35 +01:00
  • 07c59a1b0d Mention fix for LP: #309750 in the changelog Axel Beckert 2010-03-26 20:48:57 +01:00
  • b9c1b50873 Just check for the string 'security' in sources.list, so it also matches local and ubuntu mirrors (LP: #309750) Axel Beckert 2010-03-26 20:46:13 +01:00
  • 24758e4dd3 File conflict with bash-completion: Also close freshly reported Launchpad bug Axel Beckert 2010-03-26 20:35:11 +01:00
  • d6284de7e9 Fix missing curly bracket. Thanks to Steve Allison for noticing Axel Beckert 2010-03-26 15:43:23 +01:00
  • 465a9773b7 Also close parent Launchpad bug to #561618 Axel Beckert 2010-03-11 01:07:08 +01:00
  • fbc5ef984f Put rinse back to recommends, it's more or less needed for RPM based distros Axel Beckert 2010-03-11 01:05:45 +01:00
  • 2d8a03c5ac Reordered changelog entry, sort all upstream changes under "New upstream release candidate" Axel Beckert 2010-03-11 01:04:32 +01:00
  • be1ef1850b Calls pwconv and grpconv inside chroot when installing Fedora (Closes: #499476) Axel Beckert 2010-03-11 00:56:48 +01:00
  • 2c14aab186 Support for more recent versions of Fedora, Ubuntu and Debian (Closes: #499477) Axel Beckert 2010-03-11 00:54:39 +01:00
  • 74195e43f1 Dereference pointers before hashing them to generate a MAC address. (Closes: #547265) Axel Beckert 2010-03-10 23:37:21 +01:00
  • ead13f17b3 Don't write the FQDN into /etc/hostname (Closes: #492583) Axel Beckert 2010-03-10 23:24:21 +01:00
  • 814f1babd2 TODO: Bashisms Axel Beckert 2010-03-10 23:23:59 +01:00
  • f8843e5233 Overhaul xen-create-image synopsis, show necessary option parameters Axel Beckert 2010-03-10 22:58:52 +01:00
  • bd2b7f2ea8 Add the real bug which caused PEBKAC Axel Beckert 2010-03-10 22:26:22 +01:00
  • ce37cac21f Remove note on bug which was PEBKAC (respectively bad documentation :-) Axel Beckert 2010-03-10 22:25:00 +01:00
  • 5bc0f1e7a4 Add Backspace to ease syntax highlighting Axel Beckert 2010-03-10 22:10:06 +01:00
  • 368b94e4ef Update TODO: Installs Squeeze now, ext4 support in, but buggy, add newly found bugs Axel Beckert 2010-03-10 22:07:12 +01:00
  • 83af869d16 Fix missing ';' Axel Beckert 2010-03-10 21:56:38 +01:00
  • 797196f23f Add new xt-guess-suite-and-mirror script to install-bin target Axel Beckert 2010-03-10 21:54:22 +01:00
  • b66263df67 Set release version to 4.2rc1 and generate debian package version with ~ from it Axel Beckert 2010-03-10 21:29:14 +01:00
  • de31b27c9d Add (yet untested) support for ext4 Axel Beckert 2010-03-10 20:17:38 +01:00
  • 878bc31dc0 Add full header to NEWS.Debian Axel Beckert 2010-03-10 20:17:02 +01:00
  • 2c8c1ecf62 Revert accidentially committed generated changes to t/modules.t Axel Beckert 2010-03-10 20:05:04 +01:00
  • a4b4d67e76 Add (yet untested) support for Fedora 9-13. Ubuntu 9.04-10.04, Debian 6.0 Axel Beckert 2010-03-10 20:00:12 +01:00
  • 3c5940f8d3 Rename xen-guess-debian-mirror to xt-guess-suite-and-mirror Axel Beckert 2010-03-10 19:52:50 +01:00
  • 967f926ed2 Debian/Ubuntu: Use Dom0's distribution by default for DomUs Axel Beckert 2010-03-10 19:46:42 +01:00
  • 066e434e08 Updated Copyright years Axel Beckert 2010-03-10 19:32:56 +01:00
  • ea181e40a1 Give the example LVM volume group a more common name Axel Beckert 2010-03-10 19:29:02 +01:00
  • ba66ab4231 Some more man page todos Axel Beckert 2010-03-10 15:55:20 +01:00
  • e261684240 Merge in my todo list and first bugs found during testing, some more structure Axel Beckert 2010-03-10 15:37:26 +01:00
  • 324d0d26ba Reformat Steve's TODO list into todoo-mode compatible format Axel Beckert 2010-03-10 15:13:17 +01:00
  • fb0575a47d Raising Debhelper compat means also raising the Build-Dependency Axel Beckert 2010-03-03 02:14:49 +01:00
  • aad28f3fd3 Don't use perl syntax in shell scripts ;-) Axel Beckert 2010-03-03 02:11:44 +01:00
  • b6c82d9f1a Only generate man pages for non-tidied scripts Axel Beckert 2010-03-03 02:08:18 +01:00
  • 4ddc72318b Fix some spelling errors found by lintian Axel Beckert 2010-03-03 02:06:37 +01:00
  • f6e224e40e Also clean up .tdy files Axel Beckert 2010-03-03 02:05:30 +01:00
  • 962d1a4497 Update copyright file, add missing copyright years Axel Beckert 2010-03-03 01:59:20 +01:00
  • 10cc9763a4 Bump debhelper compat to 7 Axel Beckert 2010-03-03 01:56:05 +01:00
  • faee230c4b Fix lintian warning debhelper-but-no-misc-depends Axel Beckert 2010-03-03 01:54:49 +01:00
  • 9fb9ea1d4b Add an orig-tar-gz target Axel Beckert 2010-03-03 01:51:52 +01:00
  • 09a637f48e Prepare a 4.2~rc1 release so that at least the package builds Axel Beckert 2010-03-03 01:46:36 +01:00
  • 4bdd02ba9d Upload will close ITP #566714 Axel Beckert 2010-02-18 14:55:35 +01:00
  • 44175e7369 Add Vcs-* header since the repository is now online Axel Beckert 2010-02-18 14:27:55 +01:00
  • 4f6e76338e Bump Standards-Version to 3.8.4 (no changes); change maintainer e-mail address to my debian.org address Axel Beckert 2010-02-01 03:22:18 +01:00
  • d0070878a7 Fixed typo: 3.8. -> 3.8.3 Axel Beckert 2010-01-26 03:36:04 +01:00
  • be71eff471 Don't bail out if directory man already exists Axel Beckert 2010-01-26 03:10:14 +01:00
  • cdc8d3041a Bump Standards-Version to 3.8. (no changes necessary) Axel Beckert 2010-01-26 03:08:33 +01:00
  • 98ce96a080 Downgrade reiserfsprogs, xfsprogs and rinse to Suggests. (Closes: #561618) Axel Beckert 2010-01-26 02:57:00 +01:00
  • e08ade0875 Fix typo in /usr/lib/xen-tools/*.d/75-fixup-securetty (Closes: #503339) Axel Beckert 2010-01-26 02:51:31 +01:00
  • fab5bc9861 xen-create-image: Don't delete configuration file if it already exists. (Closes: #520177) Axel Beckert 2010-01-26 02:49:21 +01:00
  • da302cdd1d Change rinse path to /usr/sbin/. (Closes: #511211) Axel Beckert 2010-01-26 02:41:02 +01:00
  • bc54d27f97 Bugs 502798 and 515228 seem the same Axel Beckert 2010-01-26 02:34:46 +01:00
  • 610ba4e71d Make sure, MAKEDEV is found (Closes: #502798) Axel Beckert 2010-01-26 02:25:03 +01:00
  • c4bce3ea2f Last change justifies a new release Axel Beckert 2010-01-26 02:00:36 +01:00
  • dfbf5910b9 Set umask to 0077 before creating disk images Axel Beckert 2010-01-26 01:57:40 +01:00
  • a1078d5908 Adjust description Axel Beckert 2010-01-26 01:34:43 +01:00
  • e253d89a68 New maintainer also in debian/control Axel Beckert 2010-01-26 01:33:52 +01:00
  • 3e12e5c0b6 Remove /etc/bash_completion.d/xm Axel Beckert 2010-01-26 01:31:18 +01:00
  • e28038f900 New upstream author, new Debian maintainer Axel Beckert 2010-01-26 01:29:50 +01:00
  • 5c899053cd tidy Steve Kemp 2009-01-11 23:23:59 +00:00
  • 3e120099d7 Added tag release-4.1 for changeset 6a10240d7c66 Steve Kemp 2009-01-11 23:22:44 +00:00
  • f968c9dd76 Added tag release-4. for changeset d75c787add2a release-4.1 debian-4.1-1 Steve Kemp 2009-01-11 23:22:44 +00:00
  • 5ed66652ad Use perltidy with no args release-4.x Steve Kemp 2009-01-11 23:22:03 +00:00
  • 7b29ec1bdf Fixed tab vs. space Steve Kemp 2009-01-11 23:21:25 +00:00
  • 31719505f6 Updated. Steve Kemp 2009-01-06 21:01:51 +00:00
  • 6338ba62c4 Added. Steve Kemp 2009-01-06 20:59:55 +00:00