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
b4bcdc42
Commit
b4bcdc42
authored
May 22, 2021
by
Libreboot project
Browse files
Options
Downloads
Patches
Plain Diff
build/release/src: don't auto-download tianocore
it will already be there, if it was used when build rom images
parent
15e4b8a0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/scripts/build/release/roms
+1
-1
1 addition, 1 deletion
resources/scripts/build/release/roms
resources/scripts/build/release/src
+1
-5
1 addition, 5 deletions
resources/scripts/build/release/src
with
2 additions
and
6 deletions
resources/scripts/build/release/roms
+
1
−
1
View file @
b4bcdc42
...
@@ -58,7 +58,7 @@ printf "Building ROM image archives for version %s\n" "${version}"
...
@@ -58,7 +58,7 @@ printf "Building ROM image archives for version %s\n" "${version}"
continue
continue
fi
fi
printf
"Generating release/%s/roms/%s-%s_%s.tar.xz
\n
"
"
${
projectname
}
"
"
${
version
}
"
"
${
version
}
"
"
${
target
##*/
}
"
printf
"Generating release/%s/roms/%s-%s_%s.tar.xz
\n
"
"
${
version
}
"
"
${
projectname
}
"
"
${
version
}
"
"
${
target
##*/
}
"
printf
"%s
\n
"
"
${
version
}
"
>
"
${
target
}
/version"
printf
"%s
\n
"
"
${
version
}
"
>
"
${
target
}
/version"
printf
"%s
\n
"
"
${
versiondate
}
"
>
"
${
target
}
/versiondate"
printf
"%s
\n
"
"
${
versiondate
}
"
>
"
${
target
}
/versiondate"
printf
"%s
\n
"
"
${
projectname
}
"
>
"
${
target
}
/projectname"
printf
"%s
\n
"
"
${
projectname
}
"
>
"
${
target
}
/projectname"
...
...
This diff is collapsed.
Click to expand it.
resources/scripts/build/release/src
+
1
−
5
View file @
b4bcdc42
...
@@ -55,11 +55,7 @@ printf "%s" "${version}" > "${srcdir}"/version
...
@@ -55,11 +55,7 @@ printf "%s" "${version}" > "${srcdir}"/version
modlist
=
"coreboot flashrom grub memtest86plus seabios ich9utils"
modlist
=
"coreboot flashrom grub memtest86plus seabios ich9utils"
dirlist
=
"resources"
dirlist
=
"resources"
filelist
=
"download build README COPYING Makefile"
filelist
=
"download build README.md COPYING Makefile update version versiondate projectname"
if
[
!
-d
"coreboot/default/payloads/external/tianocore/tianocore"
]
;
then
./download tianocore
fi
for
modname
in
${
modlist
}
;
do
for
modname
in
${
modlist
}
;
do
if
[
!
-d
"
${
modname
}
/"
]
;
then
if
[
!
-d
"
${
modname
}
/"
]
;
then
...
...
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