Skip to content

Commit

Permalink
adding pg-client as a dependency
Browse files Browse the repository at this point in the history
Signed-off-by: RoyShravani <[email protected]>
  • Loading branch information
RoyShravani committed Dec 26, 2024
1 parent b8fca04 commit 354bd4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .expeditor/create_manifest.rb
Original file line number Diff line number Diff line change
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("unstable", pkg_origin, pkg_name)
latest_release = get_latest("LTS-2024", pkg_origin, pkg_name)

pkg_version = latest_release["version"]
pkg_release = latest_release["release"]
Expand Down
1 change: 1 addition & 0 deletions src/oc-id/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pkg_maintainer="The Chef Server Maintainers <[email protected]>"
pkg_license=('Apache-2.0')
pkg_deps=(
core/sqitch
core/postgresql-client
core/curl
core/node
core/ruby3_4
Expand Down

0 comments on commit 354bd4f

Please sign in to comment.