diff options
author | Bruno Wolff III <bruno@wolff.to> | 2010-06-07 01:34:39 -0500 |
---|---|---|
committer | Bruno Wolff III <bruno@wolff.to> | 2010-06-07 01:34:39 -0500 |
commit | 73405b1cb6aca6ab16f861a83e1e6b3dd3c9d5bb (patch) | |
tree | 62b219d1f938fff2c3731aedbf65d009846c11b9 /README | |
parent | 73ae813d3589ede02ee7ed6497c98e1f168b7318 (diff) | |
download | spin-kickstarts-73405b1cb6aca6ab16f861a83e1e6b3dd3c9d5bb.tar.gz spin-kickstarts-73405b1cb6aca6ab16f861a83e1e6b3dd3c9d5bb.tar.xz spin-kickstarts-73405b1cb6aca6ab16f861a83e1e6b3dd3c9d5bb.zip |
Add some reminders about how to do the package update on the Fedora side.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |