From Fedora Project Wiki
m (fix grammar) |
m (update) |
||
Line 1: | Line 1: | ||
{{admon/important|If you are using a Fedora 14 HOST, there is a known issue. Use the following work-around| | {{admon/important|If you are using a Fedora 14 HOST, there is a known issue. Use the following work-around| | ||
* The work-around is '''not''' necessary for | * The work-around is probably '''not''' necessary for building a Fedora 14 appliances on a Fedora 15 host. If you experience problems, try the work-around. If that fixes it, then please mention this in your notes. | ||
* Edit boxgrinder-appliances/testing-appliances/modular-appls/_test_base.appl, comment out (or remove) line 13. Note this in your references, and see if you can build successfully from this point.}} | * Edit boxgrinder-appliances/testing-appliances/modular-appls/_test_base.appl, comment out (or remove) line 13. Note this in your references, and see if you can build successfully from this point.}} | ||
Latest revision as of 23:57, 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