forked from extern/shorewall_code
Fix upload script to upload the Shorewall Lite RPM
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4214 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
796a64af71
commit
26de5bc59d
@ -13,6 +13,11 @@ case $1 in
|
||||
rpm=shorewall-${1%-*}-0${1#*-}.noarch.rpm
|
||||
literpm=shorewall-lite-${1%-*}-0${1#*-}.noarch.rpm
|
||||
;;
|
||||
3.[02468].*)
|
||||
DEST="root@mail.shorewall.net:/srv/ftp/pub/shorewall/${1%.*}/shorewall-$1"
|
||||
rpm=shorewall-${1}-1.noarch.rpm
|
||||
literpm=shorewall-lite-${1}-1.noarch.rpm
|
||||
;;
|
||||
*)
|
||||
DEST="root@mail.shorewall.net:/srv/ftp/pub/shorewall/${1%.*}/shorewall-$1"
|
||||
rpm=shorewall-${1}-1.noarch.rpm
|
||||
|
Loading…
Reference in New Issue
Block a user