- Apr 28, 2024
-
-
Levente Polyak authored
Sometimes it isn't obvious which set of packages are removed from a split package when the pkgbase matches also a subset of a pkgbase. This can happen for example with bootstrapping packages, when the intention is to just remove a partial part of the bootstrap pkgbase. To make the intention more explicit, list all to be removed packages and await for confirmation. Component: pkgctl db remove Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
-
- Apr 23, 2024
-
-
Levente Polyak authored
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
-
This commit aims to make 'pkgctl version upgrade' also update checksums in addition of bumping the pkgver and reseting the pkgrel. Component: pkgctl version upgrade
-
- Mar 23, 2024
-
-
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
-
- Mar 09, 2024
-
-
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>
-
- Feb 10, 2024
-
-
Christian Heusel authored
We are depending on updpkgsums for the --update-checksums option used in pkgctl build. Document this requirement. Signed-off-by: Christian Heusel <christian@heusel.eu>
-
- Feb 08, 2024
-
-
Christian Heusel authored
We use curl all over pkgctl, i.e. to do the Gitlab API calls. Signed-off-by: Christian Heusel <christian@heusel.eu>
-
- Jan 18, 2024
-
-
Levente Polyak authored
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
-
- Jan 10, 2024
-
-
The version subcommand handles pkgver related commands, the first subcommand being `check`. Check runs nvchecker if a `.nvchecker.toml` file exists and compares the current pkgver with the latest release. Introduces nvchecker as optional dependency which has to be installed in order to use this particular subcommand. BREAKING CHANGE: formerly pkgctl version would output the version of the pkgctl tool, now it is used as a version related subcommand. Fixes #140 Component: pkgctl version Component: pkgctl version check Co-authored-by: Christian Heusel <christian@heusel.eu>
-
- Jan 07, 2024
-
-
Levente Polyak authored
This allows to run the search command without bats, which is not used in the default pretty output format. Component: pkgctl search Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
-
Search for an expression across the GitLab packaging group. To use a filter, include it in your query. You may use wildcards (*) to use glob matching. Available filters for the blobs scope: path, extension. Every usage of the search command must be authenticated. Consult the 'pkgctl auth' command to authenticate with GitLab or view the authentication status. This command uses bats for pretty printing the results including line numbers and syntax highlighting. Component: pkgctl search Co-authored-by: Christian Heusel <christian@heusel.eu> Co-authored-by: Levente Polyak <anthraxx@archlinux.org>
-
- Sep 26, 2023
-
-
This is done so that the generated changelog carries more information (i.e. the scope of the change). Co-Authored-by: Levente Polyak <anthraxx@archlinux.org> Signed-off-by: Christian Heusel <christian@heusel.eu> Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
-
- Jun 07, 2023
-
-
Levente Polyak authored
We need fakeroot to trick pacman into updating a fresh pacman database for an unprivileged user.
-
- May 19, 2023
-
-
Levente Polyak authored
This will help to make sure dependencies are explicitly stated and reflected in the PKGBUILD.
-
Levente Polyak authored
For local development testing, there is a convenience wrapper for `pkgctl` that will automatically build the project using make and proxy all calls to the local build directory. Either `./test/bin/pkgctl` can be run directly or the `test/bin` directory can be added to the PATH. Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
-
- Jun 21, 2022
-
-
Levente Polyak authored
-
- Nov 18, 2021
-
-
Levente Polyak authored
Use the recorded buildtool in order to download the matching dist package and use the appropriate makepkg.conf for reproducing the package. This is required as the flags are not recorded in the BUILDINFO hence we need to provide the matching config that declared those flags.
-
- Oct 29, 2021
-
-
David Runge authored
README.md: Add license statement to README, specifying that devtools is licensed under the terms of the GPL-3.0-or-later.
-
- Mar 29, 2019
-
-
Levente Polyak authored
-
- Mar 25, 2019
-
-
Introduce a README which describes where to send patches and how to release a new version of devtools. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
-