index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-20 | archrelease: print deprecation warning when executed directly | Levente Polyak | |
2023-05-20 | archrelease: add checks for valid remote and up-to-date branch ref | Levente Polyak | |
It's safest to probe for the validity of the remote origin and abort early otherwise. This also allows to print some hints how to create or configure new repositories at appropriate times. Additionally fetch remote changes and check the local branch contains the remote branch ref, otherwise abort and print a hint how to pull and update the branch. This should add all check needed for the average failure case that may lead to a weird state or creation of a local tag that may not be pushable. Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
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 | |