ynput / ayon-core

Apache License 2.0
18 stars 30 forks source link

Chore: Create server addon package enhancements #600

Closed iLLiCiTiT closed 1 month ago

iLLiCiTiT commented 1 month ago

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.