summaryrefslogtreecommitdiffstats
path: root/COMMIT_NOTES
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-07-03 20:26:56 +0200
committerPatrick McHardy <kaber@trash.net>2008-07-03 20:26:56 +0200
commitb669b27dd6ba8b94fbff5fa17ea3ca26ead53bea (patch)
tree81dd35e711a49a8a4f2cc909f61d6a8bc10b80f1 /COMMIT_NOTES
parent3a72b1f2d3aef3ba1bae80faefe3709e17da523d (diff)
build: various changes to release.sh
- do not remove autogen.sh - remove COMMIT_NOTES - it does not apply to git anymore - create SHA1 sums for tarballs and patches Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'COMMIT_NOTES')
-rw-r--r--COMMIT_NOTES24
1 files changed, 0 insertions, 24 deletions
diff --git a/COMMIT_NOTES b/COMMIT_NOTES
deleted file mode 100644
index 5b6e6f7f..00000000
--- a/COMMIT_NOTES
+++ /dev/null
@@ -1,24 +0,0 @@
-A quick list of rules for committing stuff into netfilter svn:
-
-- Always include the Name of the Author/Contributor in the SVN comment
- like 'fix for foo (Au Thor)'
-
-- make sure that you have set the executable bits on an 'extensions/.*-test'
- script before adding/committing it to SVN
-
-- If the commit fixes a bugzilla bug, please include '(Closes: #bugnr)' in
- the commit message
-
-- Make sure you don't commit to svn while a feature freeze is announced
-
-- For new extensions, there are two possible cases:
- 1) header files are just in patch-o-matic patch, you need an
- 'extensions/.*-test' script to have a conditional build
- 2) header files are in patch-o-matic patch, and copied to
- 'netfilter/include/linux/netfilter_xxx'. This way the extension
- can be built _unconditionally_, and thus be included in
- 'extensions/Makefile'. Make sure to keep the headers in sync!
-
- Usually '1)' is used, but in case something is expected to show up in the
- kernel soon, we should already make userspace support unconditionally.
-