index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-20 | build: replace m4 defines with sed scripts during build | Levente Polyak | |
There is no reason anymore to use m4 since we got rid of the includes by using library files. Let's replace the last usage of m4 and completely red rid of it. Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2023-05-19 | release: command to commit, tag and upload build artifacts | Levente Polyak | |
This is a smart and more convenient invocation of the classical commitpkg and archrelease with auto-discovery for target repositories and a shorthand option to directly call db-update. | |||
2023-05-19 | git: convert repos and tags config to new repo layout | Levente Polyak | |
2023-05-19 | db: command for Pacman database modification like update, move etc | Levente Polyak | |
2023-05-19 | repo: added command to create a new packaging repository | Levente Polyak | |
2023-05-19 | auth: implemented module to authenticate against our GitLab | Levente Polyak | |
This helps to have a convenient way to manage and test our personal GitLab tokens. Those are used for certain API calls like creating new repositories. prefill the access token web view as per https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html#prefill-personal-access-token-name-and-scopes Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2023-05-19 | gitlab: implemented module for required API calls | Levente Polyak | |
We need to use API calls as we can't create repositories in protected namespaces by simply pushing a none existing repository. For privacy reasons this is limited to private personal repositories in GitLab. | |||
2023-05-19 | config: implemented simple config module to store token and settings | 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. |