Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Libreboot build system
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libreboot project
Libreboot build system
Commits
23958f4e
Commit
23958f4e
authored
Oct 21, 2023
by
Libreboot project
Browse files
Options
Downloads
Patches
Plain Diff
Libreboot 20231021
Signed-off-by:
Leah Rowe
<
leah@libreboot.org
>
parent
79c8dc46
Branches
Branches containing commit
Tags
20231021
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/git/img
+2
-2
2 additions, 2 deletions
config/git/img
config/grub/patches/0001-borderfix/0002-say-the-name-libreboot-in-the-grub-menu.patch
+1
-1
1 addition, 1 deletion
...derfix/0002-say-the-name-libreboot-in-the-grub-menu.patch
script/update/release
+5
-3
5 additions, 3 deletions
script/update/release
with
8 additions
and
6 deletions
config/git/
www-
img
→
config/git/img
+
2
−
2
View file @
23958f4e
{
www
}{
{
img
}{
rev: 918c0ba07cf45f07836fa8c312fc51b48db32e0a
rev: 918c0ba07cf45f07836fa8c312fc51b48db32e0a
loc:
www-
img
loc: img
url: https://codeberg.org/libreboot/lbwww-img
url: https://codeberg.org/libreboot/lbwww-img
bkup_url: https://git.disroot.org/libreboot/lbwww-img
bkup_url: https://git.disroot.org/libreboot/lbwww-img
}
}
This diff is collapsed.
Click to expand it.
config/grub/patches/0001-borderfix/0002-say-the-name-libreboot-in-the-grub-menu.patch
+
1
−
1
View file @
23958f4e
...
@@ -16,7 +16,7 @@ index bd4431000..31308e16a 100644
...
@@ -16,7 +16,7 @@ index bd4431000..31308e16a 100644
grub_term_cls (term);
grub_term_cls (term);
- msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
- msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
+ msg_formatted = grub_xasprintf (_("
l
ibreboot
firmwar
e, based on coreboot. https://libreboot.org/"));
+ msg_formatted = grub_xasprintf (_("
L
ibreboot
20231021 releas
e, based on coreboot. https://libreboot.org/"));
if (!msg_formatted)
if (!msg_formatted)
return;
return;
...
...
This diff is collapsed.
Click to expand it.
script/update/release
+
5
−
3
View file @
23958f4e
...
@@ -80,8 +80,10 @@ build_release()
...
@@ -80,8 +80,10 @@ build_release()
)
)
for
_xgcc
in
"
${
vdir
}
/crossgcc/"
*
;
do
for
_xgcc
in
"
${
vdir
}
/crossgcc/"
*
;
do
[
-d
"
${
_xgcc
}
"
]
||
continue
[
-d
"
${
_xgcc
}
"
]
||
continue
mv
"
${
_xgcc
}
"
\
mkdir
-p
"
${
srcdir
}
/src/coreboot/
${
_xgcc
##*/
}
/util/crossgcc/tarballs"
||
\
"
${
srcdir
}
/src/coreboot/
${
_xgcc
##*/
}
/util/crossgcc/tarballs"
\
err
"!mkdir src/coreboot/
${
_xgcc
##*/
}
/util/crossgcc/tarballs"
mv
"
${
_xgcc
}
/"
*
\
"
${
srcdir
}
/src/coreboot/
${
_xgcc
##*/
}
/util/crossgcc/tarballs/"
\
||
err
"!move xgcc tarballs to
${
srcdir
}
/xgcc/
${
_xgcc
##*/
}
"
||
err
"!move xgcc tarballs to
${
srcdir
}
/xgcc/
${
_xgcc
##*/
}
"
done
done
rm
-Rf
"
${
vdir
}
/crossgcc"
||
err
"!rm -Rf
\"
${
vdir
}
/crossgcc
\"
"
rm
-Rf
"
${
vdir
}
/crossgcc"
||
err
"!rm -Rf
\"
${
vdir
}
/crossgcc
\"
"
...
@@ -259,7 +261,7 @@ mktarball()
...
@@ -259,7 +261,7 @@ mktarball()
[
"
${
2
%/*
}
"
=
"
${
2
}
"
]
||
x_
mkdir
-p
"
${
2
%/*
}
"
[
"
${
2
%/*
}
"
=
"
${
2
}
"
]
||
x_
mkdir
-p
"
${
2
%/*
}
"
if
[
"
${
tar_implementation
% *
}
"
=
"tar (GNU tar)"
]
;
then
if
[
"
${
tar_implementation
% *
}
"
=
"tar (GNU tar)"
]
;
then
tar
--sort
=
name
--owner
=
root:0
--group
=
root:0
\
tar
--sort
=
name
--owner
=
root:0
--group
=
root:0
\
--mtime
=
"UTC 2023-10-1
4
"
-c
"
${
1
}
"
| xz
-T0
-9e
>
"
${
2
}
"
||
\
--mtime
=
"UTC 2023-10-
2
1"
-c
"
${
1
}
"
| xz
-T0
-9e
>
"
${
2
}
"
||
\
err
"mktarball 1,
${
1
}
"
err
"mktarball 1,
${
1
}
"
else
else
# TODO: reproducible tarballs on non-GNU systems
# TODO: reproducible tarballs on non-GNU systems
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment