jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/375065 )
Change subject: Skip Wikidata harvesting during daily harvesting ...................................................................... Skip Wikidata harvesting during daily harvesting The Wikidata harvesting is still experimental. Let's skip during the daily harvesting for now. Change-Id: Iadffb73509898598b0c42de78d42b3639c200f28 --- M bin/update_monuments.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Lokal Profil: Looks good to me, approved jenkins-bot: Verified diff --git a/bin/update_monuments.sh b/bin/update_monuments.sh index 9887d1e..695f418 100755 --- a/bin/update_monuments.sh +++ b/bin/update_monuments.sh @@ -28,7 +28,7 @@ # Update all of the source tables echo_time "Full source database update..." -$PYWIKIBOT_BIN $ERFGOED_PATH/update_database.py -fullupdate -log +$PYWIKIBOT_BIN $ERFGOED_PATH/update_database.py -fullupdate -log -skip_wd # Update the all monuments table echo_time "Update monuments_all table..." -- To view, visit https://gerrit.wikimedia.org/r/375065 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iadffb73509898598b0c42de78d42b3639c200f28 Gerrit-PatchSet: 3 Gerrit-Project: labs/tools/heritage Gerrit-Branch: master Gerrit-Owner: Jean-Frédéric <[email protected]> Gerrit-Reviewer: Jean-Frédéric <[email protected]> Gerrit-Reviewer: Lokal Profil <[email protected]> Gerrit-Reviewer: Multichill <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
