summaryrefslogtreecommitdiffstats
path: root/recipes
Commit message (Collapse)AuthorAgeFilesLines
* build: remove trailing blank lines; enable the syntax-check ruleJim Meyering2009-08-041-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 Meyering2009-08-031-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 blanksJim Meyering2009-07-033-4/+4
|
* New website, change et.redhat.com references to libguestfs.org1.0.43Richard Jones2009-06-091-1/+1
|
* Squashfs recipe.Richard W.M. Jones2009-05-296-2/+72
|
* Move the appliance and build scripts into new appliance/ subdirectory.Richard W.M. Jones2009-05-281-1/+1
|
* Add vg-activate{,-all} commands, and resize recipe.Richard Jones2009-05-183-0/+55
|
* Added the --ro option (readonly) to guestfish.Richard Jones2009-04-263-8/+3
|
* Don't echo output in scripts.Richard Jones2009-04-264-22/+6
|
* Added rpmqa example.Richard Jones2009-04-264-0/+42
|
* Documentation fix.Richard Jones2009-04-251-1/+1
|
* New recipe: iso2tar.Richard Jones2009-04-254-0/+31
|
* Better generation of recipes page.Richard Jones2009-04-2510-10/+5
|
* export2tar recipeRichard Jones2009-04-253-0/+33
|
* Added guestfish recipes.Richard Jones2009-04-2513-0/+175