Skip to content

Commit

Permalink
Increased minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreir committed Oct 31, 2024
1 parent 4ae2c27 commit c39ce4b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion PandaPkgInfo.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = "0.3.24"
release_version = "0.4.0"
2 changes: 0 additions & 2 deletions templates/sysconfig/panda_server.sysconfig.rpmnew.template
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ fi
if [[ -z "${PANDA_URL_SSL}" ]]; then
export PANDA_URL_SSL="https://`hostname --fqdn`:25443/server/panda"
fi
export PANDA_URL_MAP=CERN,$PANDA_URL,$PANDA_URL_SSL


# httpd config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ X509_USER_PROXY=/data/atlpan/x509up_u25606
# panda server URLs
PANDA_URL='http://pandaserver.cern.ch:25080/server/panda'
PANDA_URL_SSL='https://pandaserver.cern.ch:25443/server/panda'
PANDA_URL_MAP=CERN,$PANDA_URL,$PANDA_URL_SSL

0 comments on commit c39ce4b

Please sign in to comment.