summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--core/tasks/kernel.mk2
-rwxr-xr-xtools/repopick.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/tasks/kernel.mk b/core/tasks/kernel.mk
index d3419a0..a6942ca 100644
--- a/core/tasks/kernel.mk
+++ b/core/tasks/kernel.mk
@@ -58,7 +58,7 @@ ifeq "$(wildcard $(KERNEL_SRC) )" ""
$(warning * THIS IS DEPRECATED, AND WILL BE DISCONTINUED *)
$(warning * Please configure your device to download the kernel *)
$(warning * source repository to $(KERNEL_SRC))
- $(warning * See http://wiki.cyanogenmod.com/wiki/Integrated_kernel_building)
+ $(warning * See http://wiki.cyanogenmod.org/w/Doc:_integrated_kernel_building)
$(warning * for more information *)
$(warning ***************************************************************)
FULL_KERNEL_BUILD := false
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)