Dzahn has submitted this change and it was merged. Change subject: aptrepo: fix typo in template that broke release uploads ......................................................................
aptrepo: fix typo in template that broke release uploads this stupid typo was a good part of the problems with uploading the latest release to releases.wm, before we even got to varnish.. no-op on carbon. fixes and sets distro to jessie per compiler: http://puppet-compiler.wmflabs.org/4514/ which is exactly the manual fix that we applied on bromine. we can now enable puppet on bromine again. .. Change-Id: I8157e055df004fbfa6865f8e0d6a2246e1592302 --- M modules/aptrepo/templates/incoming.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/modules/aptrepo/templates/incoming.erb b/modules/aptrepo/templates/incoming.erb index 19315cb..ea3ada0 100644 --- a/modules/aptrepo/templates/incoming.erb +++ b/modules/aptrepo/templates/incoming.erb @@ -1,4 +1,4 @@ Name: default IncomingDir: <%= @incomingdir %> TempDir: tmp -Default: <% @default_distro %> +Default: <%= @default_distro %> -- To view, visit https://gerrit.wikimedia.org/r/319268 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8157e055df004fbfa6865f8e0d6a2246e1592302 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Subramanya Sastry <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
