Fork of Arch Linux devtools from https://git.archlinux.org/devtools.git
Go to file
Martchus 9dbd451089 Add builduser to same groups as on host
This prevents permission errors when relying on a user's group
for accessing certain files (made available within the container
via bind mounts).
2022-07-14 22:56:12 +02:00
doc doc/export-pkgbuild-keys.1: fix filename to detect manpage location 2022-06-09 21:25:10 +02:00
lib common: Implement helper functions from dbscripts 2022-01-26 21:31:32 +01:00
setarch-aliases.d Add x86_64_v3 builders 2022-06-10 16:31:45 +02:00
.gitignore Export source PGPs from PKGBUILD on commit 2022-06-09 20:41:18 +02:00
.gitlab-ci.yml build: enable gitlab-ci 2022-04-28 19:10:59 +02:00
LICENSE Add GPL-3.0 license file 2021-10-29 09:16:05 +02:00
Makefile Version 20220621 2022-06-22 00:58:19 +02:00
PKGBUILD.proto Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.proto 2017-07-05 18:21:56 +02:00
README.md makerepropkg: use correct devtools makepkg.conf files from dist 2021-11-18 20:31:23 +01:00
arch-nspawn.in Log systemd-nspawn invocation parameters 2022-07-14 22:56:12 +02:00
archbuild.in archbuild: no setarch 2022-07-14 22:56:12 +02:00
archco.in Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +02:00
archrelease.in archrelease: support subdirectories in package directories 2022-06-10 16:51:52 +02:00
bash_completion.in Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +02:00
checkpkg.in checkpkg: set makepkg vars from build root to support none host archs 2022-01-22 01:12:32 +01:00
commitpkg.in Export source PGPs from PKGBUILD on commit 2022-06-09 20:41:18 +02:00
crossrepomove.in Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +02:00
diffpkg.in diffpkg: support comparing two given package archives 2022-05-17 21:03:44 +02:00
export-pkgbuild-keys.in export-pkgbuild-keys: fix export for packages without validpgpkeys 2022-06-22 00:51:22 +02:00
find-libdeps.in Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +02:00
finddeps.in Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +02:00
lddd.in lddd: Use bash instead of sh 2021-10-29 09:20:43 +02:00
makechrootpkg.in Add builduser to same groups as on host 2022-07-14 22:56:12 +02:00
makepkg-x86_64.conf makepkg.conf: set LTOFLAGS="-flto=auto" 2022-03-07 15:41:17 +02:00
makepkg-x86_64_v3.conf Add x86_64_v3 builders 2022-06-10 16:31:45 +02:00
makerepropkg.in makerepropkg: support parallel runs in dedicated namespaces 2021-11-18 20:31:23 +01:00
mkarchroot.in mkarchroot: generate and use C.UTF-8 by default 2022-06-09 01:07:43 +02:00
offload-build.in Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +02:00
pacman-extra-x86_64_v3.conf Add x86_64_v3 builders 2022-06-10 16:31:45 +02:00
pacman-extra.conf pacman.conf: enable ParallelDownloads and NoProgressBar 2021-06-19 22:26:25 +02:00
pacman-gnome-unstable.conf Revert "Layer gnome-unstable above staging, not testing" 2021-11-17 02:32:34 +01:00
pacman-kde-unstable.conf pacman.conf: enable ParallelDownloads and NoProgressBar 2021-06-19 22:26:25 +02:00
pacman-multilib-staging.conf pacman.conf: enable ParallelDownloads and NoProgressBar 2021-06-19 22:26:25 +02:00
pacman-multilib-testing.conf pacman.conf: enable ParallelDownloads and NoProgressBar 2021-06-19 22:26:25 +02:00
pacman-multilib.conf pacman.conf: enable ParallelDownloads and NoProgressBar 2021-06-19 22:26:25 +02:00
pacman-staging-x86_64_v3.conf Add x86_64_v3 builders 2022-06-10 16:31:45 +02:00
pacman-staging.conf pacman.conf: enable ParallelDownloads and NoProgressBar 2021-06-19 22:26:25 +02:00
pacman-testing-x86_64_v3.conf Add x86_64_v3 builders 2022-06-10 16:31:45 +02:00
pacman-testing.conf pacman.conf: enable ParallelDownloads and NoProgressBar 2021-06-19 22:26:25 +02:00
rebuildpkgs.in Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +02:00
sogrep.in sogrep: fail if links database cannot be retrieved 2022-04-06 00:11:16 +02:00
zsh_completion.in diffpkg: support comparing two given package archives 2022-05-17 21:03:44 +02:00

README.md

Devtools - development tools for Arch Linux

This repository contains tools for the Arch Linux distribution for building and maintaining official repository packages.

Patches

Patches can be send to arch-projects@archlinux.org or via a pull request on Github. When sending patches to the mailing list make sure to set a valid subjectprefix otherwise the email is denied by mailman. Git can be configured as following.

git config format.subjectprefix 'devtools] [PATCH'

Building

When building official distro packages the BUILDTOOLVER needs to be set to the exact label of the release package in order to allow to detect the exactly used devtools version. This is required for reproducible builds to fetch the according files like makepkg.conf.

BUILDTOOLVER="${pkgver}-${pkgrel}-${arch}" make all

Releasing

  1. bump the version in the Makefile
  2. Commit everything as Version $(date +"%Y%m%d")
  3. Create a new tag git tag -s $(date +"%Y%m%d")
  4. Push changes
  5. Upload the source tarball with make dist upload
  6. Update the package

License

Devtools is licensed under the terms of the GPL-3.0-or-later (see LICENSE).