pulumi/scripts
Matt Ellis 7b27f00602 Fix python package versions
Our logic for converting npm style versions to PEP-440 style versions
was not correct in some cases. This change fixes this.

As part of this change we no longer produce a NPM version that would
be just X.Y.Z-dev, instead for development versions we always include
both the timestamp of the commit and the commit hash.

Instead of trying to use a bunch of sed logic to do our conversions,
we now have a small go program that uses a newly added library in
pkg/util. A side effect of this is that we can more easily write tests
to ensure the conversion works as expected.

Fixes #1243
2018-05-07 12:38:08 -07:00
..
build-sdk.cmd Use newer versions of the build-sdk.sh scripts 2018-04-30 20:44:01 -07:00
build-sdk.ps1 Use newer versions of the build-sdk.sh scripts 2018-04-30 20:44:01 -07:00
build-sdk.sh Use newer versions of the build-sdk.sh scripts 2018-04-30 20:44:01 -07:00
get-py-version Fix python package versions 2018-05-07 12:38:08 -07:00
get-py-version.go Fix python package versions 2018-05-07 12:38:08 -07:00
get-version Fix python package versions 2018-05-07 12:38:08 -07:00
get-version.cmd
get-version.ps1
gocover.sh
install.sh Remove SDK dependencies 2018-04-30 16:39:17 -07:00
make_release.ps1 Invoke node directly from the language host 2018-05-02 11:16:58 -07:00
make_release.sh Invoke node directly from the language host 2018-05-02 11:16:58 -07:00
publish.cmd
publish.ps1 Remove SDK dependencies 2018-04-30 16:39:17 -07:00
publish_packages.sh Remove SDK dependencies 2018-04-30 16:39:17 -07:00
publish_tgz.sh
reversion.js