Fork of Arch Linux devtools from https://git.archlinux.org/devtools.git
Go to file
David Runge 7dd29dff46
lddd: Use bash instead of sh
lddd.in:
As all of the devtools scripts are based on bash, we need to use
/bin/bash and not posix sh.
2021-10-29 09:20:43 +02:00
.github/workflows Fix CI and switch to GitHub CI (#68) 2021-09-04 22:19:59 +08:00
doc doc: Add arch-nspawn man page 2021-09-08 22:13:36 +02:00
lib Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +02:00
.gitignore doc: add devtools.7 man page 2021-01-26 20:39:06 +01:00
LICENSE Add GPL-3.0 license file 2021-10-29 09:16:05 +02:00
Makefile doc: Add arch-nspawn man page 2021-09-08 22:13:36 +02:00
PKGBUILD.proto Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.proto 2017-07-05 18:21:56 +02:00
README.md Add license statement to README 2021-10-29 09:16:11 +02:00
arch-nspawn.in Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +02:00
archbuild.in Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +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 Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +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 Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +02:00
commitpkg.in Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +02:00
crossrepomove.in Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +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 GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +02:00
makepkg-x86_64.conf sync makepkg.conf with the pacman 6.0.0-3 package 2021-06-17 00:04:52 +02:00
makerepropkg.in Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +02:00
mkarchroot.in Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +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.conf pacman.conf: enable ParallelDownloads and NoProgressBar 2021-06-19 22:26:25 +02:00
pacman-gnome-unstable.conf pacman.conf: enable ParallelDownloads and NoProgressBar 2021-06-19 22:26:25 +02: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.conf pacman.conf: enable ParallelDownloads and NoProgressBar 2021-06-19 22:26:25 +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 Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +02:00
zsh_completion.in Add GPL-3.0-or-later SPDX identifier to all scripts 2021-10-29 09:16:13 +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'

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).