From 5dfcfc32e7bf421121a0ca6d65c18c89f52e7595 Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Sat, 29 Oct 2011 11:59:18 +0100 Subject: [PATCH] Fixes #1388. Fixes #1389. Make bootstrap.sh work again. --- bootstrap.sh | 4 ++-- common.jake | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index acf5877b3..1a443aab7 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -124,7 +124,7 @@ fi install_directory="" tmp_zip="/tmp/narwhal.zip" -github_user="cappuccino" +github_user="280north" github_ref="master" tusk_install_command="install" @@ -149,7 +149,7 @@ usage: ./bootstrap.sh [OPTIONS] --directory [DIR]: Use a directory other than /usr/local/narwhal. --clone: Do "git clone git://" instead of downloading zips. --clone-http: Do "git clone http://" instead of downloading zips. - --github-user [USER]: Use another github user (default: cappuccino). + --github-user [USER]: Github user for the narwhal project (default: 280north). --github-ref [REF]: Use another git ref (default: master). --install-capp: Install "objective-j" and "cappuccino" packages. --install-test: Install "ojtest" package. diff --git a/common.jake b/common.jake index fa7c776d8..28c1d6e64 100644 --- a/common.jake +++ b/common.jake @@ -77,7 +77,7 @@ ensurePackageUpToDate("browserjs", "0.1.1"); ensurePackageUpToDate("shrinksafe", "0.2"); ensurePackageUpToDate("narwhal", "0.3.1", { noupdate : true, - message : "Update Narwhal by re-running bootstrap.sh, or pulling the latest from git (see: http://github.com/cappuccino/narwhal)." + message : "Update Narwhal by re-running bootstrap.sh, or pulling the latest from git (see: http://github.com/280north/narwhal)." }); ensurePackageUpToDate("narwhal-jsc", "0.3", { optional : true,