diff options
author | snermolaev <snermolaev@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
commit | 2015790ac9fcc04caab83fccc23ab2460310a797 (patch) | |
tree | e644e9bc3f6f688561a871793b59bf8a637e0f72 /build/rules | |
parent | c768a99151e47c3a4bb7b92c514d256abd301c4d (diff) | |
download | ydb-2015790ac9fcc04caab83fccc23ab2460310a797.tar.gz |
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/rules')
-rw-r--r-- | build/rules/autocheck.blacklist | 6 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 10 | ||||
-rw-r--r-- | build/rules/local.blacklist | 4 | ||||
-rw-r--r-- | build/rules/maps/maps.policy | 12 |
4 files changed, 16 insertions, 16 deletions
diff --git a/build/rules/autocheck.blacklist b/build/rules/autocheck.blacklist index 8711560ed3..1553117117 100644 --- a/build/rules/autocheck.blacklist +++ b/build/rules/autocheck.blacklist @@ -1,4 +1,4 @@ -# Atocheck blacklist +# Atocheck blacklist # The list of directories excluded from autocheck (with all subdirs) browser/frontend data-ui/abc @@ -10,9 +10,9 @@ direct/frontend/services direct/frontend/packages drive/pyback fintech/frontend -frontend +frontend games/frontend -junk +junk kinopoisk/frontend kinopoisk/analytics maps/front diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 3e9c0acada..09b01c9b89 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -486,12 +486,12 @@ ALLOW .* -> vendor/github.com/shirou/gopsutil/v3 # Go Imagick is a Go bind to ImageMagick's MagickWand C API ALLOW .* -> vendor/gopkg.in/gographics/imagick.v2 -# fixed-size thread safe LRU cache -ALLOW .* -> vendor/github.com/hashicorp/golang-lru - -# A wrapper around os/exec.Cmd to run external commands asynchronously (for Linux and macOS) +# fixed-size thread safe LRU cache +ALLOW .* -> vendor/github.com/hashicorp/golang-lru + +# A wrapper around os/exec.Cmd to run external commands asynchronously (for Linux and macOS) ALLOW .* -> vendor/github.com/go-cmd/cmd - + # NVIDIA Management Library (NVML) is a C-based API for monitoring and managing NVIDIA GPU devices (for Linux only) ALLOW .* -> vendor/github.com/NVIDIA/gpu-monitoring-tools/bindings/go diff --git a/build/rules/local.blacklist b/build/rules/local.blacklist index 46d8cff894..de78c0b4c0 100644 --- a/build/rules/local.blacklist +++ b/build/rules/local.blacklist @@ -1,3 +1,3 @@ -# Local blacklist -# The list of top level directories excluded from local build +# Local blacklist +# The list of top level directories excluded from local build mobile diff --git a/build/rules/maps/maps.policy b/build/rules/maps/maps.policy index 8abf3fbbd7..29fcb9876d 100644 --- a/build/rules/maps/maps.policy +++ b/build/rules/maps/maps.policy @@ -149,12 +149,12 @@ ALLOW taxi/tools/dorblu/aggregator -> maps/libs/log8 ALLOW taxi/tools/dorblu/lib -> maps/libs/http ALLOW yql/udfs/taxi/graph -> maps/libs/leptidea -ALLOW maps/ -> maps/ -ALLOW sandbox/projects/maps -> maps/ -ALLOW sandbox/projects/mapsearch -> maps/ -ALLOW sandbox/projects/masstransit -> maps/ +ALLOW maps/ -> maps/ +ALLOW sandbox/projects/maps -> maps/ +ALLOW sandbox/projects/mapsearch -> maps/ +ALLOW sandbox/projects/masstransit -> maps/ ALLOW sprav/altay/panorama -> maps/streetview/libs -ALLOW yql/udfs/maps -> maps/ +ALLOW yql/udfs/maps -> maps/ # maps_adv will be split into maps and smb ALLOW maps_adv/ -> maps/ @@ -176,4 +176,4 @@ ALLOW toloka -> maps/wikimap/mapspro/services/mrc/libs/ ALLOW devtools/contrib -> maps/infra/yacare # Do not allow PEERDIRs into maps unless such PEERDIRs have be explicitly allowed above -DENY .* -> maps/ +DENY .* -> maps/ |