diff options
author | Leah Rowe <leah@libreboot.org> | 2022-11-14 00:51:12 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2022-11-14 00:51:12 +0000 |
commit | 7af9953463c65fe2f02704e6bce815d830e58d7d (patch) | |
tree | dce6c19484fd27288c65ac33092040601d8a0622 /tests/u-boot-libre | |
parent | b5c25efed46f0a9121023997c6758eda5c3f5017 (diff) |
pragmatic system distribution guideline compliancepsdg
osboot is now part of libreboot, and will soon shut down.
libreboot now conforms to osboot policy.
Diffstat (limited to 'tests/u-boot-libre')
-rwxr-xr-x | tests/u-boot-libre | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/u-boot-libre b/tests/u-boot-libre deleted file mode 100755 index de234024..00000000 --- a/tests/u-boot-libre +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env bash - -# -# tests for resources/scripts/build/release/u-boot-stable-src-release -# -# Copyright (C) 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. -# - -[ "x${DEBUG+set}" = 'xset' ] && set -v -set -u -e - -topdir="$(realpath $(dirname $(realpath $0))/../)" -progname="$(basename $(realpath $0))" - -"${topdir}/resources/scripts/build/release/u-boot-libre" -sha512sum -c "${topdir}/tests/${progname}.sha512" |