<p>Patrick Georgi would like Martin Roth to <strong>review</strong> this change.</p><p><a href="https://review.coreboot.org/c/coreboot/+/30339">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/release: Also keep 3rdparty/fsp in the blobs tarball<br><br>Change-Id: I089519f685377ae02155817bb042f83d79d1af6c<br>Signed-off-by: Patrick Georgi <pgeorgi@google.com><br>---<br>M util/release/build-release<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/30339/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/release/build-release b/util/release/build-release</span><br><span>index e4330d4..35f197d 100755</span><br><span>--- a/util/release/build-release</span><br><span>+++ b/util/release/build-release</span><br><span>@@ -58,8 +58,8 @@</span><br><span> tstamp=$(git log --pretty=format:%ci -1)</span><br><span> cd ..</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-tar --sort=name --mtime="$tstamp" --owner=coreboot:1000 --group=coreboot:1000 --exclude=*/.git --exclude=*/.gitignore --exclude="coreboot-${VERSION_NAME}/3rdparty/blobs" -cvf - "coreboot-${VERSION_NAME}" |xz -9 > "coreboot-${VERSION_NAME}.tar.xz"</span><br><span style="color: hsl(0, 100%, 40%);">-tar --sort=name --mtime="$tstamp" --owner=coreboot:1000 --group=coreboot:1000 --exclude=*/.git --exclude=*/.gitignore -cvf - "coreboot-${VERSION_NAME}/3rdparty/blobs" |xz -9 > "coreboot-blobs-${VERSION_NAME}.tar.xz"</span><br><span style="color: hsl(120, 100%, 40%);">+tar --sort=name --mtime="$tstamp" --owner=coreboot:1000 --group=coreboot:1000 --exclude=*/.git --exclude=*/.gitignore --exclude="coreboot-${VERSION_NAME}/3rdparty/blobs" --exclude="coreboot-${VERSION_NAME}/3rdparty/fsp" -cvf - "coreboot-${VERSION_NAME}" |xz -9 > "coreboot-${VERSION_NAME}.tar.xz"</span><br><span style="color: hsl(120, 100%, 40%);">+tar --sort=name --mtime="$tstamp" --owner=coreboot:1000 --group=coreboot:1000 --exclude=*/.git --exclude=*/.gitignore -cvf - "coreboot-${VERSION_NAME}/3rdparty/blobs" "coreboot-${VERSION_NAME}/3rdparty/fsp" |xz -9 > "coreboot-blobs-${VERSION_NAME}.tar.xz"</span><br><span> </span><br><span> if [ -n "${GPG_KEY_ID}" ]; then</span><br><span>  gpg2 --armor --local-user "$GPG_KEY_ID" --output "coreboot-${VERSION_NAME}.tar.xz.sig" --detach-sig "coreboot-${VERSION_NAME}.tar.xz"</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/c/coreboot/+/30339">change 30339</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/c/coreboot/+/30339"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I089519f685377ae02155817bb042f83d79d1af6c </div>
<div style="display:none"> Gerrit-Change-Number: 30339 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Georgi <pgeorgi@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Martin Roth <martinroth@google.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>