Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: remove trailing blank lines; enable the syntax-check rule | Jim Meyering | 2009-08-04 | 1 | -1/+0 |
| | | | | | | | | | | | | | | * cfg.mk (disable_temporarily): Remove sc_prohibit_trailing_blank_lines. * appliance/Makefile.am: Remove trailing blank line(s). * appliance/debian/modules/y0_install-guestfsd: Likewise. * appliance/make.sh.in: Likewise. * appliance/packagelist.in: Likewise. * appliance/update.sh.in: Likewise. * haskell/run-bindtests: Likewise. * ocaml/run-bindtests: Likewise. * python/run-python-tests: Likewise. * recipes/squashfs.example: Likewise. * ruby/run-ruby-tests: Likewise. | ||||
* | Convert all TABs-as-indentation to spaces. | Jim Meyering | 2009-08-03 | 1 | -7/+7 |
| | | | | | | | | | | | Do it by running this command: [exempted files are matched via .x-sc_TAB_in_indentation] git ls-files \ | pcregrep -vf .x-sc_TAB_in_indentation \ | xargs pcregrep -l '^ *\t' \ | xargs perl -MText::Tabs -ni -le \ '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_' | ||||
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 3 | -4/+4 |
| | |||||
* | New website, change et.redhat.com references to libguestfs.org1.0.43 | Richard Jones | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | Squashfs recipe. | Richard W.M. Jones | 2009-05-29 | 6 | -2/+72 |
| | |||||
* | Move the appliance and build scripts into new appliance/ subdirectory. | Richard W.M. Jones | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | Add vg-activate{,-all} commands, and resize recipe. | Richard Jones | 2009-05-18 | 3 | -0/+55 |
| | |||||
* | Added the --ro option (readonly) to guestfish. | Richard Jones | 2009-04-26 | 3 | -8/+3 |
| | |||||
* | Don't echo output in scripts. | Richard Jones | 2009-04-26 | 4 | -22/+6 |
| | |||||
* | Added rpmqa example. | Richard Jones | 2009-04-26 | 4 | -0/+42 |
| | |||||
* | Documentation fix. | Richard Jones | 2009-04-25 | 1 | -1/+1 |
| | |||||
* | New recipe: iso2tar. | Richard Jones | 2009-04-25 | 4 | -0/+31 |
| | |||||
* | Better generation of recipes page. | Richard Jones | 2009-04-25 | 10 | -10/+5 |
| | |||||
* | export2tar recipe | Richard Jones | 2009-04-25 | 3 | -0/+33 |
| | |||||
* | Added guestfish recipes. | Richard Jones | 2009-04-25 | 13 | -0/+175 |