Skip to content

Commit

Permalink
Remove unused client modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Mar 9, 2021
1 parent 9e8125a commit fa99d35
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 436 deletions.
2 changes: 1 addition & 1 deletion src/MCPClient/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ This is the full list of variables supported by MCPClient:
- **`ARCHIVEMATICA_MCPCLIENT_MCPCLIENT_SEARCH_ENABLED`**:
- **Description:** controls what Elasticsearch indexes are enabled:
- When set to `aips` or `false`, certain client scripts will exit without interacting with the Transfers related indexes, e.g., elasticSearchIndex_v0.0 and postStoreAIPHook_v1.0.
- When set to `transfers` or `false`, certain client scripts will exit without interacting with the AIPs related indexes, e.g., indexAIP_v0.0 and removeAIPFilesFromIndex_v0.0.
- When set to `transfers` or `false`, certain client scripts will exit without interacting with the AIPs related indexes, e.g., indexAIP_v0.0.
- When set to `aips,transfers` (the order does not matter) or `true`, all interactions with the Elasticsearch indexes will be made.
- **Config file example:** `MCPClient.search_enabled`
- **Type:** `boolean` or `string`
Expand Down
5 changes: 0 additions & 5 deletions src/MCPClient/lib/archivematicaClientModules
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ loadlabelsfromcsv_v0.0 = load_labels_from_csv
loadpremiseventsfromxml_v1.0 = load_premis_events_from_xml
manualnormalizationcheckformanualnormalizationdirectory_v0.0 = manual_normalization_check_for_manual_normalization_directory
manualnormalizationremovemndirectories_v0.0 = manual_normalization_remove_mn_directories
movedspacelicensefilestodspacelicenses_v0.0 = move_dspace_license_files_to_dspace_licenses
movedspacemetsfilestodspacemets_v0.0 = move_dspace_mets_files_to_dspace_mets
movesip_v0.0 = move_sip
moveormerge_v0.0 = move_or_merge
movetransfer_v0.0 = move_transfer
Expand All @@ -60,7 +58,6 @@ parseexternalmets = parse_external_mets
parsemetstodb_v1.0 = parse_mets_to_db
policycheck_v0.0 = policy_check
poststoreaiphook_v1.0 = post_store_aip_hook
removeaipfilesfromindex_v0.0 = remove_aip_files_from_index
removefileswithoutpresmismetadata_v0.0 = remove_files_without_premis_metadata
removehiddenfilesanddirectories_v0.0 = remove_hidden_files_and_directories
restructureforcompliance_v0.0 = restructure_for_compliance
Expand Down Expand Up @@ -103,7 +100,6 @@ bagit_v0.0 = bag_with_empty_directories
haspackages_v0.0 = has_packages
failedtransfercleanup = failed_transfer_cleanup
filetofolder_v1.0 = file_to_folder
generatedipfromaipgeneratedip_v0.0 = generate_dip_from_aip_generate_dip
getaipstoragelocations_v0.0 = get_aip_storage_locations
indexaip_v0.0 = index_aip
createtransfermetadata_v0.0 = create_transfer_metadata
Expand All @@ -117,7 +113,6 @@ dipGenerationHelper = dip_generation_helper
emailfailreport_v0.0 = email_fail_report
verifychecksum_v0.0 = verify_checksum
archivematicaverifymets_v0.0 = verify_mets
backupdip_v0.0 = backup_dip
copyrecursive_v0.0 = copy_recursive
copysubmissiondocs_v0.0 = copy_submission_docs
copy_v0.0 = cmd_cp
Expand Down
39 changes: 0 additions & 39 deletions src/MCPClient/lib/clientScripts/backupDIP.sh

This file was deleted.

18 changes: 0 additions & 18 deletions src/MCPClient/lib/clientScripts/backup_dip.py

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit fa99d35

Please sign in to comment.