Fixes #1388. Fixes #1389. Make bootstrap.sh work again.

This commit is contained in:
Alexander Ljungberg
2011-10-29 11:59:18 +01:00
parent fb74541796
commit 5dfcfc32e7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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.
+1 -1
View File
@@ -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,