[
https://issues.apache.org/jira/browse/STREAMPIPES-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530755#comment-17530755
]
Obermeier. Stefan commented on STREAMPIPES-536:
-----------------------------------------------
Hi Philipp,
In the Mac case the asterisks are escaped
https://github.com/apache/incubator-streampipes/blob/5143372ad1f5dcb339bf1534eac69281be2f5e10/installer/upgrade_versions.sh#L37
Sometimes I create personal releases like 0.69.1 if something was fixed in the
SNAPSHOT version.
It’s a little bit easier for me to have explicit versions.
> Escape asterisk in installer/upgrade_versions.sh
> ------------------------------------------------
>
> Key: STREAMPIPES-536
> URL: https://issues.apache.org/jira/browse/STREAMPIPES-536
> Project: StreamPipes
> Issue Type: Improvement
> Components: Installer
> Reporter: Stefan Obermeier
> Priority: Minor
> Fix For: 0.70.0
>
>
> Hi,
> I tried the installer/upgrade_versions.sh and get an exception when the
> README.md s are processed. "sed: -e expression #1, char XX: Invalid preceding
> regular expression".
> I used
> sed (GNU sed) 4.8 on Windows
> sed (GNU sed) 4.7 on Ubuntu 20.04.3 LTS.
>
> If I escape the asterisk it works for me.
> Old: sed -i 's/**Current version:** .*/**Current version:**
> '$NEW_VERSION'/g' ./$opt/README.md
> New: sed -i 's/\*\*Current version:\*\* .*/\*\*Current version:\*\*
> '$NEW_VERSION'/g' ./$opt/README.md
>
> Do you know if this is a geral solution or just for my environments?
--
This message was sent by Atlassian Jira
(v8.20.7#820007)