[MediaWiki-commits] [Gerrit] operations/puppet[production]: Gerrit: Remove "" around T\\d+ in gerrit.config

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

Change subject: Gerrit: Remove "" around T\\d+ in gerrit.config
..


Gerrit: Remove "" around T\\d+ in gerrit.config

When i did a gerrit upgrade and ran this

java -jar gerrit.war init -d review_site

It removed the quotes around match = "T\\d+"

But in the puppet repo we have quotes around it so puppet
re added them back

-match = T\\d+
+match = "T\\d+"

Thats a puppet run so it added ""

Change-Id: If2c073e5f6bad030672f5eba88156844cdee9b6a
---
M modules/gerrit/templates/gerrit.config.erb
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/modules/gerrit/templates/gerrit.config.erb 
b/modules/gerrit/templates/gerrit.config.erb
index a13e63e..b22b005 100644
--- a/modules/gerrit/templates/gerrit.config.erb
+++ b/modules/gerrit/templates/gerrit.config.erb
@@ -182,7 +182,7 @@
 system = Bugzilla
 [trackingid "phabricator"]
 footer = Bug:
-match = "T\\d+"
+match = T\\d+
 system = Phab
 [trackingid "rt"]
 footer = RT:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If2c073e5f6bad030672f5eba88156844cdee9b6a
Gerrit-PatchSet: 6
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Paladox 
Gerrit-Reviewer: Chad 
Gerrit-Reviewer: Dzahn 
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]: Gerrit: Remove "" around T\\d+ in gerrit.config

2017-05-08 Thread Paladox (Code Review)
Paladox has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/352710 )

Change subject: Gerrit: Remove "" around T\\d+ in gerrit.config
..

Gerrit: Remove "" around T\\d+ in gerrit.config

Reason is when i did an update to gerrit 2.14 and ran puppet, i got this

-match = T\\d+
+match = "T\\d+"

Thats a puppet run so it added ""

Change-Id: If2c073e5f6bad030672f5eba88156844cdee9b6a
---
0 files changed, 0 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/10/352710/1


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

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

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