Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release script should switch to bash syntax completely #748

Closed
jdemel opened this issue Jan 30, 2024 · 3 comments · Fixed by #751
Closed

release script should switch to bash syntax completely #748

jdemel opened this issue Jan 30, 2024 · 3 comments · Fixed by #751
Labels

Comments

@jdemel
Copy link
Contributor

jdemel commented Jan 30, 2024

The release script should always run in ZSH. However:

5b23afd

i.e. it runs in bash at the moment and produced a borked release.

@argilo
Copy link
Member

argilo commented Jan 30, 2024

My suggestion would be to change line 9 to set -e and then fix any errors that come up when running the script.

@argilo argilo added the bug label Jan 30, 2024
@jdemel
Copy link
Contributor Author

jdemel commented Jan 30, 2024

My suggestion would be to change line 9 to set -e and then fix any errors that come up when running the script.

Actually, I prefer that too.

@jdemel jdemel changed the title release script is meant to run in zsh release script should switch to bash syntax completely Jan 30, 2024
@ZeroChaos-
Copy link
Contributor

I tried to give this a quick pass since this is something I'm decent at.

#751

ZeroChaos- added a commit to ZeroChaos-/volk that referenced this issue Jan 30, 2024
Closes: gnuradio#748
Signed-off-by: Zero_Chaos <sidhayn@gmail.com>
ZeroChaos- added a commit to ZeroChaos-/volk that referenced this issue Jan 30, 2024
Closes: gnuradio#748
Signed-off-by: Zero Chaos <sidhayn@gmail.com>
Signed-off-by: Rick Farina (Zero_Chaos) <zerochaos@gentoo.org>
ZeroChaos- added a commit to ZeroChaos-/volk that referenced this issue Jan 30, 2024
Conditionalize use of signify-openbsd
Closes: gnuradio#748
Signed-off-by: Zero Chaos <sidhayn@gmail.com>

conditionalize both uses of signify

Signed-off-by: Zero Chaos <sidhayn@gmail.com>
ZeroChaos- added a commit to ZeroChaos-/volk that referenced this issue Jan 30, 2024
Conditionalize use of signify-openbsd
Closes: gnuradio#748
Signed-off-by: Zero Chaos <sidhayn@gmail.com>
ZeroChaos- added a commit to ZeroChaos-/volk that referenced this issue Jan 30, 2024
Conditionalize use of signify-openbsd
Closes: gnuradio#748
Signed-off-by: Rick Farina (Zero_Chaos) <zerochaos@gentoo.org>
Alesha72003 pushed a commit to Alesha72003/volk that referenced this issue May 15, 2024
Conditionalize use of signify-openbsd
Closes: gnuradio#748
Signed-off-by: Rick Farina (Zero_Chaos) <zerochaos@gentoo.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants