aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar BanceDev 2026-02-18 14:56:52 -0500
committerGravatar BanceDev 2026-02-18 14:56:52 -0500
commitefb355543ea25b97e39bdabeae974b34019094e0 (patch)
treef4d77b74e123a8c8064bb945eee959e4f9e09c19
parentrestore changes (diff)
reverted changes
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6602b44..8578eb1 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Then just add tilite to your `.xinitrc` and you're good to go. You could also ma
## Configuration
-All configuration of tilite is done at compile time in the config.h header. The config on this repo is my personal one but I'll probably add more generic ones in the future.
+All configuration of tilite is done at compile time in the config.h header.
## Thanks & Inspiration
ew D. France 4-185/+0 2025-07-23make was improperly being called inside the container on a project that is ↵Gravatar Andrew D. France 2-5/+9 missing its dependencies in the lib/ directory, leading to a 'No rule to make target' error: updated Dockerfile to remove the submodule command at: ln:29: and: Jenkinsfile will use the git submodule sync command. This will ensure the agent's repository is correctly configured before fetching the submodule code: at: ln:9-17 2025-07-23Attempt to patch CI pipeline: Dockerfile will now be selfcontained, and ↵Gravatar Andrew D. France 2-32/+43 thus, will init .gitmodules: ln:10 removed from original Jenkinsfile 2025-07-23CRITICAL ISSUE: Deleting lib/ files has introduced the issue of actually ↵Gravatar Andrew D. France 1-38/+25 automating the module initialization via jenkins: DEBUG VERSION: Jenkinsfile 2025-07-23CRITICAL FOR TESTING: This copies the entire Jenkins workspace (including ↵Gravatar Andrew D. France 2-9/+7 the populated lib/ directory from the submodules) into the running container, ensuring all the required source files are available for the build process.