Skip to content

fix: git access tar methods (#1454)#1494

Merged
jakobmoellerdev merged 1 commit into
open-component-model:releases/v0.25from
frewilhelm:backport-1454
Jun 3, 2025
Merged

fix: git access tar methods (#1454)#1494
jakobmoellerdev merged 1 commit into
open-component-model:releases/v0.25from
frewilhelm:backport-1454

Conversation

@frewilhelm
Copy link
Copy Markdown
Contributor

The method to tar a filesystem that is currently used, also flattens the directory structure to a simple list of files. As this is not what we need, we will use another method.

Additionally, the tar-function includes the "last-modification" date of the files. This leads to false results (e.g. digest calculation) as the modification date for files is resetted when downloaded.

fix #1454

(cherry picked from commit a9435cc)

@frewilhelm frewilhelm requested a review from a team as a code owner June 2, 2025 14:34
The method to tar a filesystem that is currently used, also flattens the
directory structure to a simple list of files. As this is not what we
need, we will use another method.

Additionally, the tar-function includes the "last-modification" date of
the files. This leads to false results (e.g. digest calculation) as the
modification date for files is resetted when downloaded.

---------

Co-authored-by: Jakob Möller <jakob.moeller@sap.com>
@jakobmoellerdev jakobmoellerdev merged commit edd6950 into open-component-model:releases/v0.25 Jun 3, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants