Update Contributors

This commit is contained in:
proller 2018-11-30 16:49:53 +03:00
parent 078a192388
commit cd2af4b6d2
2 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// autogenerated by ./StorageSystemContributors.sh
// autogenerated by dbms/src/Storages/System/StorageSystemContributors.sh
const char * auto_contributors[] {
"Alberto",
"Aleksandra (Ася)",
@ -7,6 +7,7 @@ const char * auto_contributors[] {
"Alex Zatelepin",
"Alexander Avdonkin",
"Alexander Krasheninnikov",
"Alexander Kuranoff",
"Alexander Lukin",
"Alexander Makarov",
"Alexander Marshalov",
@ -64,6 +65,7 @@ const char * auto_contributors[] {
"Dmitry Luhtionov",
"Dmitry Moskowski",
"Dmitry S..ky / skype: dvska-at-skype",
"Elghazal Ahmed",
"Eugene Klimov",
"Eugene Konkov",
"Evgeniy Gatov",
@ -87,6 +89,7 @@ const char * auto_contributors[] {
"Ivan Babrou",
"Ivan Blinkov",
"Ivan He",
"Ivan Lezhankin",
"Ivan Zhukov",
"Jason",
"Jean Baptiste Favre",
@ -142,6 +145,7 @@ const char * auto_contributors[] {
"Pavel Litvinenko",
"Pavel Patrin",
"Pavel Yakunin",
"Pavlo Bashynskiy",
"Pawel Rog",
"Ravengg",
"Reto Kromer",
@ -149,6 +153,7 @@ const char * auto_contributors[] {
"Roman Nozdrin",
"Roman Peshkurov",
"Roman Tsisyk",
"Sabyanin Maxim",
"SaltTan",
"Sergei Tsetlin (rekub)",
"Sergey Elantsev",
@ -179,6 +184,7 @@ const char * auto_contributors[] {
"Veniamin Gvozdikov",
"Victor Tarnavsky",
"Vitaliy Lyudvichenko",
"Vitaly Baranov",
"Vitaly Samigullin",
"Vlad Arkhipov",
"Vladimir Chebotarev",
@ -223,6 +229,7 @@ const char * auto_contributors[] {
"glockbender",
"hotid",
"igor",
"igor.lapko",
"ivanzhukov",
"javi",
"javi santana",

View File

@ -96,7 +96,7 @@ function gen_revision_author {
gen_changelog "$VERSION_STRING" "" "$AUTHOR" ""
gen_dockerfiles "$VERSION_STRING"
. dbms/src/Storages/System/StorageSystemContributors.sh
. dbms/src/Storages/System/StorageSystemContributors.sh ||:
git commit -m "$auto_message [$VERSION_STRING] [$VERSION_REVISION]" dbms/cmake/version.cmake debian/changelog docker/*/Dockerfile dbms/src/Storages/System/StorageSystemContributors.generated.cpp
git push