summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Wolff III <bruno@wolff.to>2011-08-06 10:55:11 -0500
committerBruno Wolff III <bruno@wolff.to>2011-08-06 10:55:11 -0500
commita8fede4a0bfb9d4c8e17db7ad635d552b1487d76 (patch)
treeb7fe64752cac018f10ee8b896fe701d71c8fa691
parent87acaf1a7b312f06421dce84c45454e2cc93be55 (diff)
downloadspin-kickstarts-a8fede4a0bfb9d4c8e17db7ad635d552b1487d76.tar.gz
spin-kickstarts-a8fede4a0bfb9d4c8e17db7ad635d552b1487d76.tar.xz
spin-kickstarts-a8fede4a0bfb9d4c8e17db7ad635d552b1487d76.zip
Replace cvs commands with git commands in the instructions.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 7c1d6da..a6574f1 100644
--- a/README
+++ b/README
@@ -36,9 +36,9 @@ scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts
# Clean up the generated files:
git clean -f -d
# To update a branch of spin-kickstarts
-# Make sure the branch is current (cvs up)
+# Make sure the branch is current (git pull)
# Copy over the new spec file
# In each branch run make new-sources FILES=/pathto/spin-kickstarts-*.tar.gz
-# Commit the changes with cvs commit
+# Commit the changes with git commit -a
# Make a new tag with make tag
# Do the build with make build