From 3fc9e9037c3aaa80c610070e805eeaed83599900 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Fri, 2 Aug 2019 10:35:40 -0700 Subject: [PATCH 01/14] configure london mocks --- etc/desi.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/etc/desi.json b/etc/desi.json index 62e71d0..0d41c10 100644 --- a/etc/desi.json +++ b/etc/desi.json @@ -165,8 +165,8 @@ }, "mocks":{ "__exclude__":["lya_forest/README.html", - "lya_forest/london/README", - "lya_forest/london/lyasim.log", + "lya_forest/london/v6.0/README", + "lya_forest/london/v6.0/lyasim.log", "lya_forest/saclay/README", "lya_forest/saclay/README~" ], @@ -203,11 +203,21 @@ "lya_forest/develop/.*$":"EXCLUDE", "lya_forest/dr11/.*$":"EXCLUDE", "lya_forest/london/(colore_raw|tests|tools)/.*$":"EXCLUDE", - "lya_forest/london/v[23567]\\.[0-9](\\.[0-9]|)/.*$":"EXCLUDE", - "lya_forest/london/v4\\.0(\\.[0-9]|)/.*$":"EXCLUDE", + "lya_forest/london/(v[23]\\.[0-9])/[^/]+$":"lya_forest/london/\\1/lya_forest_london_\\1_files.tar", + "lya_forest/london/(v[23]\\.[0-9])/([0-9]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", + "lya_forest/london/(v[23]\\.[0-9])/quick-([0-9.]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_quick-\\2.tar", + "lya_forest/london/(v[23]\\.[0-9])/tests/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_tests.tar", + "lya_forest/london/(v4\\.0\\.[0-9])/[^/]+$":"lya_forest/london/\\1/lya_forest_london_\\1_files.tar", + "lya_forest/london/(v4\\.0\\.[0-9])/([0-9]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", + "lya_forest/london/(v4\\.0\\.[0-9])/(eboss|quick)-([0-9.]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3.tar", + "lya_forest/london/(v4\\.0\\.[0-9])/(logs|tests)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", "lya_forest/london/v4\\.2\\.0/[^/]+$":"lya_forest/london/v4.2.0/lya_forest_london_v4.2.0_files.tar", "lya_forest/london/v4\\.2\\.0/([0-9]+)/.*$":"lya_forest/london/v4.2.0/lya_forest_london_v4.2.0_\\1.tar", "lya_forest/london/v4\\.2\\.0/quick-([0-9.]+)/.*$":"lya_forest/london/v4.2.0/lya_forest_london_v4.2.0_quick-\\1.tar", + "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/[^/]+$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_files.tar", + "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/([0-9]+)/.*$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_\\2.tar", + "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/eboss-([0-9.]+)/.*$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_eboss-\\2.tar", + "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/logs/.*$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_logs.tar", "lya_forest/picca/.*$":"EXCLUDE", "lya_forest/saclay/v[23]\\.[0-9]/.*$":"EXCLUDE", "lya_forest/saclay/v4\\.[013]/.*$":"EXCLUDE", From b8408ca99be7951f8c85418343c2d41314ecbc10 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Fri, 2 Aug 2019 13:54:00 -0700 Subject: [PATCH 02/14] remove unused regex --- etc/desi.json | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/desi.json b/etc/desi.json index 0d41c10..974a05c 100644 --- a/etc/desi.json +++ b/etc/desi.json @@ -202,7 +202,6 @@ "lya_forest":{ "lya_forest/develop/.*$":"EXCLUDE", "lya_forest/dr11/.*$":"EXCLUDE", - "lya_forest/london/(colore_raw|tests|tools)/.*$":"EXCLUDE", "lya_forest/london/(v[23]\\.[0-9])/[^/]+$":"lya_forest/london/\\1/lya_forest_london_\\1_files.tar", "lya_forest/london/(v[23]\\.[0-9])/([0-9]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", "lya_forest/london/(v[23]\\.[0-9])/quick-([0-9.]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_quick-\\2.tar", From 458d2b15be910aa6b3d0be1cd14e9102afd7998b Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Fri, 2 Aug 2019 13:58:18 -0700 Subject: [PATCH 03/14] consolidate v4 configuration --- etc/desi.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/etc/desi.json b/etc/desi.json index 974a05c..4ed6e2c 100644 --- a/etc/desi.json +++ b/etc/desi.json @@ -206,13 +206,10 @@ "lya_forest/london/(v[23]\\.[0-9])/([0-9]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", "lya_forest/london/(v[23]\\.[0-9])/quick-([0-9.]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_quick-\\2.tar", "lya_forest/london/(v[23]\\.[0-9])/tests/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_tests.tar", - "lya_forest/london/(v4\\.0\\.[0-9])/[^/]+$":"lya_forest/london/\\1/lya_forest_london_\\1_files.tar", - "lya_forest/london/(v4\\.0\\.[0-9])/([0-9]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", - "lya_forest/london/(v4\\.0\\.[0-9])/(eboss|quick)-([0-9.]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3.tar", - "lya_forest/london/(v4\\.0\\.[0-9])/(logs|tests)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", - "lya_forest/london/v4\\.2\\.0/[^/]+$":"lya_forest/london/v4.2.0/lya_forest_london_v4.2.0_files.tar", - "lya_forest/london/v4\\.2\\.0/([0-9]+)/.*$":"lya_forest/london/v4.2.0/lya_forest_london_v4.2.0_\\1.tar", - "lya_forest/london/v4\\.2\\.0/quick-([0-9.]+)/.*$":"lya_forest/london/v4.2.0/lya_forest_london_v4.2.0_quick-\\1.tar", + "lya_forest/london/(v4\\.[0-9]\\.[0-9])/[^/]+$":"lya_forest/london/\\1/lya_forest_london_\\1_files.tar", + "lya_forest/london/(v4\\.[0-9]\\.[0-9])/([0-9]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", + "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3.tar", + "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(logs|tests)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/[^/]+$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_files.tar", "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/([0-9]+)/.*$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_\\2.tar", "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/eboss-([0-9.]+)/.*$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_eboss-\\2.tar", From 9becac51039c0ffc54e3197c46fdaa24d1fecba6 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Fri, 2 Aug 2019 14:01:37 -0700 Subject: [PATCH 04/14] remove saclay configuration --- etc/desi.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/etc/desi.json b/etc/desi.json index 4ed6e2c..1995766 100644 --- a/etc/desi.json +++ b/etc/desi.json @@ -215,10 +215,7 @@ "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/eboss-([0-9.]+)/.*$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_eboss-\\2.tar", "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/logs/.*$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_logs.tar", "lya_forest/picca/.*$":"EXCLUDE", - "lya_forest/saclay/v[23]\\.[0-9]/.*$":"EXCLUDE", - "lya_forest/saclay/v4\\.[013]/.*$":"EXCLUDE", - "lya_forest/saclay/v4\\.2/.*$":"lya_forest/saclay/lya_forest_saclay_v4.2.tar", - "lya_forest/saclay/v4\\.4/v4\\.4\\.([0-9]+)/.*$":"lya_forest/saclay/v4.4/lya_forest_saclay_v4.4_v4.4.\\1.tar", + "lya_forest/saclay/.*$":"EXCLUDE", "lya_forest/uncorr/.*$":"EXCLUDE" }, "mws":{ From 0b154d86b1c3d37292d287702fcda7637e77a859 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Fri, 2 Aug 2019 14:04:13 -0700 Subject: [PATCH 05/14] remove saclay configuration --- etc/desi.json | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/desi.json b/etc/desi.json index 1995766..bf18d93 100644 --- a/etc/desi.json +++ b/etc/desi.json @@ -215,7 +215,6 @@ "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/eboss-([0-9.]+)/.*$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_eboss-\\2.tar", "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/logs/.*$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_logs.tar", "lya_forest/picca/.*$":"EXCLUDE", - "lya_forest/saclay/.*$":"EXCLUDE", "lya_forest/uncorr/.*$":"EXCLUDE" }, "mws":{ From ea3a0f8d41a43f3b6d9be0dc250e210733f8bf0d Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Fri, 2 Aug 2019 14:55:29 -0700 Subject: [PATCH 06/14] split up quick directories --- etc/desi.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/desi.json b/etc/desi.json index bf18d93..f461980 100644 --- a/etc/desi.json +++ b/etc/desi.json @@ -208,7 +208,9 @@ "lya_forest/london/(v[23]\\.[0-9])/tests/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_tests.tar", "lya_forest/london/(v4\\.[0-9]\\.[0-9])/[^/]+$":"lya_forest/london/\\1/lya_forest_london_\\1_files.tar", "lya_forest/london/(v4\\.[0-9]\\.[0-9])/([0-9]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", - "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3.tar", + "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/[^/]+$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3_files.tar", + "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/(logs|run)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3_logs.tar", + "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/spectra-16/([0-9]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3_spectra-16_\\4.tar", "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(logs|tests)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/[^/]+$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_files.tar", "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/([0-9]+)/.*$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_\\2.tar", From fcd1c9681940886e8c7a9a3c04468d60d10638d7 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Fri, 2 Aug 2019 14:58:53 -0700 Subject: [PATCH 07/14] one more test directory --- etc/desi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/desi.json b/etc/desi.json index f461980..a3af932 100644 --- a/etc/desi.json +++ b/etc/desi.json @@ -209,7 +209,7 @@ "lya_forest/london/(v4\\.[0-9]\\.[0-9])/[^/]+$":"lya_forest/london/\\1/lya_forest_london_\\1_files.tar", "lya_forest/london/(v4\\.[0-9]\\.[0-9])/([0-9]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/[^/]+$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3_files.tar", - "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/(logs|run)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3_logs.tar", + "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/(logs|run|test-0-0)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3_logs.tar", "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/spectra-16/([0-9]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3_spectra-16_\\4.tar", "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(logs|tests)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/[^/]+$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_files.tar", From d50d7cb680a3b895a57947fb8d7b422cb1834ee5 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Tue, 6 Aug 2019 13:06:08 -0700 Subject: [PATCH 08/14] fix subsitution problem --- etc/desi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/desi.json b/etc/desi.json index a3af932..184abc9 100644 --- a/etc/desi.json +++ b/etc/desi.json @@ -209,7 +209,7 @@ "lya_forest/london/(v4\\.[0-9]\\.[0-9])/[^/]+$":"lya_forest/london/\\1/lya_forest_london_\\1_files.tar", "lya_forest/london/(v4\\.[0-9]\\.[0-9])/([0-9]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/[^/]+$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3_files.tar", - "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/(logs|run|test-0-0)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3_logs.tar", + "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/(logs|run|test-0-0)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3_\\4.tar", "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/spectra-16/([0-9]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3_spectra-16_\\4.tar", "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(logs|tests)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/[^/]+$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_files.tar", From 456cf426fe51a9b10f413cfedd556b9ea11a4ecf Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Tue, 6 Aug 2019 14:40:56 -0700 Subject: [PATCH 09/14] fix directory configuration --- etc/desi.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/desi.json b/etc/desi.json index 184abc9..bc090d5 100644 --- a/etc/desi.json +++ b/etc/desi.json @@ -208,9 +208,9 @@ "lya_forest/london/(v[23]\\.[0-9])/tests/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_tests.tar", "lya_forest/london/(v4\\.[0-9]\\.[0-9])/[^/]+$":"lya_forest/london/\\1/lya_forest_london_\\1_files.tar", "lya_forest/london/(v4\\.[0-9]\\.[0-9])/([0-9]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", - "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/[^/]+$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3_files.tar", - "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/(logs|run|test-0-0)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3_\\4.tar", - "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/spectra-16/([0-9]+)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2-\\3_spectra-16_\\4.tar", + "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/[^/]+$":"lya_forest/london/\\1/\\2-\\3/lya_forest_london_\\1_\\2-\\3_files.tar", + "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/(logs|run|test-0-0)/.*$":"lya_forest/london/\\1/\\2-\\3/lya_forest_london_\\1_\\2-\\3_\\4.tar", + "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(eboss|quick)-([0-9.]+)/spectra-16/([0-9]+)/.*$":"lya_forest/london/\\1/\\2-\\3/spectra-16/lya_forest_london_\\1_\\2-\\3_spectra-16_\\4.tar", "lya_forest/london/(v4\\.[0-9]\\.[0-9])/(logs|tests)/.*$":"lya_forest/london/\\1/lya_forest_london_\\1_\\2.tar", "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/[^/]+$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_files.tar", "lya_forest/london/v6\\.0/(v6\\.0\\.[0-9])/([0-9]+)/.*$":"lya_forest/london/v6.0/\\1/lya_forest_london_v6.0_\\1_\\2.tar", From fe00e8e9a1a3f8fe80e41a1545eb7b7f2c010d51 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Thu, 8 Aug 2019 10:34:03 -0700 Subject: [PATCH 10/14] add UNIT --- etc/desi.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/desi.json b/etc/desi.json index bc090d5..87a749d 100644 --- a/etc/desi.json +++ b/etc/desi.json @@ -182,6 +182,8 @@ "LGal_spectra":{ "LGal_spectra/.*$":"LGal_spectra.tar" }, + "UNIT":{ + }, "bgs":{ "bgs/.*$":"bgs.tar" }, From 3326fba4d80e5fdeea7d65eb6c19341c9dcb7539 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Mon, 12 Aug 2019 10:55:25 -0700 Subject: [PATCH 11/14] update README --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index caa0315..d894d6c 100644 --- a/README.rst +++ b/README.rst @@ -57,6 +57,7 @@ Change Log * Allow status comments to be concatenated. * Add configuration for ``cmx/`` directory. * Additional configuration for ``datachallenge/`` directory. +* Backups of 'london' mocks, ``mocks/lya_forest/london/``. 0.2.0 (2019-05-20) ~~~~~~~~~~~~~~~~~~ From 386ba22e32910ba15ad6ae6d50dc48d3d831f491 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Mon, 12 Aug 2019 13:39:29 -0700 Subject: [PATCH 12/14] add placeholder for urat_dr1 --- etc/desi.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/desi.json b/etc/desi.json index 87a749d..a158b31 100644 --- a/etc/desi.json +++ b/etc/desi.json @@ -330,6 +330,8 @@ "secondary":{ }, "stripe82-dr2":{ + }, + "urat_dr1":{ } }, "users":{ From 8cd323e530c3d2170bdff8de8594469a8c76519f Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Tue, 20 Aug 2019 11:17:06 -0700 Subject: [PATCH 13/14] detect multiple mappings --- bin/backupStatus.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/backupStatus.sh b/bin/backupStatus.sh index 8172ed4..eb972dc 100755 --- a/bin/backupStatus.sh +++ b/bin/backupStatus.sh @@ -157,6 +157,9 @@ for d in ${sections}; do elif grep -q 'not mapped' ${cacheDir}/missing_files_${d}.log; then c="Unmapped files found. Check configuration. ${c}" s='NEEDS ATTENTION' + elif grep -q 'mapped to multiple' ${cacheDir}/missing_files_${d}.log; then + c="Files mapped to multiple backups. Check configuration. ${c}" + s='NEEDS ATTENTION' elif grep -q 'not described' ${cacheDir}/missing_files_${d}.log; then c="New directories found. Check configuration. ${c}" s='NEEDS ATTENTION' From 7bcef67c21b2971ee09eae18859f3da2aa0f1322 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Tue, 20 Aug 2019 11:30:36 -0700 Subject: [PATCH 14/14] update change log --- README.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index d894d6c..5ec6d97 100644 --- a/README.rst +++ b/README.rst @@ -55,9 +55,14 @@ Change Log ~~~~~~~~~~~~~~~~~~ * Allow status comments to be concatenated. -* Add configuration for ``cmx/`` directory. -* Additional configuration for ``datachallenge/`` directory. -* Backups of 'london' mocks, ``mocks/lya_forest/london/``. +* Add configuration for ``cmx/`` directory (PR `#17`_). +* Additional configuration for ``datachallenge/`` directory (PR `#18`_). +* Backups of 'london' mocks, ``mocks/lya_forest/london/`` (PR `#19`_). + +.. _`#19`: https://github.com/desihub/desiBackup/pull/19 +.. _`#18`: https://github.com/desihub/desiBackup/pull/18 +.. _`#17`: https://github.com/desihub/desiBackup/pull/17 + 0.2.0 (2019-05-20) ~~~~~~~~~~~~~~~~~~