mirror of
https://gitlab.com/shorewall/code.git
synced 2025-05-11 19:44:30 +02: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=
|
literpm=
|
||||||
|
|
||||||
case $1 in
|
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].*)
|
*.*[13569].*)
|
||||||
DEST="root@mail.shorewall.net:/srv/ftp/pub/shorewall/development/${1%.*}/shorewall-$1"
|
DEST="root@mail.shorewall.net:/srv/ftp/pub/shorewall/development/${1%.*}/shorewall-$1"
|
||||||
rpm=shorewall-${1}-1.noarch.rpm
|
rpm=shorewall-${1}-1.noarch.rpm
|
||||||
|
Loading…
Reference in New Issue
Block a user