index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-26 | feat(makechrootpkg): add option to interactively inspect the chroot | Levente Polyak | |
Implement the -x option for makechrootpkg which allows to get an interactive shell in the chroot after building the package. Useful to ease the debugging of a package build. Depending on the argument, the interactive shell is either always spawned or only when an error occurred during build. This option is also forwarded from `pkgctl build` via the `--inspect` flag. Component: pkgctl build Component: makechrootpkg Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2023-11-20 | feat(build): add --updpkgsums option | Christian Heusel | |
This is useful so people who update patches etc. can update their checksums on building. The functionality itself was already implemented for --pkgver, but was not available separately. Fixes #168 Component: pkgctl build Signed-off-by: Christian Heusel <christian@heusel.eu> | |||
2023-05-20 | pkgctl build: support worker slots for none tty builds | Levente Polyak | |
Allow overriding the worker slot with a dedicated option. Furthermore detect if the current tty is no pts and fall back to choosing a random worker slot between 1 and number of available processing units. Fixes #137 Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2023-05-20 | build: allow release options only in combination with --release | Christian Heusel | |
It leads to weird expectations when using --db-update or --message without --release. Make the behavior more user friendly, by aborting the operation and explaining that release options only work in conjunction with the release option. Fixes #131 Signed-off-by: Christian Heusel <christian@heusel.eu> | |||
2023-05-20 | build: support nocheck for initial bootstrap builds | Levente Polyak | |
Output a warning when this option is used to remind packagers to rebuild the packages with checks once the bootstrap cycle has been completed. | |||
2023-05-20 | build: command to build packages inside a clean chroot | Levente Polyak | |