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

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

Issue 6473416005648384: Issue 2183 - Use ABP ae2django and rietveld clone instead of Google resources (Closed)
Patch Set: Created April 15, 2015, 8:39 p.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 | « modules/rietveld/files/Makefile ('k') | modules/rietveld/templates/settings.py.erb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/rietveld/manifests/init.pp
===================================================================
--- a/modules/rietveld/manifests/init.pp
+++ b/modules/rietveld/manifests/init.pp
@@ -33,7 +33,7 @@
}
exec {'get_rietveld':
- command => "hg clone https://code.google.com/p/django-gae2django/ ${django_home}/",
+ command => "hg clone https://hg.adblockplus.org/gae2django/ ${django_home}/",
require => Package['mercurial'],
user => rietveld,
onlyif => "test ! -d ${django_home}",
« no previous file with comments | « modules/rietveld/files/Makefile ('k') | modules/rietveld/templates/settings.py.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld