Skip to content

Commit

Permalink
HTCONDOR-2151 Remove now-empty mapfile for central collector
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeFrey committed Nov 16, 2023
1 parent 1d41866 commit 58c9980
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ COLL_DEFAULT_CONFIG_FILES := \
config/05-ce-auth-defaults.conf \
config/05-ce-collector-auth.conf

COLL_DEFAULT_MAP_FILES := \
config/mapfiles.d/50-central-collector.conf

# ------------------------------------------------------------------------------
# HTCondor-CE View files
# ------------------------------------------------------------------------------
Expand Down Expand Up @@ -340,7 +337,6 @@ collector: client _view
install -p -m 0644 -D -t $(DESTDIR)/$(INSTALL_WSGI_DIR)/htcondor-ce/ $(COLL_WSGI_FILES)

install -p -m 0644 -D -t $(DESTDIR)/$(INSTALL_SHARE_DIR)/condor-ce/config.d/ $(COLL_DEFAULT_CONFIG_FILES)
install -p -m 0644 -D -t $(DESTDIR)/$(INSTALL_SHARE_DIR)/condor-ce/mapfiles.d/ $(COLL_DEFAULT_MAP_FILES)


install: client _view entrypoint collector
Expand Down
10 changes: 0 additions & 10 deletions config/mapfiles.d/50-central-collector.conf

This file was deleted.

1 change: 0 additions & 1 deletion rpm/htcondor-ce.spec
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ fi

%{_datadir}/condor-ce/config.d/01-ce-collector-defaults.conf
%{_datadir}/condor-ce/config.d/05-ce-auth-defaults.conf
%{_datadir}/condor-ce/mapfiles.d/50-central-collector.conf
%{_datadir}/condor-ce/condor_ce_create_password

%{_unitdir}/condor-ce-collector.service
Expand Down

0 comments on commit 58c9980

Please sign in to comment.