summaryrefslogtreecommitdiffstats
path: root/inspector/example-fedora.xml
Commit message (Collapse)AuthorAgeFilesLines
* inspector: Include <hostname> in output.Richard W.M. Jones2011-04-141-0/+1
|
* inspect: Get version and release of RPM packages.Richard W.M. Jones2011-04-141-0/+6
| | | | | | | | | | This commit downloads the Packages RPM database allowing us to find other details about installed RPM packages (via inspect-list-applications). This adds version and release. Epoch cannot yet be found. This commit also updates the Fedora example image so that it contains a dummy RPM Packages database with some data.
* inspect: Split code into separate files.Richard W.M. Jones2011-04-141-0/+1
| | | | | | | | | | | | | | | | | The src/inspect.c file had grown rather large -- 3,500 lines. Split it across several files according to function. This is just moving code. After the split the files are more evenly divided: 536 src/inspect_apps.c 766 src/inspect.c 537 src/inspect_fs.c 404 src/inspect_fs_cd.c 785 src/inspect_fs_unix.c 535 src/inspect_fs_windows.c 3563 total
* inspector: Rewrite virt-inspector in C.Richard W.M. Jones2010-11-191-0/+1
|
* inspector: Replace old examples with ones derived from phony images.Richard W.M. Jones2010-11-161-0/+40