diff options
author | olegsenin <olegsenin@yandex-team.ru> | 2022-02-10 16:48:51 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:51 +0300 |
commit | 12a2817b93e4a4613c280b3adaddfd06538d1ff6 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | 25305e90ccbab5d9a2bfec77efe6a0490d142eaa (diff) | |
download | ydb-12a2817b93e4a4613c280b3adaddfd06538d1ff6.tar.gz |
Restoring authorship annotation for <olegsenin@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | build/rules/go/vendor.policy | 12 | ||||
-rw-r--r-- | contrib/python/ya.make | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index c842f6acbc..3e9c0acada 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -560,12 +560,12 @@ ALLOW .* -> vendor/github.com/alecthomas/participle # CONTRIB-1539 staticcheck ALLOW library/go/yolint -> vendor/honnef.co/go/tools -# CONTRIB-1542 Simple netlink library for go. -ALLOW .* -> vendor/github.com/vishvananda/netlink - -# CONTRIB-1542 Simple network namespace handling for go. -ALLOW .* -> vendor/github.com/vishvananda/netns - +# CONTRIB-1542 Simple netlink library for go. +ALLOW .* -> vendor/github.com/vishvananda/netlink + +# CONTRIB-1542 Simple network namespace handling for go. +ALLOW .* -> vendor/github.com/vishvananda/netns + # CONTRIB-1545 Go bindings for creating BPF programs. ALLOW .* -> vendor/github.com/iovisor/gobpf diff --git a/contrib/python/ya.make b/contrib/python/ya.make index 251bda5694..d01ced9f3a 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -827,7 +827,7 @@ RECURSE( pyketama pylev pylint - pylxd + pylxd pylzma pymaven-patch PyMeeus |