index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-10 | Revert "some temporary patching for [staging] and [testing] repos" | Erich Eckner | |
This reverts commit d3d19c4fbb0fc632624d3625d5db322500a1fe8b. [staging] and [testing] are empty now | |||
2024-08-09 | Makefile: remove version stuff from upstream | Erich Eckner | |
2024-04-21 | merged with upstream | Andreas Baumann | |
2024-03-23 | test: add basic bats setup and test cases for `version setup` | Levente Polyak | |
Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2024-03-09 | doc(man): fix cut off page names by switching to modern asciidoctor | Levente Polyak | |
Asciidoc is the old reference implementation in Python, which has some shortcoming. Specifically we are hitting cut off page names for long subcommands. Fix this by switching to a more modern implementation named asciidoctor. During the migration, get rid of the explicit asciidoc.conf file that was required to define a linkman macro, which is now supported out of the box. Fixes #170 Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2024-03-08 | disable parallel builds in Makefile | Andreas Baumann | |
2024-03-08 | merged with upstream changes | Andreas Baumann | |
2024-02-14 | chore(release): version v1.1.1 | Levente Polyak | |
2024-02-08 | chore(release): version v1.1.0 | Christian Heusel | |
2023-12-19 | chore(make): suppress output when copying git hooks directory | Levente Polyak | |
2023-12-19 | feat(configure): ship default ignore via exclude | Levente Polyak | |
BREAKING CHANGE: Increments the repo spec version which requires to reconfigure all existing packaging repo clones. Fixes #129 Component: pkgctl repo configure Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2023-11-24 | fix(make): Specify GITLAB_HOST for glab to avoid default host confusion | David Runge | |
Specify the upstream instance hostname for glab using the `GITLAB_HOST` environment variable. Without it `glab` will use whatever is set as host using the `host` key in its configuration and silently break the links of all uploaded assets. Signed-off-by: David Runge <dvzrv@archlinux.org> | |||
2023-09-27 | chore(release): streamline release make target with git-cliff and glab | Levente Polyak | |
Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2023-09-27 | chore(release): version v1.0.4 | Levente Polyak | |
2023-07-06 | added more build links and config forbuild-support | Andreas Baumann | |
2023-07-05 | fix(make): use correct version variable for release target | Levente Polyak | |
2023-07-05 | chore(release): version v1.0.3 | Levente Polyak | |
2023-06-12 | fix uninstall target | Erich Eckner | |
2023-06-12 | remove duplicate repositories | Erich Eckner | |
2023-06-08 | some temporary patching for [staging] and [testing] repos | Andreas Baumann | |
2023-06-01 | ommitting --exact-match in git describe | Andreas Baumann | |
2023-05-29 | merged with devtools 1.0.1 upstream (git repo migration) | Andreas Baumann | |
2023-05-28 | chore(release): version v1.0.2v1.0.2 | Levente Polyak | |
2023-05-28 | chore(release): adjust Makefile for new release schema | Levente Polyak | |
Ask for the next release version and automatically create a signed tag. Furthermore add a simple release target to call glab for uploading the required artifacts. | |||
2023-05-24 | chore(release): version v1.0.1v1.0.1 | Levente Polyak | |
2023-05-21 | Version 1.0.01.0.0 | Levente Polyak | |
2023-05-20 | config: update pacman configs for new repository layout | Felix Yan | |
Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
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-20 | conf: move makepkg and pacman config into separate conf.d dirs | Levente Polyak | |
We have used the datadir like a kitchen sink, lets clean up a bit by having a better and well structured layout. Put makepkg and pacman configs in separate directories: makepkg.conf.d and pacman.conf.d. | |||
2023-05-19 | git: convert repos and tags config to new repo layout | 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. | |||
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. | |||
2023-03-07 | Version 2023030720230307 | Levente Polyak | |
2023-03-06 | fix: enable extglob before func definition for bash-5.2 compatibility | Tobias Powalowski | |
The `extglob` option changes the behavior of the shell parser, since extended glob patterns would otherwise be syntax errors. bash-5.2 changed the way a function definition is processed by calling the parser instead of relying on the ad-hoc code in bash-5.1 and earlier versions. This means, in bash-5.2 the shell function was parsed without `extglob` being enabled because the `shopt` command to enable it was part of the function body. Add `shopt` options for `extglob` around function definitions to address this issue and allow bash-5.2 to correctly parse the function. Co-authored-by: Frédéric Pierret (fepitre) <frederic.pierret@qubes-os.org> Co-authored-by: Levente Polyak <anthraxx@archlinux.org> Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2023-01-22 | patching zstd mode (20 exhaust virtual memory) | Andreas Baumann | |
2023-01-05 | Version 2023010520230105 | Levente Polyak | |
2022-12-08 | disabled LTO completely on i486v20221208 | Andreas Baumann | |
2022-12-08 | fix quoting in Makefile: single quotes don't like line breaks | Erich Eckner | |
2022-12-08 | patch out -fcf-protection from makepkg.conf for i486 and i686 | Erich Eckner | |
2022-12-08 | pentium4 new | Erich Eckner | |
2022-12-08 | introduce i486 as well | Erich Eckner | |
2022-12-08 | pacman-staging-i686.conf, pacman-testing-i686.conf, ↵ | Erich Eckner | |
pacman-staging-with-build-support-i686.conf: reorder repositories and add repo build-support for i686 | |||
2022-12-08 | Makefile: devtools -> devtools32 in dist and upload targets | Erich Eckner | |
2022-12-08 | Revert "Remove i686 support" | Luke Shumaker | |
This reverts commit 7259e7def07a5f6ee04a34db61a87361ad0b5ac7, except for commitpkg.in | |||
2022-12-08 | generate separate config file for i686 and x86_64 | Erich Eckner | |
2022-10-12 | Version 2022101220221012 | Levente Polyak | |
2022-10-02 | Version 2022100220221002 | Levente Polyak | |
2022-09-01 | make: declare lib files as build dependencies for bash src scripts | Levente Polyak | |
2022-06-22 | make: split out man page files into doc/man folder | Levente Polyak | |
2022-06-22 | make: use GEN message for all generated content | Levente Polyak | |