From 73405b1cb6aca6ab16f861a83e1e6b3dd3c9d5bb Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Mon, 7 Jun 2010 01:34:39 -0500 Subject: [PATCH] Add some reminders about how to do the package update on the Fedora side. --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 2f1a9cf..384b815 100644 --- a/README +++ b/README @@ -33,3 +33,9 @@ rpmbuild -ba ~/rpmbuild/SPECS/spin-kickstarts.spec scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts # Clean up the generated files: git clean +# To update a branch of spin-kickstarts +# Make sure the branch is current (cvs up) +# Copy over the new spec file +# In each branch run make new-sources FILES=/pathto/spin-kickstarts-*.tar.gz +# Make a new tag with make tag +# Do the build with make build