Skip to content

Commit

Permalink
Update links for AIX and Linux on Z downloads (#940)
Browse files Browse the repository at this point in the history
Now that binaries are being built as part of release:

- Update the links for AIX and Linux on Z on the download
  page so that they point to the binaries available on
  the community download site instead of the
  external IBM download page.
- Add AIX, Linux s390x and Linux PPC BE to the helper
  used to generate release announcements.
  • Loading branch information
mhdawson authored and fhemberger committed Oct 27, 2016
1 parent 2dae78b commit 005c719
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/secondary-download-matrix.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

<tr>
<th>Linux on System z</th>
<td colspan="6"><a href="http://www.ibm.com/developerworks/web/nodesdk/">Download (Unofficial, provided by IBM)</a></td>
<td colspan="6"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-linux-s390x.tar.xz">64-bit</a></td>
</tr>
<tr>
<th>AIX on Power Systems</th>
<td colspan="6"><a href="http://www.ibm.com/developerworks/web/nodesdk/">Download (Unofficial, provided by IBM)</a></td>
<td colspan="6"><a href="https://nodejs.org/dist/{{version.node}}/node-{{version.node}}-aix-ppc64.tar.gz">64-bit</a></td>
</tr>
</tbody>
</table>
Expand Down
12 changes: 12 additions & 0 deletions scripts/helpers/downloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ const postMergeDownloads = [
'title': 'Linux PPC LE 64-bit Binary',
'templateUrl': 'https://nodejs.org/dist/v%version%/node-v%version%-linux-ppc64le.tar.xz'
},
{
'title': 'Linux PPC BE 64-bit Binary',
'templateUrl': 'https://nodejs.org/dist/v%version%/node-v%version%-linux-ppc64.tar.xz'
},
{
'title': 'Linux s390x 64-bit Binary',
'templateUrl': 'https://nodejs.org/dist/v%version%/node-v%version%-linux-s390x.tar.xz'
},
{
'title': 'AIX 64-bit Binary',
'templateUrl': 'https://nodejs.org/dist/v%version%/node-v%version%-aix-ppc64.tar.gz'
},
{
'title': 'SunOS 32-bit Binary',
'templateUrl': 'https://nodejs.org/dist/v%version%/node-v%version%-sunos-x86.tar.xz'
Expand Down

0 comments on commit 005c719

Please # to comment.