Tweak documentation

This commit is contained in:
Bruno Wolff III 2010-06-07 00:17:19 -05:00
parent dc84eda507
commit e74698336f
1 changed files with 6 additions and 0 deletions

6
README
View File

@ -9,6 +9,9 @@ The release specific branches contain spin concepts that:
- are approved (both by Board and Spin SIG)
- maintained for the remainder of the release cycle
When kickstart files are added or removed, Makefile.am should be updated to
reflect the change.
To rebuild the srpm for a new version or a new release without patches:
git clone ssh://git.fedorahosted.org/git/spin-kickstarts.git spin-kickstarts
@ -22,7 +25,10 @@ automake
autoconf
make dist
install -D spin-kickstarts-*.tar.gz ~/rpmbuild/SOURCES
# Edit spin-kickstarts.spec if some changelog history needs to be included
install -D spin-kickstarts.spec ~/rpmbuild/SPECS
rpmbuild -ba ~/rpmbuild/SPECS
# If the sprm gets published then publish the tar.gz file on fedorahosted
scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts
# Clean up the generated files:
git clean