From Fedora Project Wiki
No edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
# Create repodata <pre>createrepo /tmp/boxgrinder-repo</pre> | # Create repodata <pre>createrepo /tmp/boxgrinder-repo</pre> | ||
|actions= | |actions= | ||
# Execute <pre>boxgrinder-build testing-appliances/modular-appls/fedora_14.appl</pre> | # Execute <pre>boxgrinder-build testing-appliances/modular-appls/fedora_14.appl --trace</pre> | ||
|results= | |results= | ||
The following must be true to consider this a successful test run. | The following must be true to consider this a successful test run. |
Revision as of 07:33, 28 April 2011
Description
Build an appliance based upon the modular appliances, which are designed to provide more comprehensive BoxGrinder Build feature coverage.
Setup
- Prepare your environment
- Create local repository directory
mkdir -p /tmp/boxgrinder-repo
- Download our test RPM
wget --directory-prefix=/tmp/boxgrinder-repo http://repo.boxgrinder.org/boxgrinder/testday/ephemeral-repo-test-0.1-1.noarch.rpm
- Create repodata
createrepo /tmp/boxgrinder-repo
How to test
- Execute
boxgrinder-build testing-appliances/modular-appls/fedora_14.appl --trace
Expected Results
The following must be true to consider this a successful test run.
- Step #1 completes without error (indicated on console)
- Program completes with exit code 0