devtools/src/lib
Levente Polyak 66a4357f3e
fix(common): ensure TERM is always set with a fallback to dumb
This avoids some corner cases that some applications behave ill when
TERM is completely unset. Instead, ensure we set TERM to dumb as a
fallback, which should serve better than not having any term defined.

Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
2024-02-14 01:28:40 +01:00
..
api feat(search): add status spinner to long running GitLab calls 2024-02-06 17:37:17 +01:00
aur feat(aur): add subcommand to drop a package from the repos to the AUR 2024-01-09 23:47:45 +01:00
auth config: allow suppying the gitlab token via env var 2023-05-20 00:08:12 +02:00
build fix(build): forward target repo options to the release subcommand 2024-02-09 20:18:30 +01:00
db db: command for Pacman database modification like update, move etc 2023-05-19 22:27:13 +02:00
repo feat(configure): ship default ignore via exclude 2023-12-19 20:06:26 +01:00
util fix(build): explicitly add --nosign when building a srcpkg 2024-02-11 13:37:49 +01:00
version fix(doc): Correct typo in version check error message 2024-02-05 12:25:18 +01:00
archroot.sh chore(archroot): force build chroot recreation to adapt new configs 2023-05-20 15:11:16 +02:00
aur.sh feat(aur): add subcommand to drop a package from the repos to the AUR 2024-01-09 23:47:45 +01:00
auth.sh auth: implemented module to authenticate against our GitLab 2023-05-19 22:27:12 +02:00
cache.sh feat(search): add subcommand to search across the packaging group 2024-01-07 02:35:18 +01:00
common.sh fix(common): ensure TERM is always set with a fallback to dumb 2024-02-14 01:28:40 +01:00
config.sh config: fixup file permissions to be more strict 2023-05-20 00:08:12 +02:00
db.sh chore: fix spelling mistake packge -> package 2023-07-06 15:30:49 +02:00
release.sh fix(build): allow unstable repositories to override repo target 2024-02-08 01:21:40 +01:00
repo.sh pkgctl repo: introduce the switch subcommand 2023-05-20 00:08:13 +02:00
search.sh feat(search): add status spinner to long running GitLab calls 2024-02-06 17:37:17 +01:00
valid-build-install.sh feat(build): allow to test-install the built packages 2024-02-06 19:38:50 +01:00
valid-inspect.sh feat(makechrootpkg): add option to interactively inspect the chroot 2023-11-26 01:28:20 +01:00
valid-repos.sh chore: refactor variable names in valid-{tags,repos}.sh 2023-10-02 11:29:03 +02:00
valid-search.sh feat(search): add optional plain output formatting 2024-01-07 02:38:42 +01:00
valid-tags.sh chore: refactor variable names in valid-{tags,repos}.sh 2023-10-02 11:29:03 +02:00
version.sh doc(version): extensively revamp documentation for version subcommands 2024-01-22 19:45:16 +01:00