- Aug 04, 2022
-
-
Vitor Trovisco authored
-
Vitor Trovisco authored
Update weekly_routine.sh - a) restart function is simpler and allows easy edit for canto-test ; b) changed variable for canto-space location under new overarching canto-project directory
-
Vitor Trovisco authored
-
- Jul 28, 2022
-
-
Vitor Trovisco authored
Update weekly_routine.sh - stop archiving internally on archive folder and move files to new 'canto_input_archive' sub-folder of export-vm's archives folder
-
- May 25, 2021
-
-
Vitor Trovisco authored
-
Vitor Trovisco authored
This reverts commit 18d71a05
-
Vitor Trovisco authored
-
Vitor Trovisco authored
Update weekly_routine.sh - commenting out line 270 to test changes in canto_json_input_maker.pl using as input a previous tsv file from archive
-
- May 24, 2021
-
-
Vitor Trovisco authored
This reverts commit 01651c62
-
Vitor Trovisco authored
Update weekly_routine.sh - for testing, commenting line 270 to avoid creating ./fbrf_input_list.tsv and using a previous file instead
-
- May 02, 2021
-
-
Vitor Trovisco authored
Revert "Update weekly_routine.sh - removing here (./) from the filepath of "${CURATEDPAPERLISTFILE}"" This reverts commit 9b5612bf
-
Vitor Trovisco authored
-
Vitor Trovisco authored
Update weekly_routine.sh - reverting to using "${CURATEDPAPERLISTFILE}" instead of "${CANTOSPACE}/import_export/fbrf_input_list.tsv" as input for canto_json_input_maker.pl
-
Vitor Trovisco authored
This reverts commit 682b9c65
-
Vitor Trovisco authored
Update weekly_routine.sh - for canto_json_input_maker.pl command, the input filepath has been changed so that it uses here (./) instead of the full filepath ($CANTOSPACE)
-
- Apr 27, 2021
-
-
Vitor Trovisco authored
moving CURATEDPAPERLISTFILE ("./fbrf_input_list.tsv") to canto-space/import_export immediately after being generated.This is to allow the 'canto_json_input_maker.pl' script to use a defined filepath from root rather than from "./", since "./" has been creating problems.
-
Vitor Trovisco authored
Update weekly_routine.sh - trying to eliminate the 'the input device is not a TTY' error from docker commands by adding '--non-interactive' to them
-
- Apr 20, 2021
-
-
Vitor Trovisco authored
-
Vitor Trovisco authored
commenting line 270, for testing with a previous FBrf list file.
-
Vitor Trovisco authored
reinstating CURATEDPAPERLISTFILE="./fbrf_input_list.tsv" removing # from lines 270, 302, 319
-
Vitor Trovisco authored
testing only using CURATEDPAPERLISTFILE="fbrf_input_list.tsv" , without defining the rest of filepath
-
Vitor Trovisco authored
adding full filepath from root to $CURATEDPAPERLISTFILE commenting lines ' #rm "${CURATEDPAPERLISTFILE}" ' and ' #rm ".${JSONIMPORTFILE}" ' for testing that files are created
-
- Mar 31, 2021
-
-
Vitor Trovisco authored
reverting the addition of --tty to docker commands
-
Vitor Trovisco authored
testing --tty in 'docker restart'
-
Vitor Trovisco authored
Testing adding --tty to all docker commands
-
- Mar 30, 2021
-
-
Vitor Trovisco authored
This reverts commit 9279042d
-
Vitor Trovisco authored
for testing - commenting line 270, so that no (empty) CURATEDPAPERLISTFILE="./fbrf_input_list.tsv" is created and a previous file can be used.
-
Vitor Trovisco authored
-
Vitor Trovisco authored
1. replacing log references to "${JSONIMPORTFILE}" with "/import_export/import-fbrfs.json", so that the filename is explicit rather than a "." when the file is empty. 2. remove 'CURATEDPAPERLISTFILE' (./fbrf_input_list.tsv) and 'JSONIMPORTFILE' (/import_export/import-fbrfs.json) while archiving, so that the files cannot be re-used in a following epicycle.
-
Vitor Trovisco authored
This reverts commit 30a813e1
-
Vitor Trovisco authored
This reverts commit becfec8b
-
Vitor Trovisco authored
This reverts commit 4e6210f8
-
Vitor Trovisco authored
commenting out line 273, so that an empty file is not created and the rest of the scripts uses an old, non-empty file. just for testing.
-
Vitor Trovisco authored
testing using full filepath instead of 'here' (.) for CURATEDPAPERLISTFILE (i.e. fbrf_input_list.tsv)
-
- Dec 27, 2020
-
-
Vitor Trovisco authored
#test working directory is working properly by calling pwd
-
Vitor Trovisco authored
Replacing most './' with CANTOSPACE variable (i.e ${CANTOSPACE}/)
-
- Dec 22, 2020
-
-
Vitor Trovisco authored
Revert "Update weekly_routine.sh - testing replacing 'here' marks (./) with the full filepath from root." This reverts commit 884e76e8
-
Vitor Trovisco authored
-
- Dec 09, 2020
-
-
James Nairn authored
bit was missing so no scripts would execute.
-
- Nov 20, 2020
-
-
Vitor Trovisco authored
Renames 'canto_weekly.log' to 'canto_weekly_update.log', and routes it to the new sub-folder 'logs'
-