diff options
author | svidyuk <svidyuk@yandex-team.ru> | 2022-02-10 16:47:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:12 +0300 |
commit | e23df0602fedd83374b43b6137a296baa2aad3f6 (patch) | |
tree | 1facb78b6535ac70f17ba39ed606d949f932fcea /build/rules/go/contrib.policy | |
parent | 92661c40a019d4809586c8ce322075d197427346 (diff) | |
download | ydb-e23df0602fedd83374b43b6137a296baa2aad3f6.tar.gz |
Restoring authorship annotation for <svidyuk@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/rules/go/contrib.policy')
-rw-r--r-- | build/rules/go/contrib.policy | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/build/rules/go/contrib.policy b/build/rules/go/contrib.policy index 1c7810e2bc..cac841b470 100644 --- a/build/rules/go/contrib.policy +++ b/build/rules/go/contrib.policy @@ -1,21 +1,21 @@ -# Permanent exceptions for heavily-patched Go contribs. Those responsible must support them -# in any way required (update on demand, fix bugs, etc). - -# CSADMIN-26541. responsible: maxk@, g:marketsre -ALLOW market/sre/tools/config-primer/src/internal/blogic -> contrib/go/patched/hugo - -# CONTRIB-1627. responsible: g:edadeal-go -ALLOW edadeal -> contrib/go/patched/cony -ALLOW contrib/go/patched/cony -> contrib/go/patched/cony - -# STRM-1124. responsible: grihabor@, g:strm-admin -ALLOW strm/plgo -> contrib/go/patched/m3u8 -ALLOW contrib/go/patched/m3u8/example -> contrib/go/patched/m3u8 - -# CONTRIB-1496 RTP/RTCP stack for Go. responsible: rmcf@ -# Moved to contrib/go, because library is not go-gettable. -ALLOW yabs/telephony/platform/internal/rtp -> contrib/go/GoRTP - +# Permanent exceptions for heavily-patched Go contribs. Those responsible must support them +# in any way required (update on demand, fix bugs, etc). + +# CSADMIN-26541. responsible: maxk@, g:marketsre +ALLOW market/sre/tools/config-primer/src/internal/blogic -> contrib/go/patched/hugo + +# CONTRIB-1627. responsible: g:edadeal-go +ALLOW edadeal -> contrib/go/patched/cony +ALLOW contrib/go/patched/cony -> contrib/go/patched/cony + +# STRM-1124. responsible: grihabor@, g:strm-admin +ALLOW strm/plgo -> contrib/go/patched/m3u8 +ALLOW contrib/go/patched/m3u8/example -> contrib/go/patched/m3u8 + +# CONTRIB-1496 RTP/RTCP stack for Go. responsible: rmcf@ +# Moved to contrib/go, because library is not go-gettable. +ALLOW yabs/telephony/platform/internal/rtp -> contrib/go/GoRTP + # STRM-4414. responsible: nkhitrov@, g:strm-admin ALLOW strm/gorshok -> contrib/go/patched/gobgp ALLOW contrib/go/patched/gobgp -> contrib/go/patched/gobgp @@ -30,4 +30,4 @@ ALLOW contrib/go/patched/gobgp -> vendor/github.com/jessevdk/go-flags ALLOW contrib/go/patched/gobgp -> vendor/github.com/kr/pretty ALLOW contrib/go/patched/gobgp -> vendor/github.com/go-test/deep -DENY .* -> contrib/go/patched/ +DENY .* -> contrib/go/patched/ |