pthbs_genpkgpy

Template engine for producing packages for pthbs written using Python and Jinja
git clone https://ccx.te2000.cz/git/pthbs_genpkgpy
Log | Files | Refs | README

commit ebf291d4995ecdcc1ef86d238907b377dcd0731b
parent 2457481a7ebee7bf69b149d3632af2c3c7b3bd62
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Wed, 17 Dec 2025 00:20:53 +0000

Add "env" variable for generic template

Diffstat:
Mgenpkg.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/genpkg.py b/genpkg.py @@ -251,6 +251,7 @@ class Main: shortname=name.split(':')[0], import_functions=set(), # for "generic" template env_template={}, # for "generic" template + env={}, # for "generic" template ).encode('utf8') ) except SkipPackageException as e: