Skip to content

Conversation

@Omarabdul3ziz
Copy link

Description

On the tf-autobuilder / v* view page, the "Updated" column shows the timestamp of the target flist file instead of the link's own modification time for symlinks and taglinks. This causes confusion because:

  • When a new build is made (which happens on each merge), the target flist's timestamp gets updated
  • The link's timestamp in the UI updates even though the link itself wasn't modified
  • For example, a tag link created on Nov 19 shows Nov 20 (the timestamp of the flist inside) instead of Nov 19 (when the link was actually created)
    image

Solution

Modified the frontend to display linktime (the link's modification time) instead of updated (the target file's modification time) for symlinks and taglinks.

@xmonader xmonader requested a review from maxux November 20, 2025 10:44
Copy link
Collaborator

@maxux maxux left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants