From Fedora Project Wiki
No edit summary |
m (final uri for test rpm) |
||
Line 4: | Line 4: | ||
# [[Test_Day:2011-04-28_Cloud_SIG_BoxGrinder_Build#Prepare your environment|Prepare your environment]] | # [[Test_Day:2011-04-28_Cloud_SIG_BoxGrinder_Build#Prepare your environment|Prepare your environment]] | ||
# Create local repository directory <pre>mkdir -p /tmp/boxgrinder-repo</pre> | # Create local repository directory <pre>mkdir -p /tmp/boxgrinder-repo</pre> | ||
# Download our test RPM <pre>wget --directory-prefix=/tmp/boxgrinder-repo http://repo.boxgrinder.org/testday/ephemeral-test.rpm</pre> | # Download our test RPM <pre>wget --directory-prefix=/tmp/boxgrinder-repo http://repo.boxgrinder.org/testday/boxgrinder/ephemeral-test.rpm</pre> | ||
# Create repodata <pre>createrepo /tmp/boxgrinder-repo</pre> | # Create repodata <pre>createrepo /tmp/boxgrinder-repo</pre> | ||
|actions= | |actions= |
Revision as of 13:08, 27 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/testday/boxgrinder/ephemeral-test.rpm
- Create repodata
createrepo /tmp/boxgrinder-repo
How to test
- Execute
boxgrinder-build testing-appliances/modular-appls/fedora_15.appl
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