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

[studio] Regression: Plan is missing install of hab-studio-profile.sh #4832

Closed
fnichol opened this issue Mar 29, 2018 · 0 comments · Fixed by #4833
Closed

[studio] Regression: Plan is missing install of hab-studio-profile.sh #4832

fnichol opened this issue Mar 29, 2018 · 0 comments · Fixed by #4833
Assignees
Labels
Focus: Studio Related to the Habitat Studio (core/hab-studio) component Platform: Linux Deals with Linux-specific behavior Platform: macOS Deals with macOS-specific behavior Type: Bug Issues that describe broken functionality

Comments

@fnichol
Copy link
Collaborator

fnichol commented Mar 29, 2018

Refactorings in #4661 didn't update the Plan to account for new package files.

Stable behavior:

ubuntu@fnichol-cloudy-studio-2017-11> hab studio new
   hab-studio: Creating Studio at /hab/studios/home--ubuntu--habitat-sh (default)
   hab-studio: No secret keys imported! Did you mean to set HAB_ORIGIN?
To specify a HAB_ORIGIN, either set the HAB_ORIGIN environment
variable to your origin name or run 'hab setup' and specify a
default origin.
» Installing core/hab-backline/0.55.0 from channel 'stable'
☛ Verifying core/hab-backline/0.55.0/20180321222227
↓ Downloading core-20160810182414 public origin key
…
» Binlinking sh from core/bash into /hab/studios/home--ubuntu--habitat-sh/bin
★ Binlinked sh from core/bash/4.3.42/20170513213519 to /hab/studios/home--ubuntu--habitat-sh/bin/sh

Regressed behavior:

> env HAB_STUDIO_BACKLINE_PKG=core/hab-backline/0.55.0 hab studio new
   hab-studio: Creating Studio at /hab/studios/home--ubuntu--habitat-sh (default)
   hab-studio: No secret keys imported! Did you mean to set HAB_ORIGIN?
To specify a HAB_ORIGIN, either set the HAB_ORIGIN environment
variable to your origin name or run 'hab setup' and specify a
default origin.
» Installing core/hab-backline/0.55.0 from channel 'stable'
☛ Verifying core/hab-backline/0.55.0/20180321222227
↓ Downloading core-20160810182414 public origin key
    75 B / 75 B | 
…
» Binlinking sh from core/bash into /hab/studios/home--ubuntu--habitat-sh/bin
★ Binlinked sh from core/bash/4.3.42/20170513213519 to /hab/studios/home--ubuntu--habitat-sh/bin/sh
cat: can't open '/hab/pkgs/core/hab-studio/0.56.0-dev/20180329173156/libexec/hab-studio-profile.sh': No such file or directory
@fnichol fnichol self-assigned this Mar 29, 2018
fnichol added a commit that referenced this issue Mar 29, 2018
Closes #4832

Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
@christophermaier christophermaier added Focus: Studio Related to the Habitat Studio (core/hab-studio) component Platform: Linux Deals with Linux-specific behavior Platform: macOS Deals with macOS-specific behavior Type: Bug Issues that describe broken functionality and removed A-studio labels Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Focus: Studio Related to the Habitat Studio (core/hab-studio) component Platform: Linux Deals with Linux-specific behavior Platform: macOS Deals with macOS-specific behavior Type: Bug Issues that describe broken functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants