Skip to content

Commit 354bd4f

Browse files
committed
adding pg-client as a dependency
Signed-off-by: RoyShravani <[email protected]>
1 parent b8fca04 commit 354bd4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.expeditor/create_manifest.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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("unstable", pkg_origin, pkg_name)
81+
latest_release = get_latest("LTS-2024", pkg_origin, pkg_name)
8282

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

src/oc-id/habitat/plan.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pkg_maintainer="The Chef Server Maintainers <[email protected]>"
44
pkg_license=('Apache-2.0')
55
pkg_deps=(
66
core/sqitch
7+
core/postgresql-client
78
core/curl
89
core/node
910
core/ruby3_4

0 commit comments

Comments
 (0)