Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • U updater
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Turris
  • updater
  • updater
  • Merge requests
  • !87

Merged
Created Jul 26, 2016 by Ghost User@ghostContributor

backend: Install dead symbolic links

  • Overview 3
  • Commits 1
  • Changes 4

If there's a dead symbolic link in between the files to be installed (because the target has already been installed), then we want to use lstat to determine the existence of the link, instead of stat (which would say it doesn't exist). That way the symbolic link is installed as well.

Edited Nov 12, 2020 by Vojtech Myslivec
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: symlinks