index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2023-03-19 | archrelease: fix git tag conversion and use library function for it | Levente Polyak | |
This allows us to reuse the code and have the conversion in a single place instead of cluttering rules across different execution units. It also fixes the implementations according to the specs of git-check-ref-format. Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2023-03-19 | archrelease: explicitly push the main refspec | Levente Polyak | |
2023-03-19 | archrelease: Added pkgver to git tag conversion | Morten Linderud | |
Signed-off-by: Morten Linderud <foxboron@archlinux.org> | |||
2023-03-19 | archrelease: ensure we check the checksum of the package | Morten Linderud | |
Signed-off-by: Morten Linderud <foxboron@archlinux.org> | |||
2023-03-19 | git: first iteration of git support | Morten Linderud | |
Signed-off-by: Morten Linderud <foxboron@archlinux.org> Adjusted-by: Levente Polyak <anthraxx@archlinux.org> | |||
2022-06-22 | make: split out source files into src folder | Levente Polyak | |