Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Create server addon package enhancements #600

Merged
merged 2 commits into from
Jun 6, 2024

Conversation

iLLiCiTiT
Copy link
Member

@iLLiCiTiT iLLiCiTiT commented Jun 5, 2024

Changelog Description

Create package script does not copy files around unless it was asked for. So if zip should be created, only file which is created on disk is output package zip.

Additional info

Do most of the logic only in memory without copying files around. This means that --keep-sources argument does not have usage as there are no sources. But --skip-zip still can be used.

Changed docstring in houdini version.py (the template changed while PR was opened).

Testing notes:

  1. Running python ./create_ayon_addon.py should output the same packages as before but a little bit faster.

@ynbot ynbot added size/S host: Houdini type: enhancement Improvement of existing functionality or minor addition labels Jun 5, 2024
@iLLiCiTiT iLLiCiTiT requested a review from kalisp June 5, 2024 17:19
Copy link
Contributor

@MustafaJafar MustafaJafar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works and it's faster.
I didn't notice any difference.

@iLLiCiTiT iLLiCiTiT merged commit 8250302 into develop Jun 6, 2024
9 checks passed
@iLLiCiTiT iLLiCiTiT deleted the enhancement/faster-create-package branch June 6, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
host: Houdini size/S type: enhancement Improvement of existing functionality or minor addition
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants