- Apr 20, 2021
-
-
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'
-
- Nov 18, 2020
-
-
Vitor Trovisco authored
a) changing docker ps search for DOCKERNAME variable b) removing . from CURATEDPAPERLISTFILE variable c) changing JSONARCHIVE variable from "import-fbrfs_json_$(date +"%Y-%m-%d")" into import-fbrfs_$(date +"%Y-%m-%d").json
-
James Nairn authored
Changed echo to log
-
James Nairn authored
-
Vitor Trovisco authored
This reverts commit 8da0f998
-
Vitor Trovisco authored
changing docker container image to pombase/canto-base
-
- Nov 17, 2020
-
-
James Nairn authored
-
- Oct 30, 2020
-
-
James Nairn authored
-
- Oct 29, 2020
-
-
James Nairn authored
- Adding missing fi - Added missing [[ & ]]
-
- Oct 28, 2020
-
-
James Nairn authored
- Chaged name of config file dir to camto_support to prevent clash - Added missing quotes for variable
-
James Nairn authored
- Added function check of db in canto_done file has changed since last run. If not then restart Canto and exit. - Tidied up code ordering to make it more logical - Create data folder to store some files to keep things tidy. It be sensible to put fbrf_input_list.tsv in there as well.
-
- Oct 27, 2020
-
-
Vitor Trovisco authored
-
Vitor Trovisco authored
-
Vitor Trovisco authored
-
- Oct 26, 2020
-
-
James Nairn authored
Improved retry loop Added function to restart canto. This allows it to be called during a normal exit or if the rety loop fails Converted tabs to spaces
-
- Oct 22, 2020
-
-
Vitor Trovisco authored
-
James Nairn authored
-
James Nairn authored
-
James Nairn authored
-
James Nairn authored
JSONIMPORTFILE is defined as /import_export/import-fbrfs.json which works when relative to Docker. When referencing the file outside of Docker it needs to be prefixed with . for the script to find import-export in the current working directory. Fixed incorrect datestamp for JSONARCHIVE
-