Skip to content

Commit

Permalink
www: support for chakracore-nightlies
Browse files Browse the repository at this point in the history
Ref: #527

PR-URL: #547
Reviewed-By: Rod Vagg <[email protected]>
Reviewed-By: Kunal Pathak <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
  • Loading branch information
joaocgreis committed Sep 14, 2017
1 parent 9774dae commit 824914e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/www/tasks/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
- nodejs/release
- nodejs/test
- nodejs/docs
- nodejs/chakracore-nightly
- iojs/next-nightly
- iojs/nightly
- iojs/rc
Expand Down Expand Up @@ -93,6 +94,7 @@
- nodejs/next-nightly
- nodejs/nightly
- nodejs/release
- nodejs/chakracore-nightly
- iojs/custom
- iojs/next-nightly
- iojs/nightly
Expand Down
6 changes: 6 additions & 0 deletions setup/www/tools/promote/promote_nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ dstdir=$test_dstdir
dirmatch=$test_dirmatch

. ${__dirname}/_promote.sh $site

srcdir=$chakracore_nightly_srcdir
dstdir=$chakracore_nightly_dstdir
dirmatch=$chakracore_nightly_dirmatch

. ${__dirname}/_promote.sh $site
4 changes: 4 additions & 0 deletions setup/www/tools/promote/settings
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ nightly_dirmatch=.*
next_nightly_srcdir=${staging_rootdir}next-nightly
next_nightly_dstdir=${dist_rootdir}next-nightly
next_nightly_dirmatch=.*

chakracore_nightly_srcdir=${staging_rootdir}chakracore-nightly
chakracore_nightly_dstdir=${dist_rootdir}chakracore-nightly
chakracore_nightly_dirmatch=.*

0 comments on commit 824914e

Please sign in to comment.