diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-26 19:36:05 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-26 19:36:05 +0300 |
commit | 66d10492ffb938a1df560f3afcb465c8a5ef7399 (patch) | |
tree | b7552985120a4412ed4e6183fc7f914cd9b517df | |
parent | 8f21373b1e04fcabcebf5ae3f4f31ee3c72b439b (diff) | |
download | ydb-66d10492ffb938a1df560f3afcb465c8a5ef7399.tar.gz |
intermediate changes
ref:c517e1e2c3a997c361e113ae0637b6f9a5708880
-rw-r--r-- | build/rules/autocheck.blacklist | 2 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/build/rules/autocheck.blacklist b/build/rules/autocheck.blacklist index 097403e0b42..1af3e2c80f5 100644 --- a/build/rules/autocheck.blacklist +++ b/build/rules/autocheck.blacklist @@ -1426,7 +1426,6 @@ callab/delta devtools/cache_test_trigger haas/eine/eine-firmware adv/pcode/mobileadssdk/sdk/unity/plugin-internal -samsara/samsara pay/pay-frontend mail/maillists mail/dkim-export @@ -1434,3 +1433,4 @@ noc/packages/mondata/utils mail/fetches haas/trash/bot/tel taxi/mobile_qa_test_app +classifieds/reviews diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 377861092e4..62681958423 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -173,6 +173,9 @@ ALLOW .* -> vendor/github.com/coreos/go-systemd/v22/journal # systemd dbus ALLOW .* -> vendor/github.com/coreos/go-systemd/v22/dbus +# CONTRIB-2577 +ALLOW .* -> vendor/github.com/coreos/go-systemd/daemon + # mocking for database/sql ALLOW .* -> vendor/github.com/DATA-DOG/go-sqlmock |