1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-28 00:57:21 +00:00

Modify git clean recommendation.

This commit is contained in:
Bruno Wolff III 2010-07-27 06:16:57 -05:00
parent 97943f960e
commit e5451ac0ce

2
README
View File

@ -34,7 +34,7 @@ rpmbuild -ba ~/rpmbuild/SPECS/spin-kickstarts.spec
# If the sprm gets published then publish the tar.gz file on fedorahosted # If the sprm gets published then publish the tar.gz file on fedorahosted
scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts
# Clean up the generated files: # Clean up the generated files:
git clean 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 (cvs up)
# Copy over the new spec file # Copy over the new spec file