diff --git a/PandaPkgInfo.py b/PandaPkgInfo.py index 749a237c1..9e0bb8252 100644 --- a/PandaPkgInfo.py +++ b/PandaPkgInfo.py @@ -1 +1 @@ -release_version = "0.3.24" +release_version = "0.4.0" diff --git a/templates/sysconfig/panda_server.sysconfig.rpmnew.template b/templates/sysconfig/panda_server.sysconfig.rpmnew.template index 9db58656f..102334391 100644 --- a/templates/sysconfig/panda_server.sysconfig.rpmnew.template +++ b/templates/sysconfig/panda_server.sysconfig.rpmnew.template @@ -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 diff --git a/templates/sysconfig/panda_server_env.systemd.rpmnew.template b/templates/sysconfig/panda_server_env.systemd.rpmnew.template index 058a92b7b..fa0010415 100644 --- a/templates/sysconfig/panda_server_env.systemd.rpmnew.template +++ b/templates/sysconfig/panda_server_env.systemd.rpmnew.template @@ -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 \ No newline at end of file