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

install htcondir using upstream repo package

parent 646e37a3
No related branches found
No related tags found
No related merge requests found
Pipeline #266095 passed
Pipeline: Lint

#266102

    Pipeline: packaging

    #266101

      Pipeline: packaging

      #266100

        +2
        ......@@ -12,9 +12,7 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.r
        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
        RUN dnf -y install https://research.cs.wisc.edu/htcondor/repo/9.0/htcondor-release-current.el8.noarch.rpm
        # add osg repository
        RUN echo "[osg]" > /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