Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Dec 4, 2023
1 parent ce913c5 commit d8152fc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: always()
continue-on-error: true
run: |
sr3 stop --dangerWillRobinson
sr3 stop --dangerWillRobinson=1
cd ${HOME}/.cache/sr3/
tar -czf ${HOME}/cache_sr3.tar.gz *
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flow_amqp_consumer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
if: always()
continue-on-error: true
run: |
sr3 stop --dangerWillRobinson
sr3 stop --dangerWillRobinson=1
cd ${HOME}/.cache/sr3/
tar -czf ${HOME}/cache_sr3.tar.gz *
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flow_mqtt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if: always()
continue-on-error: true
run: |
sr3 stop --dangerWillRobinson
sr3 stop --dangerWillRobinson=1
cd ${HOME}/.cache/sr3/
tar -czf ${HOME}/cache_sr3.tar.gz *
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flow_redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if: always()
continue-on-error: true
run: |
sr3 stop --dangerWillRobinson
sr3 stop --dangerWillRobinson=1
cd ${HOME}/.cache/sr3/
tar -czf ${HOME}/cache_sr3.tar.gz *
Expand Down
9 changes: 6 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
metpx-sr3 (3.00.49) UNRELEASED; urgency=medium
metpx-sr3 (3.00.49) unstable; urgency=medium

* incrementing away from release.
*
* fix #854 ignore sr3_tools processes.
* bugs in sarracenia/flowcb/scheduled/wiski.py
* bugs in sarracenia/flowcb/poll/airnow.py
* sr3 convert now refuses to overwrite existing sr3 configs
* bugfix incorrect cumulative metrics display.

-- peter <[email protected]> Thu, 30 Nov 2023 17:43:34 -0500

Expand Down

0 comments on commit d8152fc

Please sign in to comment.