You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/07/19 14:48:51 UTC

[GitHub] [camel-k] christophd opened a new issue #2514: camel-k-client tar.gz changes the uid/gid of pwd

christophd opened a new issue #2514:
URL: https://github.com/apache/camel-k/issues/2514


   Installing kamel from the tarball as root might change the uid/guid of the current directory where kamel is being installed. This is because "." is included in the tarball.
   
   ```
   curl -LO https://github.com/apache/camel-k/releases/download/v1.5.0/camel-k-client-1.5.0-mac-64bit.tar.gz
   tar -xvf camel-k-client-1.5.0-mac-64bit.tar.gz 
   x ./
   x ./LICENSE
   x ./kamel
   x ./kamel.sha512
   x ./kamel.asc
   x ./NOTICE
   ```
   
   Excluding "." from the camel-k tarball will solve the issue so only the relevant files are extracted on the users directory.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] astefanutti closed issue #2514: camel-k-client tar.gz changes the uid/gid of cwd

Posted by GitBox <gi...@apache.org>.
astefanutti closed issue #2514:
URL: https://github.com/apache/camel-k/issues/2514


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org