forked from OpenDDS/OpenDDS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Post 3.27.0 Release Script Improvements
- Replace `--upload-shapes-demo` with `--upload-artifacts`, which will now upload the RTPS interop test in addition to the shapes demo. - `--upload-shapes-demo`, now `--upload-artifacts` was unable to download artifacts from workflows. [This GitHub discussion answer](https://github.com/orgs/community/discussions/88698#discussioncomment-8252538) provided an overview of the issue issue. The artifact download URL was being redirected to an internal Microsoft one which rejects GitHub authentication. The solution was to use the `download` function instead of PitHub and make a special case where it detects the failed redirect and retries it without authentication. - Replace the multiple `die_with_stack_trace` functions with a single implementation called `trace`. Also fixed the confusing off-by-one error in the output.
- Loading branch information
1 parent
9a2ebb9
commit 00456bc
Showing
6 changed files
with
296 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.. _shapes-demo: | ||
|
||
########### | ||
Shapes Demo | ||
########### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.