Skip to content

Commit

Permalink
Minor fixes in output messages in build.xml and post_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Oct 30, 2024
1 parent 28a0c17 commit f13da63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,12 @@ gpg.executable - GnuPG executable to use for artifact signing. Defa
</condition>
<echo message="Deploying zserio version '${zserio.deploy.version}' to '${zserio.deploy.repo_url}'"/>

<input message="Please enter repository user name: "
<input message="Please enter repository token name: "
addproperty="zserio.deploy.user_name">
<handler classname="org.apache.tools.ant.input.DefaultInputHandler"/>
</input>

<input message="Please enter repository password: "
<input message="Please enter repository token password: "
addproperty="zserio.deploy.password">
<handler classname="org.apache.tools.ant.input.SecureInputHandler"/>
</input>
Expand Down
2 changes: 1 addition & 1 deletion scripts/post_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ EOF
fi

echo $'\e[1;33m'"Don't forget to check the Zserio Conan Center Index repository!"$'\e[0m'
echo $'\e[1;33m'"Run: 'conan create zserio/recipes/all/conanfile.py --version ${ZSERIO_VERSION}'"$'\e[0m'
echo $'\e[1;33m'"Run: 'conan create recipes/zserio/all/conanfile.py --version ${ZSERIO_VERSION}'"$'\e[0m'
echo $'\e[1;33m'"If it is ok, push changes to origin and make a pull request to upstream!"$'\e[0m'
read -n 1 -s -r -p "Press any key to continue..."
echo
Expand Down

0 comments on commit f13da63

Please sign in to comment.