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

Unified Diff: modules/rietveld/files/Makefile

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 | « no previous file | modules/rietveld/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/rietveld/files/Makefile
===================================================================
--- a/modules/rietveld/files/Makefile
+++ b/modules/rietveld/files/Makefile
@@ -1,4 +1,4 @@
-RIETVELDREV=32c87e882d9b
+RIETVELDREV=40320f76005c
default:
@echo "Run 'make all' to fetch required sources to run this example."
@@ -28,7 +28,7 @@
./manage.py syncdb --noinput
rietveld.hg:
- hg clone -u $(RIETVELDREV) http://code.google.com/p/rietveld rietveld.hg
+ hg clone -u $(RIETVELDREV) https://hg.adblockplus.org/rietveld rietveld.hg
codereview: rietveld.hg
ln -s rietveld.hg/codereview .
« no previous file with comments | « no previous file | modules/rietveld/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld