Add creation of Chocolatey and .zip packages with PyInstaller-generated clcache.exe#267
Conversation
9dcc133 to
a79288d
Compare
Current coverage is 89.42% (diff: 100%)@@ master #267 diff @@
==========================================
Files 1 1
Lines 1040 1040
Methods 0 0
Messages 0 0
Branches 166 166
==========================================
Hits 930 930
Misses 82 82
Partials 28 28
|
e21cc70 to
41746f5
Compare
c47a40a to
9eb1123
Compare
|
@frerich Artifacts generation is working. :) I think this would be useful to be merged as is, but later, from here, you might want to add a |
bcff6ed to
03c297f
Compare
03c297f to
b3ab6b4
Compare
|
Great job, seems to work for me! Just one question (this may well be just me being ignorant about how to use Chocolatey, I'm still somewhat new to it): I installed the choco install clcache -source "%CD%" -version 4.0.0-devDoes that seem okay? It causes a warning message to be printed (but then proceeds to install the package): Is the |
|
Yes, I've found out that choco treats it specially when there's the -dev in
the version, without it, only `choco install clcache.4.0.0.nupkg` is
sufficient, but with it, you must also pass `--version=4.0.0-dev`, as in
the `appveyor.yml` file
…On Jan 27, 2017 20:51, "Frerich Raabe" ***@***.***> wrote:
Great job, seems to work for me! Just one question (this may well be just
me being ignorant about how to use Chocolatey, I'm still somewhat new to
it):
I installed the clcache.4.0.0-dev.nupkg file by downloading it and then
running (with Chocolatey v0.10.3):
choco install clcache -source "%CD%" -version 4.0.0-dev
Does that seem okay? It causes a warning message to be printed (but then
proceeds to install the package):
C:\Users\Frerich\Desktop>cinst clcache -source %CD% -version 4.0.0-dev
Parsing -version resulted in error (converted to warning):
Cannot bundle unregistered option '-e'.
Is the -dev part of the version number triggering this, i.e. choco
expects a certain version number format? Or is this something caused by a
defect when building the .nupkg file?
I'm not sure whether this
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#267 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA6Tcyp8vR-SyevverUk2txputna9YMzks5rWnTYgaJpZM4Lv8_->
.
|
|
Merged, thanks a lot! |
Trying to add the generation of these packages to this repository, as discussed in this PR #266