summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvmazaev <[email protected]>2022-02-10 16:51:49 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:51:49 +0300
commit51bb304ca291f4d7a2db19023707f2a27674fda5 (patch)
treecc8380e29150e6813e98c6cf463c712d7217c0e6
parent626a1177868a4bb7e5e9fcaa9e7b36b1efe70855 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
-rw-r--r--build/ymake.core.conf30
1 files changed, 15 insertions, 15 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 081833998b8..c97419bf2d7 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -1775,27 +1775,27 @@ module YCR_PROGRAM: PROGRAM {
}
# tag:ycr-specific tag:python-specific
-macro _PYCR_GENERATE_CONFIGS_INTL(Package, App, Configs...) {
- .CMD=${tool:"maps/infra/pycare/scripts/make_configs"} $Package $App ${cwd:BINDIR} ${output;hide;pre=configs/:Configs}
-}
-
+macro _PYCR_GENERATE_CONFIGS_INTL(Package, App, Configs...) {
+ .CMD=${tool:"maps/infra/pycare/scripts/make_configs"} $Package $App ${cwd:BINDIR} ${output;hide;pre=configs/:Configs}
+}
+
# tag:ycr-specific tag:python-specific
-macro _PYCR_GENERATE_CONFIGS(Package, App) {
+macro _PYCR_GENERATE_CONFIGS(Package, App) {
.CMD=$_PYCR_GENERATE_CONFIGS_INTL($Package $App ${pre=etc/nginx/sites-available/:App.conf} ${pre=etc/template_generator/templates/etc/logrotate.d/:App} ${pre=etc/syslog-ng/conf-available/:App.conf} ${pre=etc/yandex/maps/roquefort/:App.conf} ${pre=etc/template_generator/config.d/:App.yaml} ${pre=etc/supervisor/conf-available/:App.conf} ${pre=etc/template_generator/templates/etc/yandex/unified_agent/conf.d/04_pycare_:App.yml})
-}
-
+}
+
# tag:ycr-specific tag:python-specific
PYCR_LINK_EXE=$LINK_EXE && $_PYCR_GENERATE_CONFIGS($MODULE_PREFIX$REALPRJNAME $MODULE_PREFIX$REALPRJNAME)
-
+
# tag:ycr-specific tag:python-specific
-### @usage: PYCR_PROGRAM([progname])
-###
-### pycare-specific program module. Generates pycare configs in addition to producing the program.
-### If name is not specified it will be generated from the name of the containing project directory.
+### @usage: PYCR_PROGRAM([progname])
+###
+### pycare-specific program module. Generates pycare configs in addition to producing the program.
+### If name is not specified it will be generated from the name of the containing project directory.
module PYCR_PROGRAM: PY3_PROGRAM_BIN {
- .CMD=PYCR_LINK_EXE
-}
-
+ .CMD=PYCR_LINK_EXE
+}
+
### @usage: EXPORTS_SCRIPT(exports_file)
###
### Specify exports script within PROGRAM, DLL and DLL-derived modules.