summaryrefslogtreecommitdiffstats
path: root/make-recipes.sh
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Fix git URL.1.0.79Richard Jones2009-11-181-1/+1
|
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-9/+9
| | | | | | | | | | | 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 : $_'
* New website, change et.redhat.com references to libguestfs.org1.0.43Richard Jones2009-06-091-2/+2
|
* Generated code for ext2 UUID and label functions.Richard Jones2009-04-271-1/+8
|
* Better generation of recipes page.Richard Jones2009-04-251-0/+73