Browse Source

intermediate changes
ref:d81faef22313ffd1abdf6586049797c5fe5607a4

arcadia-devtools 2 years ago
parent
commit
777f450cdf
1 changed files with 37 additions and 0 deletions
  1. 37 0
      build/ya.conf.json

+ 37 - 0
build/ya.conf.json

@@ -535,6 +535,9 @@
         },
         },
         "metrika-core": {
         "metrika-core": {
             "description": "Run metrika-core toolkit"
             "description": "Run metrika-core toolkit"
+        },
+        "quota_mover": {
+            "description": "Run quota mover cli"
         }
         }
     },
     },
     "toolchain": {
     "toolchain": {
@@ -6493,6 +6496,28 @@
                     "default": true
                     "default": true
                 }
                 }
             ]
             ]
+        },
+        "quota_mover": {
+            "tools": {
+                "quota_mover": {
+                    "bottle": "quota_mover",
+                    "executable": "quota_mover"
+                }
+            },
+            "platforms": [
+                {
+                    "host": {
+                        "os": "LINUX"
+                    },
+                    "default": true
+                },
+                {
+                    "host": {
+                        "os": "darwin"
+                    },
+                    "default": true
+                }
+            ]
         }
         }
     },
     },
     "bottles": {
     "bottles": {
@@ -9005,6 +9030,18 @@
                     "metrika-core"
                     "metrika-core"
                 ]
                 ]
             }
             }
+        },
+        "quota_mover": {
+            "formula": {
+                "sandbox_id": 1351287754,
+                "match": "quota_mover"
+            },
+            "executable": {
+                "quota_mover": [
+                    "bin",
+                    "quota_mover"
+                ]
+            }
         }
         }
     },
     },
     "toolchain_aliases": {
     "toolchain_aliases": {