summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChirayu Desai <cdesai@cyanogenmod.org>2013-06-05 21:40:04 +0530
committerChirayu Desai <cdesai@cyanogenmod.org>2013-06-05 21:41:29 +0530
commit0ad046b0deac5da2711a274371b7c1e2257fc1bb (patch)
treec62abc965b7f68de155d6a011cde1b5d2da7e334 /tools
parentfc54d9eb229b44249aa580b43a6c581283d6577f (diff)
downloadbuild-0ad046b0deac5da2711a274371b7c1e2257fc1bb.zip
build-0ad046b0deac5da2711a274371b7c1e2257fc1bb.tar.gz
build-0ad046b0deac5da2711a274371b7c1e2257fc1bb.tar.bz2
s/cyanogenmod.com/cyanogenmod.org/
* And fixup a wiki link while I'm at it. Change-Id: I0355b9a47eac1becc07e81659fbb2d11b14ece36
Diffstat (limited to 'tools')
-rwxr-xr-xtools/repopick.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/repopick.py b/tools/repopick.py
index 8210e6b..ea7227e 100755
--- a/tools/repopick.py
+++ b/tools/repopick.py
@@ -177,7 +177,7 @@ for change in args.change_number:
# gerrit returns two lines, a magic string and then valid JSON:
# )]}'
# [ ... valid JSON ... ]
- url = 'http://review.cyanogenmod.com/changes/?q=%s&o=CURRENT_REVISION&o=CURRENT_COMMIT&pp=0' % change
+ url = 'http://review.cyanogenmod.org/changes/?q=%s&o=CURRENT_REVISION&o=CURRENT_COMMIT&pp=0' % change
if args.verbose:
print('Fetching from: %s\n' % url)
f = urllib.request.urlopen(url)