Add fedora35 to release and signing scripts

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2022-08-23 21:16:31 +02:00
parent c5b0278c58
commit e34fe17b45
2 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,8 @@ function sign() {
;; ;;
debian*) pkg_type=deb debian*) pkg_type=deb
;; ;;
fedora*) pkg_type=rpm
;;
opensuse-leap*) pkg_type=rpm opensuse-leap*) pkg_type=rpm
;; ;;
ubuntu*) pkg_type=deb ubuntu*) pkg_type=deb

View File

@ -94,6 +94,8 @@ function sync() {
;; ;;
debian*) pkg_type=deb debian*) pkg_type=deb
;; ;;
fedora*) pkg_type=rpm
;;
opensuse-leap*) pkg_type=rpm opensuse-leap*) pkg_type=rpm
;; ;;
ubuntu*) pkg_type=deb ubuntu*) pkg_type=deb