Commit a788abd
committed
Fix nnf_cmd exit code and update submodule pointers
Preserve the exit code of release-all.sh through the pipe in nnf_cmd
by returning PIPESTATUS[0]. Previously, all invocations exited 0 because
the pipe's exit code was that of 'cat', not release-all.sh.
Also advance submodule pointers to their current master HEADs:
- lustre-fs-operator: 7ebec7d -> c59379b (PR #125 update-vendor)
- nnf-dm: 42a3d3a4 -> c959e3b5 (PR #360 update-vendor + others)
- nnf-integration-test: b967cc0 -> 3e52df1 (PR #160 update-vendor + #159)
- nnf-sos: 8749851d -> bcb00b92 (PR #604 update-vendor + others)
Also restore the ONE-command-per-turn rule to release.agent.md and
remove trailing blank lines from RELEASE-PLAN.md.
Signed-off-by: Anthony Floeder <anthony.floeder@hpe.com>1 parent b8fe628 commit a788abd
7 files changed
Lines changed: 11 additions & 7 deletions
File tree
- .github/agents
- tools/release-all
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
- api/v1alpha10/conversion.go+7-3
- api/v1alpha9/conversion.go+7-3
- go.mod+2-2
- go.sum+4-4
- internal/controller/nnf_clientmount_controller.go+6-2
- internal/controller/nnf_workflow_controller.go+2-2
- internal/controller/nnf_workflow_controller_helpers.go+2-2
- internal/controller/nnf_workflow_controller_test.go+2-2
- scripts/compute_refresh.sh+229
- scripts/rabbit_wipe.sh+622
- vendor/modules.txt+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
270 | 272 | | |
271 | 273 | | |
272 | 274 | | |
273 | | - | |
274 | | - | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
0 commit comments