From 354bd4f5ad22646df7b46b6b2ec8c6fe755bad44 Mon Sep 17 00:00:00 2001 From: RoyShravani Date: Thu, 26 Dec 2024 10:12:35 +0530 Subject: [PATCH] adding pg-client as a dependency Signed-off-by: RoyShravani --- .expeditor/create_manifest.rb | 2 +- src/oc-id/habitat/plan.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.expeditor/create_manifest.rb b/.expeditor/create_manifest.rb index fca0f56f58..c9f7638014 100755 --- a/.expeditor/create_manifest.rb +++ b/.expeditor/create_manifest.rb @@ -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"] diff --git a/src/oc-id/habitat/plan.sh b/src/oc-id/habitat/plan.sh index 6bb1059116..da9d6fa39d 100644 --- a/src/oc-id/habitat/plan.sh +++ b/src/oc-id/habitat/plan.sh @@ -4,6 +4,7 @@ pkg_maintainer="The Chef Server Maintainers " pkg_license=('Apache-2.0') pkg_deps=( core/sqitch + core/postgresql-client core/curl core/node core/ruby3_4