summaryrefslogtreecommitdiff
path: root/src/README-RELEASE
diff options
context:
space:
mode:
Diffstat (limited to 'src/README-RELEASE')
-rw-r--r--src/README-RELEASE10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/README-RELEASE b/src/README-RELEASE
new file mode 100644
index 0000000..07d5702
--- /dev/null
+++ b/src/README-RELEASE
@@ -0,0 +1,10 @@
+configure
+make dist
+
+ver=$(head -1 NEWS)
+ver=${ver#v}
+echo "creating ${ver} release"
+
+echo "use the web UI to upload tarball"
+
+svn copy -m "tag at ${ver}" svn+ssh://nneul@svn.code.sf.net/p/cracklib/code/trunk/cracklib svn+ssh://nneul@svn.code.sf.net/p/cracklib/code/tags/cracklib-${ver}