Rush has submitted this change and it was merged.

Change subject: git::install do fetch tags explicitly
......................................................................


git::install do fetch tags explicitly

Change-Id: I4f513b970b254911ea7a70ffff3e47d221001b07
---
M modules/git/manifests/install.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/modules/git/manifests/install.pp b/modules/git/manifests/install.pp
index dce2faa..7940ec3 100644
--- a/modules/git/manifests/install.pp
+++ b/modules/git/manifests/install.pp
@@ -103,7 +103,7 @@
         }
 
         exec {"git_update_${title}":
-            command => '/usr/bin/git remote update',
+            command => '/usr/bin/git remote update && git fetch --tags',
             creates => $lock_file,
             cwd     => $directory,
             user    => $owner,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4f513b970b254911ea7a70ffff3e47d221001b07
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to