mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 17:58:46 +02:00
pragmatic system distribution guideline compliance
osboot is now part of libreboot, and will soon shut down. libreboot now conforms to osboot policy.
This commit is contained in:
@@ -18,51 +18,9 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
. .revisions
|
||||
|
||||
[ "x${DEBUG+set}" = 'xset' ] && set -v
|
||||
set -u -e
|
||||
|
||||
usage()
|
||||
{
|
||||
progname="./download flashrom"
|
||||
printf "Usage:\n"
|
||||
printf "\t%s # %s\n" \
|
||||
"${progname}" \
|
||||
"Download flashrom"
|
||||
printf "\t%s --help # %s\n" \
|
||||
"${progname}" \
|
||||
"Prints this help"
|
||||
}
|
||||
|
||||
if [ $# -ne 0 ] ; then
|
||||
usage
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Get flashrom at the last previously tested revision
|
||||
|
||||
# Remove the old version that may still exist:
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
printf "Downloading flashrom\n"
|
||||
|
||||
rm -Rf "flashrom/"
|
||||
|
||||
# Get flashrom
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
# download it using git
|
||||
git clone https://review.coreboot.org/flashrom.git
|
||||
|
||||
if [ ! -d "flashrom" ]; then
|
||||
printf "flashrom not downloaded; check network connection?\n\n"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
(
|
||||
cd "flashrom/"
|
||||
|
||||
# reset to known revision
|
||||
git reset --hard 11680db4e1251eb842bee11e53b6d1f0ae67767b
|
||||
)
|
||||
|
||||
printf "\n\n"
|
||||
./download gitmodule flashrom
|
||||
|
||||
Reference in New Issue
Block a user