index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-02 | chore: refactor variable names in valid-{tags,repos}.sh | Christian Heusel | |
Even though the variables in these files are globablly used they have a weirdly local sounding name. This commit fixes this by refactoring all usages throughout our codebase. Signed-off-by: Christian Heusel <christian@heusel.eu> | |||
2023-05-24 | fix(completion): incorporate repo layout into offload-build completion | Chih-Hsuan Yen | |
Use new repo names for build targets. This follows /usr/bin/*-build links other than x86_64_v3 ones. | |||
2023-05-19 | git: convert repos and tags config to new repo layout | Levente Polyak | |
2023-05-19 | src: modularize repo layout into a library | Levente Polyak | |
This will greatly help us to structure the functionality and commands in a more sane way. We will distribute the sources as actual libraries and reuse code with imports instead of processing everything with m4 and duplicating a lot of code. |