diff --git a/package-lists/build/main.pkgs b/package-lists/build/main.pkgs index 008698fd..b607817b 100644 --- a/package-lists/build/main.pkgs +++ b/package-lists/build/main.pkgs @@ -25,7 +25,6 @@ nfs-utils performance-diagnostics ptools python-rtslib-fb -recovery-environment savedump sdb targetcli-fb diff --git a/packages/recovery-environment/config.sh b/packages/recovery-environment/config.sh deleted file mode 100644 index 14cc84c7..00000000 --- a/packages/recovery-environment/config.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env bash -# -# Copyright 2020 Delphix -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -# shellcheck disable=SC2034 - -DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/recovery-environment.git" -PACKAGE_DEPENDENCIES="zfs" - -function prepare() { - logmust install_build_deps_from_control_file - logmust mkdir "$WORKDIR/repo/external-debs/" - logmust cp "$DEPDIR/zfs/"*.deb "$WORKDIR/repo/external-debs/" -} - -function build() { - logmust dpkg_buildpackage_default -}