Skip to content

Commit 3af86f8

Browse files
committed
hab sup channel to stable
Signed-off-by: RoyShravani <[email protected]>
1 parent 72f096f commit 3af86f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.expeditor/create_manifest.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_latest(channel, origin, name)
2626
def get_hab_deps_latest()
2727
ret = {}
2828
["hab", "hab-sup", "hab-launcher"].each do |name|
29-
d = get_latest("LTS-2024", "core", name)
29+
d = get_latest("stable", "core", name)
3030
ret[name] = "#{d["origin"]}/#{d["name"]}/#{d["version"]}/#{d["release"]}"
3131
end
3232
ret
@@ -78,7 +78,7 @@ def get_hab_deps_latest()
7878
# that were part of the build group. Pulling from unstable means
7979
# that we might include packages that were built as part of an
8080
# ad-hoc run of the pipeline or a concurrently running build.
81-
latest_release = get_latest("LTS-2024", pkg_origin, pkg_name)
81+
latest_release = get_latest("stable", pkg_origin, pkg_name)
8282

8383
pkg_version = latest_release["version"]
8484
pkg_release = latest_release["release"]

0 commit comments

Comments
 (0)