diff --git a/README b/README index 8bd6d79..43a5be1 100644 --- a/README +++ b/README @@ -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