Skip to content

Commit

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

PR-URL: #547
Reviewed-By: Gibson Fahnestock <[email protected]>
  • Loading branch information
joaocgreis committed Sep 14, 2017
1 parent 9ff6af9 commit e5d81e9
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 @@ -57,6 +57,7 @@
- nodejs/test
- nodejs/docs
- nodejs/chakracore-nightly
- nodejs/chakracore-release
- iojs/next-nightly
- iojs/nightly
- iojs/rc
Expand Down Expand Up @@ -95,6 +96,7 @@
- nodejs/nightly
- nodejs/release
- nodejs/chakracore-nightly
- nodejs/chakracore-release
- 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 @@ -42,3 +42,9 @@ dstdir=$chakracore_nightly_dstdir
dirmatch=$chakracore_nightly_dirmatch

. ${__dirname}/_promote.sh $site

srcdir=$chakracore_release_srcdir
dstdir=$chakracore_release_dstdir
dirmatch=$chakracore_release_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 @@ -24,3 +24,7 @@ next_nightly_dirmatch=.*
chakracore_nightly_srcdir=${staging_rootdir}chakracore-nightly
chakracore_nightly_dstdir=${dist_rootdir}chakracore-nightly
chakracore_nightly_dirmatch=.*

chakracore_release_srcdir=${staging_rootdir}chakracore-release
chakracore_release_dstdir=${dist_rootdir}chakracore-release
chakracore_release_dirmatch=.*

0 comments on commit e5d81e9

Please sign in to comment.