Replace cvs commands with git commands in the instructions.
This commit is contained in:
parent
87acaf1a7b
commit
a8fede4a0b
4
README
4
README
@ -36,9 +36,9 @@ scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts
|
|||||||
# Clean up the generated files:
|
# Clean up the generated files:
|
||||||
git clean -f -d
|
git clean -f -d
|
||||||
# To update a branch of spin-kickstarts
|
# 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
|
# Copy over the new spec file
|
||||||
# In each branch run make new-sources FILES=/pathto/spin-kickstarts-*.tar.gz
|
# 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
|
# Make a new tag with make tag
|
||||||
# Do the build with make build
|
# Do the build with make build
|
||||||
|
Loading…
Reference in New Issue
Block a user