Skip to content

Commit

Permalink
Fedora 39
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Oct 17, 2023
1 parent 8c2104c commit 93ee0c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ fc38)
DIST='fedora'
RELEASE='38'
;;
fc39)
RPMDIR="${WEBROOT}/fedora/39/${ARCH}"
SRPMDIR="${WEBROOT}/fedora/39/SRPMS"
DIST='fedora'
RELEASE='39'
;;
el7)
RPMDIR="${WEBROOT}/epel/7/${ARCH}"
SRPMDIR="${WEBROOT}/epel/7/SRPMS"
Expand Down

0 comments on commit 93ee0c1

Please sign in to comment.