From e64c1084caf9a8fe0ebca1b01d9353533f65f2ee Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 27 Sep 2020 07:55:33 -0500 Subject: Virtuoso uploader: instructions --- scripts/update_virtuoso/check_for_updates.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/update_virtuoso/check_for_updates.py b/scripts/update_virtuoso/check_for_updates.py index 37dec1a..8761c8a 100755 --- a/scripts/update_virtuoso/check_for_updates.py +++ b/scripts/update_virtuoso/check_for_updates.py @@ -1,12 +1,13 @@ #! /usr/bin/env python3 # -# Check for updates on Arvados, pull the TTL and -# push into Virtuoso +# Check for updates on Arvados, pull the TTL and push into Virtuoso # # You can run this in a Guix container with # -# ~/opt/guix/bin/guix environment -C guix --ad-hoc python python-requests curl --network -- python3 ./scripts/update_virtuoso/check_for_updates.py cache.txt dba dba - +# ~/opt/guix/bin/guix environment -C guix --ad-hoc python python-requests curl --network -- python3 ./scripts/update_virtuoso/check_for_updates.py cache.txt dba dba +# +# Note you'll need to run from the root dir. Remove the ./cache.txt file if you want to force an update. +# import requests import time import sys -- cgit v1.2.3