Step by step
- Run
./scheduleUpdateSuggester 20180312
on tool forge (replace20180312
with the date of the latest JSON dump) - Wait
- Check the logs at
updateSuggester.err
for problems during the creation - Run
sha1sum analyzed-out
(or whatever hashing algorithm you prefer) gzip analyzed-out
- Rsync analyzed-out.gz to your local machine, commit to the wbs_propertypairs repo.
- Load it down to terbium (or some other maintenance host) with
https_proxy=http://webproxy.eqiad.wmnet:8080 wget 'https://github.com/wmde/wbs_propertypairs/raw/master/20180312/wbs_propertypairs.csv.gz'
(again, replace20180312
with the date of the JSON dump you produced). - Unpack it:
gzip -d
- Compare the checksum to the one obtained on tool forge