Adding toolforge cron script for tracking and backup purposes
Adding the update_calculator.sh
.
This script will fetch new updates from the GitLab repository to facilitate deployment on the Toolforge server.
I wanted to use rsync
to overwrite the /site folder, but this tool is not available on the k8s job so I had to switch to a normal cp
command.
Bug: T366816