Skip to content

Commit

Permalink
fix: removed dirac-populate-component-db
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Nov 20, 2024
1 parent e751e10 commit 37b1d7a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 198 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Installation
The service constitutes of one database (InstalledComponentsDB) and one service (Framework/ComponentMonitoring).
These service and DB may have been installed already when DIRAC was installed the first time.

The script ``dirac-populate-component-db`` should then be used to populate the DB tables with the necessary information.


Interacting with the static component monitoring
------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ console_scripts =
dirac-admin-update-pilot = DIRAC.FrameworkSystem.scripts.dirac_admin_update_pilot:main [admin]
dirac-admin-users-with-proxy = DIRAC.FrameworkSystem.scripts.dirac_admin_users_with_proxy:main [admin]
dirac-install-component = DIRAC.FrameworkSystem.scripts.dirac_install_component:main [server]
dirac-populate-component-db = DIRAC.FrameworkSystem.scripts.dirac_populate_component_db:main [admin]
dirac-proxy-destroy = DIRAC.FrameworkSystem.scripts.dirac_proxy_destroy:main
dirac-proxy-get-uploaded-info = DIRAC.FrameworkSystem.scripts.dirac_proxy_get_uploaded_info:main
dirac-proxy-info = DIRAC.FrameworkSystem.scripts.dirac_proxy_info:main
Expand Down
195 changes: 0 additions & 195 deletions src/DIRAC/FrameworkSystem/scripts/dirac_populate_component_db.py

This file was deleted.

0 comments on commit 37b1d7a

Please sign in to comment.