index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-23 | feat(pkgctl): add internal update checksums to better control output | Levente Polyak | |
This allows us to have more control over the output and status logs. Using this method we are able to avoid cluttering the version upgrade subcommand while downloading sources for updating the checksums. Having this internally will also allow us in the future to have smart checksums updating by only trying to change the checksums of sources that have actually changed, for example when adjusting a patch file we should avoid trying to overwrite the archive checksums unintentionally. Component: pkgctl version upgrade | |||
2024-01-21 | chore(build): factor out functions to modify PKGBUILDs | Christian Heusel | |
Component: pkgctl build Signed-off-by: Christian Heusel <christian@heusel.eu> |