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

update to osg-3.6

parent 797321bf
No related branches found
No related tags found
No related merge requests found
Pipeline #484368 passed
Pipeline: builder

#484390

    Pipeline: Lint

    #484389

      Pipeline: packaging

      #484388

        +3
        ......@@ -16,7 +16,7 @@ RUN dnf -y install https://research.cs.wisc.edu/htcondor/repo/9.0/htcondor-relea
        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/3.5/osg-3.5-el8-release-latest.rpm && \
        RUN dnf -y install https://repo.opensciencegrid.org/osg/3.6/osg-3.6-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