Skip to content

Commit

Permalink
Updated sqitch version.
Browse files Browse the repository at this point in the history
Signed-off-by: sreepuramsudheer <[email protected]>
  • Loading branch information
sreepuramsudheer committed Dec 21, 2024
1 parent d3edd31 commit 8f5f06b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion omnibus_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion src/bookshelf/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/oc-id/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkg_origin=chef
pkg_maintainer="The Chef Server Maintainers <[email protected]>"
pkg_license=('Apache-2.0')
pkg_deps=(
core/sqitch_pg
core/sqitch
core/curl
core/node14
core/ruby31/3.1.6/20240912144513
Expand Down
2 changes: 1 addition & 1 deletion src/oc_bifrost/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/oc_erchef/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f5f06b

Please sign in to comment.