summaryrefslogtreecommitdiff
path: root/DEVELOP
diff options
context:
space:
mode:
authorDaniel Black <grooverdan@users.sourceforge.net>2013-10-23 21:43:03 +1100
committerDaniel Black <grooverdan@users.sourceforge.net>2013-10-23 21:43:03 +1100
commit7d23c2c24cd61af67604de14373fb80045126a84 (patch)
tree84f40b486e59af2428ccc721722491558b0c087b /DEVELOP
parent7e1482536fcd1f6c00a521b65b891c74a5bdcf03 (diff)
downloadfail2ban-7d23c2c24cd61af67604de14373fb80045126a84.tar.gz
DOC: simpler diff for MANIFEST examination
Diffstat (limited to 'DEVELOP')
-rw-r--r--DEVELOP4
1 files changed, 1 insertions, 3 deletions
diff --git a/DEVELOP b/DEVELOP
index 6e5e0b4c..51314078 100644
--- a/DEVELOP
+++ b/DEVELOP
@@ -703,9 +703,7 @@ Which indicates that testcases/files/logs/mysqld.log has been moved or is a dire
# clean up current direcory
- find . -name \*.pyc -exec rm {} \;
-
- diff -rul . /tmp/fail2ban-0.8.10.dev/
+ diff -rul --exclude \*.pyc . /tmp/fail2ban-0.8.10.dev/
# Only differences should be files that you don't want distributed.