mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 14:48:51 +01:00
Update upload script for 3.3
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4715 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
531f24c0c6
commit
8c3e133b47
@ -4,6 +4,11 @@ rpm=
|
||||
literpm=
|
||||
|
||||
case $1 in
|
||||
3.*[13569].*)
|
||||
DEST="root@mail.shorewall.net:/srv/ftp/pub/shorewall/development/${1%.*}/shorewall-$1"
|
||||
rpm=shorewall-${1}-1.noarch.rpm
|
||||
literpm=shorewall-lite-${1}-1.noarch.rpm
|
||||
;;
|
||||
*.*[13569].*)
|
||||
DEST="root@mail.shorewall.net:/srv/ftp/pub/shorewall/development/${1%.*}/shorewall-$1"
|
||||
rpm=shorewall-${1}-1.noarch.rpm
|
||||
|
Loading…
Reference in New Issue
Block a user