File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 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+
411See corresponding Onload changelog for changes in OS support.
512
613ON-1440: use new public control plane API
Original file line number Diff line number Diff line change 1+ This is not a supported release version of TCPDirect
2+ ====================================================
3+
4+
5+
16TCPDirect-9.0.0
27===============
38
Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ copy_files_to_tmpdir() {
5858
5959
6060grab_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
6767make_release_package () {
@@ -198,7 +198,7 @@ if $shim && [ -z "$onload_tarball" ]; then
198198 usage;
199199fi
200200
201- tmpdir=$( mktemp -d)
201+ declare -r tmpdir=$( mktemp -d)
202202onload_tmpdir=" ${tmpdir} /onload"
203203zf_tmpdir=" ${tmpdir} /zf"
204204trap cleanup EXIT
You can’t perform that action at this time.
0 commit comments