summaryrefslogtreecommitdiff
path: root/DEVELOP
diff options
context:
space:
mode:
authorDaniel Black <grooverdan@users.sourceforge.net>2013-10-11 07:47:50 +1100
committerDaniel Black <grooverdan@users.sourceforge.net>2013-10-11 07:47:50 +1100
commit7004253621a53dc5487ef01d1cdaee67cb977af0 (patch)
tree2500d86bd4166b3bd5aa4486eddcfa0f55950c3b /DEVELOP
parent5275feafce1492f8b62ec4943194c59524c5d484 (diff)
downloadfail2ban-7004253621a53dc5487ef01d1cdaee67cb977af0.tar.gz
DOC: ensuring the MANIFEST is complete
Diffstat (limited to 'DEVELOP')
-rw-r--r--DEVELOP23
1 files changed, 23 insertions, 0 deletions
diff --git a/DEVELOP b/DEVELOP
index efb77888..6e5e0b4c 100644
--- a/DEVELOP
+++ b/DEVELOP
@@ -688,6 +688,29 @@ Releasing
# Ensure the version is correct in ./common/version.py
+# Ensure the MANIFEST is complete
+
+Run:
+
+ python setup.py sdist
+
+Look for errors like:
+ 'testcases/files/logs/mysqld.log' not a regular file -- skipping
+
+Which indicates that testcases/files/logs/mysqld.log has been moved or is a directory
+
+ tar -C /tmp -jxf dist/fail2ban-0.8.10.dev.tar.bz2
+
+# clean up current direcory
+
+ find . -name \*.pyc -exec rm {} \;
+
+ diff -rul . /tmp/fail2ban-0.8.10.dev/
+
+ # Only differences should be files that you don't want distributed.
+
+ cd /tmp/fail2ban-0.8.10.dev/ && ./fail2ban-testcases-all
+
# Add/finalize the corresponding entry in the ChangeLog
To generate a list of committers use e.g.