Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On-prem builder with Artifactory: Package delete does not delete from artifactory #234

Open
1 of 7 tasks
hchiao1 opened this issue Mar 4, 2020 · 1 comment
Open
1 of 7 tasks

Comments

@hchiao1
Copy link

hchiao1 commented Mar 4, 2020

Hello - thanks for reporting an issue with Habitat.

In order to help us troubleshoot the issue, please be sure to include the following information if applicable:

  • The OS (including version) where you are running any of the Habitat commands.

  • Debug/backtrace of the command you are trying to run. You can set the following environment variables before running the hab command to generate a trace:

      # Linux/MacOS
       Implement the on-prem-builder with Artifactory, hart package got successfully to upload to the artifactory. However, when we tried to test out the `hab pkg delete` function, the hart disappeared on the depot UI, but still existing in the artifactory. 
    
  • Current Habitat environment variables where the hab command or supervisor is running. These can be gathered using:

      env | grep HAB | grep -v HAB_AUTH_TOKEN
    
    • DO NOT include HAB_AUTH_TOKEN or any other sensitive information. More info on Habitat environment variables can be found here.
    • If you're running into problems with the Habitat Studio, please use the env | grep ... command specified above to include environment variables:
      • a. before starting the studio
      • b. inside the studio
  • If this is a key related issue, please include the list of files (including user/group permissions) in /hab/cache/keys and $HOME/.hab/cache/keys via ls -la.

      # Linux/MacOS
      ls -la /hab/cache/keys
      ls -la $HOME/.hab/cache.keys
    
      # Windows (Powershell 5+)
      ls C:\hab\cache\keys
    
@krasnow
Copy link

krasnow commented Apr 20, 2020

Pulling this text out -- it got buried in the formatting:

Implement the on-prem-builder with Artifactory, hart package got successfully to upload to the artifactory. However, when we tried to test out the hab pkg delete function, the hart disappeared on the depot UI, but still existing in the artifactory.

This is the issue. I'll rename it as well.

@krasnow krasnow changed the title Integration on-prem builder with Artifactory On-prem builder with Artifactory: Package delete does not delete from artifactory Apr 20, 2020
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

No branches or pull requests

2 participants