Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • E eula
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • TurrisTurris
  • SentinelSentinel
  • eula
  • Merge requests
  • !2

Remove install path in generated CSV

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Karel Koci requested to merge fix-install-path into master Jan 16, 2020
  • Overview 10
  • Commits 2
  • Changes 2

Install path was wrong because package is installed to relative path in build system. This meant that generated CSV was invalid and pointed to wrong location. On the other hand there is no need to have absolute path there. User accesses this file in same location as EULAs are so it is easy to locate them and makes it independent on install path in this package.

This commit also reformats touched code to make it more readable (single line to formated multiline).

Edited Jan 16, 2020 by Vojtech Myslivec
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-install-path