Do not regenerate contributors list in ./release

This commit is contained in:
proller 2018-11-05 17:20:26 +03:00
parent a191c32254
commit 070a664548

View File

@ -107,8 +107,6 @@ echo -e "\nCurrent version is $VERSION_STRING"
gen_changelog "$VERSION_STRING" "" "$AUTHOR" ""
$CURDIR/dbms/src/Storages/System/StorageSystemContributors.sh
if [ -z "$USE_PBUILDER" ] ; then
DEB_CC=${DEB_CC:=`which gcc-7 gcc-8 gcc | head -n1`}
DEB_CXX=${DEB_CXX:=`which g++-7 g++-8 g++ | head -n1`}