Skip to content

Commit ff54d00

Browse files
committed
Merge branch 'v9_0'
2 parents 7891fc3 + 1eabb82 commit ff54d00

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

doc/ChangeLog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
tcpdirect-9.0.0
1+
tcpdirect-9.0.1
22
---------------
33

4+
Placeholder for hypothetical update to tcpdirect-9.0.0.
5+
6+
7+
8+
tcpdirect-9.0.0.21
9+
------------------
10+
411
See corresponding Onload changelog for changes in OS support.
512

613
ON-1440: use new public control plane API

doc/ReleaseNotes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
This is not a supported release version of TCPDirect
2+
====================================================
3+
4+
5+
16
TCPDirect-9.0.0
27
===============
38

scripts/zf_mkdist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ copy_files_to_tmpdir() {
5858

5959

6060
grab_artifacts_from_tmpdir() {
61-
tmpdir="${zf_tmpdir}/build/artifacts"
61+
artifact_tmpdir="${zf_tmpdir}/build/artifacts"
6262
local_dir="${top_dir}/build/artifacts"
6363
mkdir -p "${local_dir}"
64-
tar cz -C "${tmpdir}" . | tar zx -C "${local_dir}"
64+
tar cz -C "${artifact_tmpdir}" . | tar zx -C "${local_dir}"
6565
}
6666

6767
make_release_package() {
@@ -198,7 +198,7 @@ if $shim && [ -z "$onload_tarball" ]; then
198198
usage;
199199
fi
200200

201-
tmpdir=$(mktemp -d)
201+
declare -r tmpdir=$(mktemp -d)
202202
onload_tmpdir="${tmpdir}/onload"
203203
zf_tmpdir="${tmpdir}/zf"
204204
trap cleanup EXIT

0 commit comments

Comments
 (0)