Skip to content
Snippets Groups Projects
Verified Commit 65a02360 authored by Adam Mercer's avatar Adam Mercer
Browse files

update to osg-24

parent 6869c37f
No related branches found
No related tags found
No related merge requests found
Pipeline #709934 passed
Pipeline: packaging

#709958

    Pipeline: packaging

    #709957

      Pipeline: packaging

      #709956

        +8
        ......@@ -16,7 +16,7 @@ RUN dnf -y install https://research.cs.wisc.edu/htcondor/repo/24.x/htcondor-rele
        dnf config-manager -q --save --setopt="htcondor.skip_if_unavailable=true" &> /dev/null
        # add osg repository
        RUN dnf -y install https://repo.opensciencegrid.org/osg/23-main/osg-23-main-el8-release-latest.rpm && \
        RUN dnf -y install https://repo.opensciencegrid.org/osg/24-main/osg-24-main-el8-release-latest.rpm && \
        dnf config-manager -q --save --setopt="osg.skip_if_unavailable=true" &> /dev/null && \
        dnf config-manager -q --save --setopt="osg.exclude=*condor*" &> /dev/null
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment