[MediaWiki-commits] [Gerrit] operations/puppet[production]: Fix deleting old categories

2017-12-05 Thread Gehel (Code Review)
Gehel has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/395082 )

Change subject: Fix deleting old categories
..


Fix deleting old categories

Change-Id: I201acddc402a15ac9cf0b50b3d87f8f8ac1d698a
---
M modules/wdqs/files/cron/reloadCategories.sh
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Gehel: Looks good to me, approved



diff --git a/modules/wdqs/files/cron/reloadCategories.sh 
b/modules/wdqs/files/cron/reloadCategories.sh
index b9b4859..33b83e9 100755
--- a/modules/wdqs/files/cron/reloadCategories.sh
+++ b/modules/wdqs/files/cron/reloadCategories.sh
@@ -18,7 +18,7 @@
 today=$(date -u +'%Y%m%d')
 newNamespace="categories${today}"
 # Drop old dumps
-rm -f "${DATA_DIR}/*-categories.ttl.gz"
+rm -f ${DATA_DIR}/*-categories.ttl.gz
 cd $DEPLOY_DIR
 bash createNamespace.sh $newNamespace || exit 1
 # Load the data

-- 
To view, visit https://gerrit.wikimedia.org/r/395082
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I201acddc402a15ac9cf0b50b3d87f8f8ac1d698a
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Smalyshev 
Gerrit-Reviewer: Gehel 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] operations/puppet[production]: Fix deleting old categories

2017-12-04 Thread Smalyshev (Code Review)
Smalyshev has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/395082 )

Change subject: Fix deleting old categories
..

Fix deleting old categories

Change-Id: I201acddc402a15ac9cf0b50b3d87f8f8ac1d698a
---
M modules/wdqs/files/cron/reloadCategories.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/82/395082/1

diff --git a/modules/wdqs/files/cron/reloadCategories.sh 
b/modules/wdqs/files/cron/reloadCategories.sh
index b9b4859..33b83e9 100755
--- a/modules/wdqs/files/cron/reloadCategories.sh
+++ b/modules/wdqs/files/cron/reloadCategories.sh
@@ -18,7 +18,7 @@
 today=$(date -u +'%Y%m%d')
 newNamespace="categories${today}"
 # Drop old dumps
-rm -f "${DATA_DIR}/*-categories.ttl.gz"
+rm -f ${DATA_DIR}/*-categories.ttl.gz
 cd $DEPLOY_DIR
 bash createNamespace.sh $newNamespace || exit 1
 # Load the data

-- 
To view, visit https://gerrit.wikimedia.org/r/395082
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I201acddc402a15ac9cf0b50b3d87f8f8ac1d698a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Smalyshev 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits