From 8f5f06b32714951efd6203e477fa63690cff6733 Mon Sep 17 00:00:00 2001 From: sreepuramsudheer Date: Sat, 21 Dec 2024 06:46:14 +0530 Subject: [PATCH] Updated sqitch version. Signed-off-by: sreepuramsudheer --- omnibus_overrides.rb | 2 +- src/bookshelf/habitat/plan.sh | 2 +- src/oc-id/habitat/plan.sh | 2 +- src/oc_bifrost/habitat/plan.sh | 2 +- src/oc_erchef/habitat/plan.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb index d26f4576db..f5f39970b0 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -10,7 +10,7 @@ override :perl, version: "5.34.0" override :redis, version: "5.0.14" override :runit, version: "2.1.1" #standalone upgrade is failing, Needs to be reverted to 2.1.2 after fixing the umbrella -override :sqitch, version: "0.973" +override :sqitch, version: "1.4.0" override :logrotate, version: "3.19.0" diff --git a/src/bookshelf/habitat/plan.sh b/src/bookshelf/habitat/plan.sh index a91702cc0c..8bbb9d5db7 100644 --- a/src/bookshelf/habitat/plan.sh +++ b/src/bookshelf/habitat/plan.sh @@ -7,7 +7,7 @@ pkg_deps=( core/cacerts core/coreutils core/gcc-libs - core/sqitch_pg + core/sqitch ) pkg_build_deps=(core/make core/git core/gcc) pkg_bin_dirs=(bin) diff --git a/src/oc-id/habitat/plan.sh b/src/oc-id/habitat/plan.sh index b00dc7f8f4..e894ceea99 100644 --- a/src/oc-id/habitat/plan.sh +++ b/src/oc-id/habitat/plan.sh @@ -3,7 +3,7 @@ pkg_origin=chef pkg_maintainer="The Chef Server Maintainers " pkg_license=('Apache-2.0') pkg_deps=( - core/sqitch_pg + core/sqitch core/curl core/node14 core/ruby31/3.1.6/20240912144513 diff --git a/src/oc_bifrost/habitat/plan.sh b/src/oc_bifrost/habitat/plan.sh index 04f7c34200..30c2be9d6c 100644 --- a/src/oc_bifrost/habitat/plan.sh +++ b/src/oc_bifrost/habitat/plan.sh @@ -8,7 +8,7 @@ pkg_deps=( core/coreutils core/curl core/gcc-libs - core/sqitch_pg + core/sqitch ) pkg_build_deps=(core/make core/git core/gcc) pkg_bin_dirs=(bin) diff --git a/src/oc_erchef/habitat/plan.sh b/src/oc_erchef/habitat/plan.sh index 9a0af3011d..2295a0ec90 100644 --- a/src/oc_erchef/habitat/plan.sh +++ b/src/oc_erchef/habitat/plan.sh @@ -10,7 +10,7 @@ pkg_deps=( core/openssl core/gcc-libs core/ruby31/3.1.6/20240912144513 - core/sqitch_pg + core/sqitch core/gecode core/libffi core/glibc