mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-24 15:18:53 +01:00
Add list of files to exclude from shorewall-lite diff
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5117 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
837f977d6d
commit
715910dce0
2
tools/build/exclude.txt
Normal file
2
tools/build/exclude.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
releasenotes.txt
|
||||||
|
changelog.txt
|
@ -613,7 +613,7 @@ if [ -n "$OLDVERSION" ]; then
|
|||||||
|
|
||||||
diff -Naur shorewall-$OLDVERSION shorewall-$VERSION > patch-$VERSION || true
|
diff -Naur shorewall-$OLDVERSION shorewall-$VERSION > patch-$VERSION || true
|
||||||
if [ -n "$HASLITE" ]; then
|
if [ -n "$HASLITE" ]; then
|
||||||
diff -Naur shorewall-lite-$OLDVERSION shorewall-lite-$VERSION >> patch-$VERSION || true
|
diff -Naur -X $(dirname $0)/exclude.txt shorewall-lite-$OLDVERSION shorewall-lite-$VERSION >> patch-$VERSION || true
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user