-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from sean-smith/merge-master
Release 2.1.0
- Loading branch information
Showing
5 changed files
with
37 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
========================= | ||
aws-parallelcluster-node | ||
========================= | ||
======================== | ||
AWS ParallelCluster Node | ||
======================== | ||
|
||
.. image:: https://travis-ci.org/aws/aws-parallelcluster-node.png?branch=develop | ||
:target: https://travis-ci.org/aws/aws-parallelcluster-node | ||
:alt: Build Status | ||
|Build Status| |Version| | ||
|
||
aws-parallelcluster-node is the python package installed on the Amazon EC2 instances launched as part of AWS ParallelCluster. | ||
.. |Build Status| image:: https://travis-ci.org/aws/aws-parallelcluster-node.png?branch=develop | ||
:target: https://travis-ci.org/aws/aws-parallelcluster-node/ | ||
:alt: Build Status | ||
.. |Version| image:: https://badge.fury.io/py/aws-parallelcluster-node.png | ||
:target: https://badge.fury.io/py/aws-parallelcluster-node | ||
|
||
This repo contains the aws-parallelcluster-node package installed on the Amazon EC2 instances launched | ||
as part of AWS ParallelCluster. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
pycparser==2.18 | ||
paramiko==2.3.3 | ||
idna==2.6 | ||
paramiko==2.3.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters