ZORALab / Hestia

One Peaceful Frontend+Backend Software Library Suite.
https://hestia.zoralab.com
Other
19 stars 1 forks source link

Fix hestiaHUGO And hestiaDOCS Release Packages Bug #57

Closed hollowaykeanho closed 1 year ago

hollowaykeanho commented 1 year ago

Description

Please provide a short description of what you have encountered below.

Appearently, both packages has full filepath rather than the relative filepath. This is mainly because the montuer automation script is using manual packaging instead of its native functions.

There is a known performance issue (slow) with Monteur native TarGz at the moment. This should be a separate issue as Monteur needs Hestia Phase 2 to ready for its internal library needs.

For now, let's tolerate the slow performance abide doing things right.

Expected Behavior

Please specify the expected behavior of your usage below.

tar.gz release packages are correctly pathed internally for export.

Current Behavior

Please specify the current behavior of software below.

tar.gz release packages are incorrectly pathed internally for export.

Steps to Reproduce (COMPULSORY)

Please specify all the steps required to re-produce the problem.

1) run monteur package. 2) observe the tar.gz packages by opening it. Notice the pathings are from root system and it's not relative.

Attachments

Please drag and drop the necessary data files (e.g. screenshot, logs, etc)
below.
hollowaykeanho commented 1 year ago

Fixed in 3ea884500606c6471222bdcee0980077d1ef2146. We still need the manual mode as the Monteur is too slow due to absent of multi-threading operations.