Hoo man has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/348096 )
Change subject: Create truthy nt Wikidata entity dump each Monday
......................................................................
Create truthy nt Wikidata entity dump each Monday
Bug: T155103
Change-Id: I87660e23a25c93b7d8f15c46b93aeb4075b98320
---
M modules/snapshot/manifests/cron/wikidatadumps/rdf.pp
1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/96/348096/1
diff --git a/modules/snapshot/manifests/cron/wikidatadumps/rdf.pp
b/modules/snapshot/manifests/cron/wikidatadumps/rdf.pp
index 7600fce..257832b 100644
--- a/modules/snapshot/manifests/cron/wikidatadumps/rdf.pp
+++ b/modules/snapshot/manifests/cron/wikidatadumps/rdf.pp
@@ -21,5 +21,15 @@
weekday => '1',
require => File[$scriptpath],
}
+
+ cron { 'wikidatant-dump-truthy':
+ ensure => 'present',
+ command => "${scriptpath} truthy nt",
+ user => $user,
+ minute => '0',
+ hour => '17',
+ weekday => '1',
+ require => File[$scriptpath],
+ }
}
--
To view, visit https://gerrit.wikimedia.org/r/348096
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I87660e23a25c93b7d8f15c46b93aeb4075b98320
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hoo man <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits