Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN CE_IDTOKEN_DIR=/usr/share/condor-ce/glidein-tokens; \
mkdir -p "$CE_IDTOKEN_DIR" \
&& chown condor: "$CE_IDTOKEN_DIR"

# do the bad thing of overwriting the existing cron job for fetch-crl
COPY etc/cron.d/fetch-crl /etc/cron.d/fetch-crl
RUN chmod 644 /etc/cron.d/fetch-crl
# SOFTWARE-6149: auto-detect osg-configure changes
# Also do the bad thing of overwriting the existing cron job for fetch-crl
COPY etc/cron.d/* /etc/cron.d/
RUN chmod 644 /etc/cron.d/*