Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/rietveld/manifests/init.pp

Issue 29318010: Issue 2683 - Use Rietveld "adblockplus" branch with custom settings.py (Closed)
Patch Set: Created June 22, 2015, 11:03 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/rietveld/manifests/init.pp
diff --git a/modules/rietveld/manifests/init.pp b/modules/rietveld/manifests/init.pp
index 4a44bda5a82fa690d1874b5db2805cc6ecfcd415..a2d7809c70d37e04b49addae1552a7e5d649d350 100644
--- a/modules/rietveld/manifests/init.pp
+++ b/modules/rietveld/manifests/init.pp
@@ -11,8 +11,8 @@ class rietveld(
include nginx
$rietveld_home = '/opt/rietveld'
- $rietveld_branch = 'default'
- $rietveld_revision = '2259be9bd074'
+ $rietveld_branch = 'adblockplus'
+ $rietveld_revision = '5d4e635b14e3'
$rietveld_source = 'https://hg.adblockplus.org/rietveld'
Exec {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld