Martin L Roth has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69862 )
Change subject: fix abuild ......................................................................
fix abuild
Change-Id: Id3a2fe397875f6305dc673033142042b23147ba0 --- M util/abuild/abuild 1 file changed, 11 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/69862/1
diff --git a/util/abuild/abuild b/util/abuild/abuild index 270a492..89cc0d7 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -11,8 +11,8 @@
#set -x # Turn echo on....
-ABUILD_DATE="Mar 28, 2017" -ABUILD_VERSION="0.10.03" +ABUILD_DATE="Nov 19, 2022" +ABUILD_VERSION="0.11.00"
TOP=$PWD