Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 501
    • Issues 501
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 54
    • Merge requests 54
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • KeaKea
  • Issues
  • #1702
Closed
Open
Created Feb 12, 2021 by Tomek Mrugalski@tomek🛰Owner

Fix gtest cp -p flag

As reported by @manu:

why you enforce -p flag for 'cp' ?
https://gitlab.isc.org/isc-projects/kea/-/blob/master/ext/gtest/Makefile.am#L10
it would be good idea to remove it as it causes errors

cp -p /usr/src/googletest/googletest//src/gtest-all.cc gtest-all.cc
cp: can't preserve ownership of 'gtest-all.cc': Operation not permitted
as we copy file owned by root to jenkins's workspace under jenkins user. The file is copied anyway but without preserved ownership which we don't need, right? So the -p flag is not required from my point of view.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking