- 27 Sep, 2022 1 commit
-
-
Pfeiffer, Götz authored
The installation directory of our python modules contains the major and minor version number of python. For example, bii_scripts python modules are, on host stretch and for python 3, installed at /opt/csr/lib/python3.5. Now make determines the version number of the installed version of python2 and python3 and sets the variables BII_SCRIPTS_LIB_PYTHON and BII_SCRIPTS_LIB_PYTHON3 accordingly.
-
- 01 Sep, 2022 2 commits
-
-
Pfeiffer, Götz authored
-
Pfeiffer, Götz authored
If in a support module directory lib/pythonM.N/site-packages exists, this is added to the PYTHONPATH variable. This is needed since the command pip install --prefix . . installs python modules this way.
-
- 24 Aug, 2022 1 commit
-
-
Pfeiffer, Götz authored
The hint on the license text was added to all bessyrules source files. The original GPL v.3 was added as file LICENSE.
-
- 24 Sep, 2021 1 commit
-
-
Gotz, Malte authored
-
- 06 Sep, 2021 3 commits
-
-
Franksen, Benjamin authored
-
Franksen, Benjamin authored
-
Franksen, Benjamin authored
This allows to install *.id files into pki/own/private using PKI_OWN += <ioc name>.id
-
- 24 Aug, 2021 2 commits
-
-
Franksen, Benjamin authored
-
Franksen, Benjamin authored
-
- 07 Jun, 2021 2 commits
-
-
Franksen, Benjamin authored
-
Franksen, Benjamin authored
-
- 31 May, 2021 2 commits
-
-
Franksen, Benjamin authored
-
Franksen, Benjamin authored
This is to support generation of a pki file tree, see comments for usage.
-
- 30 Apr, 2021 2 commits
-
-
Franksen, Benjamin authored
-
Franksen, Benjamin authored
We no longer treat iocBoot as a generated directory.
-
- 25 Mar, 2021 3 commits
-
-
Pfeiffer, Götz authored
-
Pfeiffer, Götz authored
-
Pfeiffer, Götz authored
-
- 11 Mar, 2021 1 commit
-
-
Pfeiffer, Götz authored
This was the case when BII_SCRIPTS_LIB was set.
-
- 29 Jan, 2021 3 commits
-
-
Franksen, Benjamin authored
-
Franksen, Benjamin authored
-
Franksen, Benjamin authored
These are now in a CONFIG file installed by the APPS_GENERICTEMPLATE module which hosts the two tools.
-
- 27 Jan, 2021 3 commits
-
-
Franksen, Benjamin authored
As for other DL files, this also sets the vpath, so users don't need to do that.
-
Franksen, Benjamin authored
It previously used RELEASE_DL_DIRS which means it only finds panel files in support modules.
-
Franksen, Benjamin authored
-
- 26 Jun, 2020 1 commit
-
-
Pfeiffer, Götz authored
-
- 24 Jun, 2020 3 commits
-
-
Pfeiffer, Götz authored
-
Pfeiffer, Götz authored
-
Pfeiffer, Götz authored
The python and python3 library directories can now ba set independently. This is needed for some non-standard installations of bii_scripts.
-
- 16 Jun, 2020 2 commits
-
-
Bernhard.Kuner authored
-
Bernhard.Kuner authored
-
- 11 Jun, 2020 3 commits
-
-
Franksen, Benjamin authored
-
Franksen, Benjamin authored
A while back I changed the logic of disabling the MSI rules in base so that the default is that they are disabled. You can define ALLOW_BASE_MSI_RULES to override that default.
-
Franksen, Benjamin authored
-
- 05 Jun, 2020 2 commits
-
-
Pfeiffer, Götz authored
-
Pfeiffer, Götz authored
pg_request.py has the following advantages: * written in Python 3, not Python 2 * uses psycopg2 instead of adodb, which is no longer maintained * the output formats "csv", "csv-quoted", "json" and "python" are created with standard python modules instead of beeing reimplemented in the script
-
- 11 May, 2020 3 commits
-
-
Pfeiffer, Götz authored
-
Pfeiffer, Götz authored
-
Pfeiffer, Götz authored
-