Skip to content
Snippets Groups Projects
Commit 5ab4ba16 authored by Duncan Macleod's avatar Duncan Macleod
Browse files

Merge branch 'osg-23-el8' into 'el8'

Update OSG repo to 23-main [el8]

Closes #21

See merge request !27
parents a0e7737f 123524d0
No related branches found
No related tags found
1 merge request!27Update OSG repo to 23-main [el8]
Pipeline #658822 passed
Pipeline: packaging

#658859

    Pipeline: packaging

    #658858

      Pipeline: packaging

      #658857

        +8
        ......@@ -16,9 +16,9 @@ RUN dnf -y install https://research.cs.wisc.edu/htcondor/repo/23.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/3.6/osg-3.6-el8-release-latest.rpm && \
        RUN dnf -y install https://repo.opensciencegrid.org/osg/23-main/osg-23-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*,pegasus*" &> /dev/null
        dnf config-manager -q --save --setopt="osg.exclude=*condor*" &> /dev/null
        # install extra packages
        RUN dnf -y install \
        ......
        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