summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBruno Wolff III <bruno@wolff.to>2010-06-07 00:17:19 -0500
committerBruno Wolff III <bruno@wolff.to>2010-06-07 00:17:19 -0500
commite74698336f1d86ba734cd39bfdb555cac02c0326 (patch)
tree990d3be1ee0cec06fbbbedb90831b745e97c5572 /README
parentdc84eda507bfa6a4bf76d8392ca92ff50c53fefb (diff)
downloadspin-kickstarts-e74698336f1d86ba734cd39bfdb555cac02c0326.tar.gz
spin-kickstarts-e74698336f1d86ba734cd39bfdb555cac02c0326.tar.xz
spin-kickstarts-e74698336f1d86ba734cd39bfdb555cac02c0326.zip
Tweak documentation
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
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