mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
Modify git clean recommendation.
This commit is contained in:
parent
97943f960e
commit
e5451ac0ce
2
README
2
README
@ -34,7 +34,7 @@ rpmbuild -ba ~/rpmbuild/SPECS/spin-kickstarts.spec
|
||||
# If the sprm gets published then publish the tar.gz file on fedorahosted
|
||||
scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts
|
||||
# Clean up the generated files:
|
||||
git clean
|
||||
git clean -f -d
|
||||
# To update a branch of spin-kickstarts
|
||||
# Make sure the branch is current (cvs up)
|
||||
# Copy over the new spec file
|
||||
|
Loading…
Reference in New Issue
Block a user