index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-20 | pkgctl repo clone: add option to switch working tree | Christian Heusel | |
Add an option to call the switch command after clone. Switch to a specified version. The working tree and the index are updated to match the version. Signed-off-by: Christian Heusel <christian@heusel.eu> Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2023-05-20 | pkgctl repo: introduce the switch subcommand | Christian Heusel | |
Signed-off-by: Christian Heusel <christian@heusel.eu> Co-Authored-By: Levente Polyak <anthraxx@archlinux.org> | |||
2023-05-20 | completion: implemented structured declarative bash completions | Levente Polyak | |
This will make it tremendously easier to add arguments, subcommands and special positional option handling. Instead of the need to code the nested structure via bash and switch cases, we can simply declare functions and arrays with the matching names according to the subcommands or argument labels. Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2023-05-19 | pkgrepo: rename archco as a general purpose tool for packaging repos | Levente Polyak | |
Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2023-03-19 | crossrepomove: drop support as this is not needed anymore | Levente Polyak | |
We unified the source repositories to a single location. Having to cross repo move them between physical locations is not required anymore. | |||
2022-06-22 | make: split out completion scripts from root worktree | Levente Polyak | |