diff --git a/build-container.sh b/build-container.sh index 7cd9977..119eed7 100755 --- a/build-container.sh +++ b/build-container.sh @@ -64,6 +64,9 @@ function getNwjsRepository { sh -c 'echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections' $NWJSDIR/src/build/install-build-deps.sh --arm --no-prompt --no-backwards-compatible $NWJSDIR/src/build/linux/sysroot_scripts/install-sysroot.py --arch=arm + getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" + getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" + getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" gclient runhooks } @@ -71,6 +74,3 @@ getNecessaryUbuntuPackages getDepotTools configureGclientForNwjs getNwjsRepository -getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" -getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" -getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" diff --git a/checkout-another-branch.sh b/checkout-another-branch.sh index a5cfebd..ea3b08a 100755 --- a/checkout-another-branch.sh +++ b/checkout-another-branch.sh @@ -44,11 +44,11 @@ function getNwjsRepository { sh -c 'echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections' $NWJSDIR/src/build/install-build-deps.sh --arm --no-prompt --no-backwards-compatible $NWJSDIR/src/build/linux/sysroot_scripts/install-sysroot.py --arch=arm + getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" + getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" + getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" gclient runhooks } configureGclientForNwjs getNwjsRepository -getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" -getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" -getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" diff --git a/docs/v0.40.x/build-container.sh b/docs/v0.40.x/build-container.sh index 824a2c6..59b408c 100755 --- a/docs/v0.40.x/build-container.sh +++ b/docs/v0.40.x/build-container.sh @@ -64,6 +64,9 @@ function getNwjsRepository { sh -c 'echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections' $NWJSDIR/src/build/install-build-deps.sh --arm --no-prompt --no-backwards-compatible $NWJSDIR/src/build/linux/sysroot_scripts/install-sysroot.py --arch=arm + getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" + getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" + getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" gclient runhooks } @@ -71,6 +74,3 @@ getNecessaryUbuntuPackages getDepotTools configureGclientForNwjs getNwjsRepository -getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" -getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" -getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" diff --git a/docs/v0.40.x/checkout-another-branch.sh b/docs/v0.40.x/checkout-another-branch.sh index 1222811..0a099b6 100755 --- a/docs/v0.40.x/checkout-another-branch.sh +++ b/docs/v0.40.x/checkout-another-branch.sh @@ -44,11 +44,11 @@ function getNwjsRepository { sh -c 'echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections' $NWJSDIR/src/build/install-build-deps.sh --arm --no-prompt --no-backwards-compatible $NWJSDIR/src/build/linux/sysroot_scripts/install-sysroot.py --arch=arm + getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" + getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" + getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" gclient runhooks } configureGclientForNwjs getNwjsRepository -getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" -getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" -getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" diff --git a/docs/v0.41.x/build-container.sh b/docs/v0.41.x/build-container.sh index 048bc84..4e1d374 100755 --- a/docs/v0.41.x/build-container.sh +++ b/docs/v0.41.x/build-container.sh @@ -64,6 +64,9 @@ function getNwjsRepository { sh -c 'echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections' $NWJSDIR/src/build/install-build-deps.sh --arm --no-prompt --no-backwards-compatible $NWJSDIR/src/build/linux/sysroot_scripts/install-sysroot.py --arch=arm + getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" + getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" + getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" gclient runhooks } @@ -71,6 +74,3 @@ getNecessaryUbuntuPackages getDepotTools configureGclientForNwjs getNwjsRepository -getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" -getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" -getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" diff --git a/docs/v0.41.x/checkout-another-branch.sh b/docs/v0.41.x/checkout-another-branch.sh index 04d84ca..578add9 100755 --- a/docs/v0.41.x/checkout-another-branch.sh +++ b/docs/v0.41.x/checkout-another-branch.sh @@ -44,11 +44,11 @@ function getNwjsRepository { sh -c 'echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections' $NWJSDIR/src/build/install-build-deps.sh --arm --no-prompt --no-backwards-compatible $NWJSDIR/src/build/linux/sysroot_scripts/install-sysroot.py --arch=arm + getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" + getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" + getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" gclient runhooks } configureGclientForNwjs getNwjsRepository -getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" -getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" -getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" diff --git a/docs/v0.42.x/build-container.sh b/docs/v0.42.x/build-container.sh index 0f088b1..5819e5f 100755 --- a/docs/v0.42.x/build-container.sh +++ b/docs/v0.42.x/build-container.sh @@ -64,6 +64,9 @@ function getNwjsRepository { sh -c 'echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections' $NWJSDIR/src/build/install-build-deps.sh --arm --no-prompt --no-backwards-compatible $NWJSDIR/src/build/linux/sysroot_scripts/install-sysroot.py --arch=arm + getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" + getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" + getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" gclient runhooks } @@ -71,6 +74,3 @@ getNecessaryUbuntuPackages getDepotTools configureGclientForNwjs getNwjsRepository -getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" -getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" -getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" diff --git a/docs/v0.42.x/checkout-another-branch.sh b/docs/v0.42.x/checkout-another-branch.sh index e12bc72..38d7e73 100755 --- a/docs/v0.42.x/checkout-another-branch.sh +++ b/docs/v0.42.x/checkout-another-branch.sh @@ -44,11 +44,11 @@ function getNwjsRepository { sh -c 'echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections' $NWJSDIR/src/build/install-build-deps.sh --arm --no-prompt --no-backwards-compatible $NWJSDIR/src/build/linux/sysroot_scripts/install-sysroot.py --arch=arm + getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" + getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" + getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" gclient runhooks } configureGclientForNwjs getNwjsRepository -getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" -getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" -getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" diff --git a/docs/v0.43.x/build-container.sh b/docs/v0.43.x/build-container.sh index 554f162..66952ae 100755 --- a/docs/v0.43.x/build-container.sh +++ b/docs/v0.43.x/build-container.sh @@ -64,6 +64,9 @@ function getNwjsRepository { sh -c 'echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections' $NWJSDIR/src/build/install-build-deps.sh --arm --no-prompt --no-backwards-compatible $NWJSDIR/src/build/linux/sysroot_scripts/install-sysroot.py --arch=arm + getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" + getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" + getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" gclient runhooks } @@ -71,6 +74,3 @@ getNecessaryUbuntuPackages getDepotTools configureGclientForNwjs getNwjsRepository -getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" -getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" -getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" diff --git a/docs/v0.43.x/checkout-another-branch.sh b/docs/v0.43.x/checkout-another-branch.sh index 3a02dff..d0b4c5b 100755 --- a/docs/v0.43.x/checkout-another-branch.sh +++ b/docs/v0.43.x/checkout-another-branch.sh @@ -44,11 +44,11 @@ function getNwjsRepository { sh -c 'echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections' $NWJSDIR/src/build/install-build-deps.sh --arm --no-prompt --no-backwards-compatible $NWJSDIR/src/build/linux/sysroot_scripts/install-sysroot.py --arch=arm + getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" + getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" + getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" gclient runhooks } configureGclientForNwjs getNwjsRepository -getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" -getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" -getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" diff --git a/docs/v0.44.x/build-container.sh b/docs/v0.44.x/build-container.sh index 124cdfd..0946415 100755 --- a/docs/v0.44.x/build-container.sh +++ b/docs/v0.44.x/build-container.sh @@ -64,6 +64,9 @@ function getNwjsRepository { sh -c 'echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections' $NWJSDIR/src/build/install-build-deps.sh --arm --no-prompt --no-backwards-compatible $NWJSDIR/src/build/linux/sysroot_scripts/install-sysroot.py --arch=arm + getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" + getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" + getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" gclient runhooks } @@ -71,6 +74,3 @@ getNecessaryUbuntuPackages getDepotTools configureGclientForNwjs getNwjsRepository -getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" -getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" -getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" diff --git a/docs/v0.44.x/checkout-another-branch.sh b/docs/v0.44.x/checkout-another-branch.sh index a5cfebd..ea3b08a 100755 --- a/docs/v0.44.x/checkout-another-branch.sh +++ b/docs/v0.44.x/checkout-another-branch.sh @@ -44,11 +44,11 @@ function getNwjsRepository { sh -c 'echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections' $NWJSDIR/src/build/install-build-deps.sh --arm --no-prompt --no-backwards-compatible $NWJSDIR/src/build/linux/sysroot_scripts/install-sysroot.py --arch=arm + getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" + getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" + getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8" gclient runhooks } configureGclientForNwjs getNwjsRepository -getGitRepository "https://github.com/nwjs/nw.js" "$NWJSDIR/src/content/nw" -getGitRepository "https://github.com/nwjs/node" "$NWJSDIR/src/third_party/node-nw" -getGitRepository "https://github.com/nwjs/v8" "$NWJSDIR/src/v8"