Skip to content

Commit

Permalink
third_party:waf: Print the version of waf at the end of the update sc…
Browse files Browse the repository at this point in the history
…ript

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
  • Loading branch information
cryptomilk committed Feb 21, 2022
1 parent 33186bd commit 6b8d30e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion third_party/waf/update.sh
Expand Up @@ -74,6 +74,8 @@ popd || cleanup_and_exit 1
echo
echo "Now please change VERSION in buildtools/bin/waf and"
echo "Context.HEXVERSION in buildtools/wafsamba/wafsamba.py"
grep WAFVERSION "${WAF_SAMBA_DIR}/waflib/Context.py"
grep HEXVERSION "${WAF_SAMBA_DIR}/waflib/Context.py"
echo

cleanup_and_exit 0
cleanup_and_exit 0

0 comments on commit 6b8d30e

Please sign in to comment.