mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
+2
-2
@@ -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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user