mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
Tweak documentation
This commit is contained in:
parent
dc84eda507
commit
e74698336f
6
README
6
README
@ -9,6 +9,9 @@ The release specific branches contain spin concepts that:
|
|||||||
- are approved (both by Board and Spin SIG)
|
- are approved (both by Board and Spin SIG)
|
||||||
- maintained for the remainder of the release cycle
|
- 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:
|
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
|
git clone ssh://git.fedorahosted.org/git/spin-kickstarts.git spin-kickstarts
|
||||||
@ -22,7 +25,10 @@ automake
|
|||||||
autoconf
|
autoconf
|
||||||
make dist
|
make dist
|
||||||
install -D spin-kickstarts-*.tar.gz ~/rpmbuild/SOURCES
|
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
|
install -D spin-kickstarts.spec ~/rpmbuild/SPECS
|
||||||
rpmbuild -ba ~/rpmbuild/SPECS
|
rpmbuild -ba ~/rpmbuild/SPECS
|
||||||
# If the sprm gets published then publish the tar.gz file on fedorahosted
|
# If the sprm gets published then publish the tar.gz file on fedorahosted
|
||||||
scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts
|
scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts
|
||||||
|
# Clean up the generated files:
|
||||||
|
git clean
|
||||||
|
Loading…
Reference in New Issue
Block a user