Skip to content

Commit

Permalink
hab sup channel to stable
Browse files Browse the repository at this point in the history
Signed-off-by: RoyShravani <[email protected]>
  • Loading branch information
RoyShravani committed Jan 22, 2025
1 parent 72f096f commit 3af86f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .expeditor/create_manifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_latest(channel, origin, name)
def get_hab_deps_latest()
ret = {}
["hab", "hab-sup", "hab-launcher"].each do |name|
d = get_latest("LTS-2024", "core", name)
d = get_latest("stable", "core", name)
ret[name] = "#{d["origin"]}/#{d["name"]}/#{d["version"]}/#{d["release"]}"
end
ret
Expand Down Expand Up @@ -78,7 +78,7 @@ def get_hab_deps_latest()
# that were part of the build group. Pulling from unstable means
# that we might include packages that were built as part of an
# ad-hoc run of the pipeline or a concurrently running build.
latest_release = get_latest("LTS-2024", pkg_origin, pkg_name)
latest_release = get_latest("stable", pkg_origin, pkg_name)

pkg_version = latest_release["version"]
pkg_release = latest_release["release"]
Expand Down

0 comments on commit 3af86f8

Please sign in to comment.