From 9c05384cc3c634e9e2b9729b92dd79ce3bb0f34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Hug=C3=A9?= <johan.huge@nexedi.com> Date: Tue, 14 Dec 2021 22:29:48 +0100 Subject: [PATCH] software/ors-amarisoft: fix comment in generated buildout cfg --- software/ors-amarisoft/render-templates | 2 +- software/ors-amarisoft/software-tdd1900.cfg | 2 +- software/ors-amarisoft/software-tdd2600.cfg | 2 +- software/ors-amarisoft/software-tdd3500.cfg | 2 +- software/ors-amarisoft/software-tdd3700.cfg | 2 +- software/ors-amarisoft/software.jinja2.cfg | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/software/ors-amarisoft/render-templates b/software/ors-amarisoft/render-templates index acef6e6196..4d4e637663 100755 --- a/software/ors-amarisoft/render-templates +++ b/software/ors-amarisoft/render-templates @@ -13,7 +13,7 @@ NR_TX_GAIN=70 NR_RX_GAIN=50 global_context = { - 'generated_file_message': "// This file was generated using a jinja2 template and the render-templates script, don't modify directly." + 'generated_file_message': "This file was generated using a jinja2 template and the render-templates script, don't modify directly." } rf_mode_context_list = [ diff --git a/software/ors-amarisoft/software-tdd1900.cfg b/software/ors-amarisoft/software-tdd1900.cfg index fcb5f9952e..2d7c4d17a7 100644 --- a/software/ors-amarisoft/software-tdd1900.cfg +++ b/software/ors-amarisoft/software-tdd1900.cfg @@ -1,4 +1,4 @@ -// This file was generated using a jinja2 template and the render-templates script, don't modify directly. +# This file was generated using a jinja2 template and the render-templates script, don't modify directly. [buildout] extends = software.cfg diff --git a/software/ors-amarisoft/software-tdd2600.cfg b/software/ors-amarisoft/software-tdd2600.cfg index 95679b2292..9243cc621a 100644 --- a/software/ors-amarisoft/software-tdd2600.cfg +++ b/software/ors-amarisoft/software-tdd2600.cfg @@ -1,4 +1,4 @@ -// This file was generated using a jinja2 template and the render-templates script, don't modify directly. +# This file was generated using a jinja2 template and the render-templates script, don't modify directly. [buildout] extends = software.cfg diff --git a/software/ors-amarisoft/software-tdd3500.cfg b/software/ors-amarisoft/software-tdd3500.cfg index 5658089ffa..6d067d48c3 100644 --- a/software/ors-amarisoft/software-tdd3500.cfg +++ b/software/ors-amarisoft/software-tdd3500.cfg @@ -1,4 +1,4 @@ -// This file was generated using a jinja2 template and the render-templates script, don't modify directly. +# This file was generated using a jinja2 template and the render-templates script, don't modify directly. [buildout] extends = software.cfg diff --git a/software/ors-amarisoft/software-tdd3700.cfg b/software/ors-amarisoft/software-tdd3700.cfg index b8eab320da..b4e3173882 100644 --- a/software/ors-amarisoft/software-tdd3700.cfg +++ b/software/ors-amarisoft/software-tdd3700.cfg @@ -1,4 +1,4 @@ -// This file was generated using a jinja2 template and the render-templates script, don't modify directly. +# This file was generated using a jinja2 template and the render-templates script, don't modify directly. [buildout] extends = software.cfg diff --git a/software/ors-amarisoft/software.jinja2.cfg b/software/ors-amarisoft/software.jinja2.cfg index c4a354bdc8..332cdff3a2 100644 --- a/software/ors-amarisoft/software.jinja2.cfg +++ b/software/ors-amarisoft/software.jinja2.cfg @@ -1,4 +1,4 @@ -{{ generated_file_message }} +# {{ generated_file_message }} [buildout] extends = software.cfg -- 2.30.9