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

add htcondor repo

parent 7e940e8c
No related branches found
No related tags found
No related merge requests found
Pipeline #180131 passed
Pipeline: packaging

#180141

    Pipeline: packaging

    #180140

      Pipeline: packaging

      #180139

        +2
        ......@@ -11,6 +11,11 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.r
        dnf config-manager --set-enabled powertools && \
        dnf clean all
        # enable htcondor repo
        RUN curl -LO https://research.cs.wisc.edu/htcondor/yum/RPM-GPG-KEY-HTCondor && \
        rpm --import RPM-GPG-KEY-HTCondor && \
        curl -Lo /etc/yum.repos.d/htcondor-stable-rhel8.repo https://research.cs.wisc.edu/htcondor/yum/repo.d/htcondor-stable-rhel8.repo
        # add osg repository
        RUN echo "[osg]" > /etc/yum.repos.d/osg.repo && \
        echo "name=OSG Software for Enterprise Linux 8 - \$basearch" >> /etc/yum.repos.d/osg.repo && \
        ......
        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