dcsr-datumo / oeuvres-roud

Project specific ontologies and lists for the project "Oeuvres complètes de Gustave Roud"
0 stars 0 forks source link

Remove hard coded path in scripts #20

Closed gfoo closed 4 years ago

gfoo commented 4 years ago

https://github.com/LaDHUL/oeuvres-roud/blob/75ae73e4600b4d80df1d2da59df9d918c8fd54b4/load-onto.expect#L6

As explained in the comment of the scrpit, this should be: spawn console.sh --force --echo --serverURL [lindex $argv 0]

but it requires to add console.sh in the PATH, that is in your case before to launch the script:

export PATH=/home/espadini/Github/LaDHUL/Knora/webapi/scripts/openrdf-console/bin/:$PATH
# to test the PATH
echo $PATH
console.sh -v
elespdn commented 4 years ago

Done https://github.com/LaDHUL/oeuvres-roud/commit/4ad98a6b4f4d32b46ba36a3c4a8b3e53b872a96f

je peux fermer ?

gfoo commented 4 years ago

oui.

Pour fermer automatiquement une issue lors d'un commit tu peux mettre closes #num

Par exemple pour celui-ci : closes #20: remove path from load onto

elespdn commented 4 years ago

closes #20: remove path from load onto