From 70cd40790c1f8f1a714774f71f771c507dc07c03 Mon Sep 17 00:00:00 2001 From: Matthew K Defenderfer <mdefende@uab.edu> Date: Fri, 30 Aug 2024 09:52:25 -0500 Subject: [PATCH] file reorganization --- {policy => src/policy}/list-30day-with-excludes | 0 {policy => src/policy}/list-path | 0 {policy => src/policy}/list-path-dirplus | 0 {policy => src/policy}/list-path-external | 0 run-mmpol.sh => src/run-mmpol.sh | 0 submit-pol-job => src/submit-pol-job | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {policy => src/policy}/list-30day-with-excludes (100%) rename {policy => src/policy}/list-path (100%) rename {policy => src/policy}/list-path-dirplus (100%) rename {policy => src/policy}/list-path-external (100%) rename run-mmpol.sh => src/run-mmpol.sh (100%) rename submit-pol-job => src/submit-pol-job (100%) diff --git a/policy/list-30day-with-excludes b/src/policy/list-30day-with-excludes similarity index 100% rename from policy/list-30day-with-excludes rename to src/policy/list-30day-with-excludes diff --git a/policy/list-path b/src/policy/list-path similarity index 100% rename from policy/list-path rename to src/policy/list-path diff --git a/policy/list-path-dirplus b/src/policy/list-path-dirplus similarity index 100% rename from policy/list-path-dirplus rename to src/policy/list-path-dirplus diff --git a/policy/list-path-external b/src/policy/list-path-external similarity index 100% rename from policy/list-path-external rename to src/policy/list-path-external diff --git a/run-mmpol.sh b/src/run-mmpol.sh similarity index 100% rename from run-mmpol.sh rename to src/run-mmpol.sh diff --git a/submit-pol-job b/src/submit-pol-job similarity index 100% rename from submit-pol-job rename to src/submit-pol-job -- GitLab