third_party:waf: Print the version of waf at the end of the update script
authorAndreas Schneider <asn@samba.org>
Thu, 17 Feb 2022 14:40:38 +0000 (15:40 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 21 Feb 2022 09:14:31 +0000 (09:14 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
third_party/waf/update.sh

index 16bda84a3f0fb85b9ea085565007916281960ad2..95f57ed1d8110c5f8310c44450729f3c9069f63a 100755 (executable)
@@ -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