Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export HAB_BLDR_CHANNEL='LTS-2024'
export HAB_REFRESH_CHANNEL="LTS-2024"
pkg_name=knife-ec-backup
pkg_origin=chef
pkg_maintainer="The Habitat Maintainers <humans@habitat.sh>"
Expand All @@ -18,8 +20,8 @@ pkg_build_deps=(
pkg_deps=(
core/coreutils
core/gcc
core/ruby31
core/postgresql-client
core/ruby3_1
core/postgresql13-client
core/libffi
)

Expand Down