diff options
author | Andreas Schneider <asn@samba.org> | 2022-02-17 15:40:38 +0100 |
---|---|---|
committer | Jule Anger <janger@samba.org> | 2022-05-30 08:15:10 +0000 |
commit | 8385893f4c62605ea712904f44818a408a115d32 (patch) | |
tree | c88d9de9c0e5740a7926c2ab5772b84d36435d5a /third_party/waf/update.sh | |
parent | f23f9132f7c0205220e11732ee5b0c69ea8467dd (diff) | |
download | samba-8385893f4c62605ea712904f44818a408a115d32.tar.gz |
third_party:waf: Print the version of waf at the end of the update script
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
(cherry picked from commit 6b8d30e0aa15fff7e831c0a3e34719e8cdc1ebec)
Diffstat (limited to 'third_party/waf/update.sh')
-rwxr-xr-x | third_party/waf/update.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/waf/update.sh b/third_party/waf/update.sh index 16bda84a3f0..95f57ed1d81 100755 --- a/third_party/waf/update.sh +++ b/third_party/waf/update.sh @@ -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
\ No newline at end of file |