Brendan Abel

Results 25 comments of Brendan Abel

@ColinKennedy The workflow you described may be a good alternative for internal development, but often the alpha/beta/prerelease versions aren't within our control. They come from upstream projects. The config features...

I added a PR for this a while back -- https://github.com/nerdvegas/rez/pull/491 Since then, `rez-pip` has improved substantially and python packaging has become more standardized. IMO, there's no reason to maintain...

Can we close this issue? I believe `rez-pip` should work on python package source repositories in the same context in which `rez-build` and `rez-release` would be run.

Just wanted to follow up on how to push this along. It's a critical show-stopping bug for `rez-pip`. There are some automated failures in the CI that look permission related...

Another point that I don't think has been made for larger, more deliberate releases is that it would help create some uniformity between user installs. Right now, you could go...

@JeanChristopheMorinPerso Cool, thanks. Rebased and updated from your notes. Looks like builds are succeeding now.

When I get some time, I'm going to try to create a package repository plugin for s3. There was some discussion on the google group about possible local caching in...

@JeanChristopheMorinRodeoFX I'm open to that, but it's probably a bit premature for that until there's at least a working proof of concept. If you have any ideas or thoughts in...

It should only add those paths to the PYTHONPATH if you do rez-env python Or if one of you package files lists that python as a dependency. The nuke package...