Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated PO files. | Richard Jones | 2009-08-19 | 2 | -804/+869 |
| | |||||
* | New 'modprobe' command. | Matthew Booth | 2009-08-18 | 1 | -0/+1 |
| | | | | Allow kernel modules to be loaded into the appliance. | ||||
* | New commands: mkfs-b, mke2journal*, mke2fs-J* | Richard W.M. Jones | 2009-08-15 | 1 | -0/+1 |
| | | | | | | | | | | mkfs-b: Pass the -b (blocksize) parameter to mkfs. mke2journal and friends: Lets you create external ext2 journals on devices. mke2fs-J and friends: Lets you create ext2/3/4 filesystems with external journals. | ||||
* | Version 1.0.67.1.0.67 | Richard Jones | 2009-08-13 | 2 | -720/+758 |
| | |||||
* | Add 'setcon', 'getcon' commands to set and get the SELinux context. | Richard Jones | 2009-08-13 | 1 | -0/+1 |
| | |||||
* | Version 1.0.661.0.66 | Richard Jones | 2009-08-06 | 2 | -1051/+971 |
| | |||||
* | Add resultant change to po/POTFILES.in | Matthew Booth | 2009-08-05 | 1 | -0/+1 |
| | | | | I missed this when committing 7e9cb884492aec243337ffc8e4432a9ff2690956 | ||||
* | build: remove more files added by ./autogen.sh | Jim Meyering | 2009-08-04 | 10 | -561/+0 |
| | | | | | | | | | | | | | * po/LINGUAS: Remove file. * po/Makefile.in.in: Likewise. * po/Makevars: Likewise. * po/Rules-quot: Likewise. * po/boldquot.sed: Likewise. * po/en@boldquot.header: Likewise. * po/en@quot.header: Likewise. * po/insert-header.sin: Likewise. * po/quot.sed: Likewise. * po/remove-potcdate.sin: Likewise. | ||||
* | Add interface to Linux 'inotify' API. | Richard W.M. Jones | 2009-07-31 | 1 | -0/+1 |
| | |||||
* | New command: 'fallocate' to (pre-)allocate sized files. | Richard W.M. Jones | 2009-07-31 | 1 | -0/+1 |
| | |||||
* | New commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'. | Richard W.M. Jones | 2009-07-31 | 1 | -0/+2 |
| | | | | | These commands can be used to make hard and symbolic links. The readlink command is used to read existing symbolic links. | ||||
* | guestfish: Make more strings translatable. | Richard Jones | 2009-07-29 | 2 | -58/+1657 |
| | | | | | However this doesn't yet attempt to translate the POD command documentation. We need a plan to do that. | ||||
* | Implement '*grep*' family of commands. | Richard Jones | 2009-07-29 | 1 | -0/+1 |
| | |||||
* | Updated Polish translations (Piotr Drąg). | Richard Jones | 2009-07-29 | 1 | -100/+162 |
| | |||||
* | Version 1.0.65.1.0.65 | Richard Jones | 2009-07-29 | 2 | -6/+6 |
| | |||||
* | Updated PO files. | Richard Jones | 2009-07-29 | 3 | -182/+223 |
| | |||||
* | build: avoid locale-specific changes in generated, VC'd file | Jim Meyering | 2009-07-29 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When I build with LC_ALL=C in my environment, the all-local rule generates po/POTFILES.in that is sorted differently from the on that is checked in: diff --git a/po/POTFILES.in b/po/POTFILES.in index ca01b3d..154915a 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -63,12 +63,11 @@ fish/tilde.c fish/time.c inspector/virt-inspector.pl java/com_redhat_et_libguestfs_GuestFS.c -ocaml/guestfs_c_actions.c ocaml/guestfs_c.c +ocaml/guestfs_c_actions.c perl/bindtests.pl -perl/Guestfs.c -perl/lib/Sys/Guestfs/Lib.pm perl/lib/Sys/Guestfs.pm +perl/lib/Sys/Guestfs/Lib.pm python/guestfs-py.c ruby/ext/guestfs/_guestfs.c src/guestfs-actions.c If we generate that file so that sort always uses the C locale, then, this type of difference will not arise. Here's the patch to fix the rule as well as to reflect the change in the generated file: >From 609e1d1840da25614a7c9e8954e5356050c9f2ad Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering@redhat.com> Date: Wed, 29 Jul 2009 08:13:35 -0400 Subject: [PATCH] build: avoid locale-specific changes in generated, VC'd file * Makefile.am (all-local): Use LC_ALL=C to sort in C locale. * po/POTFILES.in: Regenerate. | ||||
* | Version 1.0.631.0.63 | Richard Jones | 2009-07-23 | 2 | -132/+394 |
| | |||||
* | Add libguestfs-test-tool. | Richard Jones | 2009-07-22 | 1 | -0/+2 |
| | | | | | | | | | | | This is an end-user testing tool, designed to test basic functionality of libguestfs/qemu/kernel combination on the end-user's final host machine. It does not perform a thorough test, but should be enough to find most booting issues. Also this is intended to be used when reporting bugs. | ||||
* | Version 1.0.62.1.0.62 | Richard Jones | 2009-07-17 | 2 | -36/+36 |
| | |||||
* | Fix non-srcdir builds: Don't include generated *_protocol.c files in POTFILES. | Richard Jones | 2009-07-16 | 1 | -2/+0 |
| | |||||
* | Fix for non-srcdir builds: more misc fixes. | Richard Jones | 2009-07-16 | 1 | -1/+1 |
| | |||||
* | More misc fixes for non-srcdir builds. | Richard Jones | 2009-07-16 | 1 | -1/+1 |
| | |||||
* | New tool virt-cat: display a file in a virtual machine. | Richard Jones | 2009-07-15 | 3 | -42/+59 |
| | | | | | | | | | This script is just a simpler way to cat a file from a VM. It is otherwise equivalent to using guestfish. virt-cat someguest /etc/fstab virt-cat someguest /var/log/messages | tail | ||||
* | Make Perl strings translatable using perl-libintl. | Richard Jones | 2009-07-15 | 4 | -60/+547 |
| | | | | | | | | | All Perl strings are now marked as translatable using __"string" or __x("string {placeholder}", placeholder => $_). Perl strings now get copied to the PO files. The po/POTFILES.in file is now updated automagically whenever we add new *.c, *.pl or *.pm files into the repository. | ||||
* | Version 1.0.59.1.0.59 | Richard W.M. Jones | 2009-07-14 | 2 | -83/+192 |
| | |||||
* | Version 1.0.58.1.0.58 | Richard W.M. Jones | 2009-07-10 | 2 | -108/+108 |
| | |||||
* | Update PO files. | Richard Jones | 2009-07-10 | 2 | -110/+160 |
| | |||||
* | Additional C files for POTFILES.in. | Richard Jones | 2009-07-10 | 1 | -0/+8 |
| | |||||
* | Version 1.0.56.1.0.56 | Richard W.M. Jones | 2009-07-07 | 2 | -148/+148 |
| | |||||
* | Prepare for 1.0.55. PO files also updated.1.0.55 | Richard W.M. Jones | 2009-07-02 | 2 | -34/+62 |
| | |||||
* | Updated PO files. | Richard W.M. Jones | 2009-07-02 | 2 | -108/+108 |
| | |||||
* | Updated PO files. | Richard W.M. Jones | 2009-07-01 | 2 | -112/+112 |
| | |||||
* | Version 1.0.541.0.54 | Richard W.M. Jones | 2009-06-29 | 2 | -110/+160 |
| | |||||
* | Version 1.0.52.1.0.52 | Richard W.M. Jones | 2009-06-24 | 2 | -159/+221 |
| | |||||
* | Updated Polish translation (RHBZ#502533). | Richard W.M. Jones | 2009-06-23 | 1 | -7/+22 |
| | |||||
* | Version 1.0.50.1.0.50 | Richard Jones | 2009-06-22 | 2 | -48/+78 |
| | |||||
* | Generated files for 1.0.49. | Richard W.M. Jones | 2009-06-19 | 2 | -47/+49 |
| | |||||
* | Version 1.0.48.1.0.48 | Richard Jones | 2009-06-16 | 2 | -86/+86 |
| | |||||
* | Generated files for 1.0.46 release.1.0.46 | Richard Jones | 2009-06-15 | 2 | -114/+124 |
| | |||||
* | New website, change et.redhat.com references to libguestfs.org1.0.43 | Richard Jones | 2009-06-09 | 2 | -24/+54 |
| | |||||
* | Generated PO files for 1.0.39.1.0.39 | Richard Jones | 2009-06-04 | 2 | -44/+44 |
| | |||||
* | Version 1.0.381.0.38 | Richard Jones | 2009-06-02 | 2 | -98/+98 |
| | |||||
* | Add tests for bindings parameters, fix several broken bindings. | Richard W.M. Jones | 2009-05-28 | 2 | -40/+40 |
| | |||||
* | Updated PO files.1.0.34 | Richard Jones | 2009-05-27 | 2 | -3/+3 |
| | |||||
* | Back to GNU gettext 0.14 for RHEL 5. | Richard Jones | 2009-05-27 | 1 | -94/+31 |
| | |||||
* | Version 1.0.331.0.33 | Richard Jones | 2009-05-27 | 2 | -5/+5 |
| | |||||
* | Fix bug links. | Richard Jones | 2009-05-26 | 1 | -1/+1 |
| | |||||
* | Version 1.0.321.0.32 | Richard Jones | 2009-05-26 | 2 | -3/+3 |
| | |||||
* | Added Polish translation (Piotr Drąg) (fixes RHBZ#502533). | Richard Jones | 2009-05-26 | 2 | -0/+515 |
| |