mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 17:28:35 +02:00
Catch full upload from patch directory
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8028 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
f0be55c2d1
commit
0271f9bbbf
@ -204,6 +204,11 @@ esac
|
|||||||
|
|
||||||
[ $# -eq 1 ] || { echo "Usage: $(basename $0) <version>"; exit 2; }
|
[ $# -eq 1 ] || { echo "Usage: $(basename $0) <version>"; exit 2; }
|
||||||
|
|
||||||
|
if [ -z "$PATCHNUM" -a -d shorewall-common ]; then
|
||||||
|
echo " ERROR: Paranoid to upload a base release when a patch release has been built in the current directory" >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
[ -d errata ] || mkdir errata
|
[ -d errata ] || mkdir errata
|
||||||
|
|
||||||
[ -f known_problems.txt ] || echo "There are no known problems in Shorewall version $1" > known_problems.txt
|
[ -f known_problems.txt ] || echo "There are no known problems in Shorewall version $1" > known_problems.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user