1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2025-06-13 12:54:29 +00:00
ohwgiles_laminar/src
Maximilian Seesslen 0bd4b53f10 added support for build.env
The build scripts can create an file "build.env" in the build folder to
feed back environment variables to laminar.
After the build, the file is parsed by laminar.

The following variables are used by laminar:

- `SOURCE_BRANCH` branch used in the SCM-checkout (e.g git) for building
- `SOURCE_VERSION` release version of the build
2024-03-24 12:08:32 +01:00
..
resources added support for build.env 2024-03-24 12:08:32 +01:00
client.cpp added support for build.env 2024-03-24 12:08:32 +01:00
conf.cpp resolves #34: watch for configuration changes 2018-04-06 18:04:50 +03:00
conf.h add missing #includes 2020-05-22 11:42:16 +12:00
context.h allow contexts to specify accepted jobs 2020-11-13 13:47:02 +13:00
database.cpp database: fix missing import 2023-10-25 10:01:35 +13:00
database.h add uint typedef 2019-07-04 12:28:33 +03:00
http.cpp Http::cleanupPeers: check fulfiller is non-null 2023-03-17 09:51:51 +13:00
http.h fix warnings under clang++ 2020-09-26 11:33:36 +12:00
laminar.capnp allow adding job to front of queue 2022-01-22 15:18:43 +13:00
laminar.cpp added support for build.env 2024-03-24 12:08:32 +01:00
laminar.h allow adding job to front of queue 2022-01-22 15:18:43 +13:00
leader.cpp Support Clang/LLVM build on FBSD 2023-11-07 09:17:52 +13:00
leader.h job leader process 2019-12-23 07:56:37 +02:00
log.h report version and usage messages 2020-07-03 15:13:11 +12:00
main.cpp laminard: ignore SIGHUP 2022-01-30 08:21:14 +13:00
monitorscope.h refactor: remove run page json type hack 2019-11-01 07:27:34 +02:00
resources.cpp Remove vue-router in the build process (#141) 2021-01-07 09:32:14 +13:00
resources.h Add the ability to customize index.html (#113) 2020-03-10 19:40:14 +02:00
rpc.cpp allow adding job to front of queue 2022-01-22 15:18:43 +13:00
rpc.h fix warnings under clang++ 2020-09-26 11:33:36 +12:00
run.cpp added support for build.env 2024-03-24 12:08:32 +01:00
run.h added support for build.env 2024-03-24 12:08:32 +01:00
server.cpp Support Clang/LLVM build on FBSD 2023-11-07 09:17:52 +13:00
server.h fix warnings under clang++ 2020-09-26 11:33:36 +12:00
version.cpp report version and usage messages 2020-07-03 15:13:11 +12:00