summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBruno Wolff III <bruno@wolff.to>2013-06-29 12:42:13 -0500
committerBruno Wolff III <bruno@wolff.to>2013-06-29 12:42:13 -0500
commit1565631961838b4689d0f47c3af28e8097171330 (patch)
tree724d8c1ce9605e0d7788df8b29984aab2c12a142 /README
parentad3a0c5f57656e015d933be48d6904d66cda77b2 (diff)
downloadspin-kickstarts-1565631961838b4689d0f47c3af28e8097171330.tar.gz
spin-kickstarts-1565631961838b4689d0f47c3af28e8097171330.tar.xz
spin-kickstarts-1565631961838b4689d0f47c3af28e8097171330.zip
Have make use tags to name tar ball
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index ebd9fb5..9c98165 100644
--- a/README
+++ b/README
@@ -13,8 +13,11 @@ git clone ssh://git.fedorahosted.org/git/spin-kickstarts.git spin-kickstarts
cd spin-kickstarts
# If you need a specific branch other than master:
git checkout BRANCHNAME
-make dist
+# No tag has been added yet tag HEAD with
+git tag VERSION
+git push tag VERSION
+make
# Publish the released tar ball
scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts
# Clean up the generated files:
-git clean -f -d
+make clean