Fork of Arch Linux devtools from https://git.archlinux.org/devtools.git
Go to file
Levente Polyak 901581936a
ci: fix travis build using undocumented but reserved keyword
https://github.com/mikkeloscar/arch-travis/issues/65
2019-10-15 23:50:52 +02:00
doc checkpkg: add option to print a warning in case of differences 2019-09-28 00:15:51 +02:00
lib zsh_completion: add sogrep completions 2019-09-28 00:16:09 +02:00
.gitignore zsh_completion: add sogrep completions 2019-09-28 00:16:09 +02:00
.travis.yml ci: fix travis build using undocumented but reserved keyword 2019-10-15 23:50:52 +02:00
Makefile zsh_completion: add sogrep completions 2019-09-28 00:16:09 +02:00
PKGBUILD.proto Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.proto 2017-07-05 18:21:56 +02:00
README.md readme: fix faulty whitespace in release commands 2019-03-29 21:40:28 +01:00
arch-nspawn.in arch-nspawn: unshare the gpg namespace to prevent zombie processes 2019-08-09 19:41:53 +02:00
archbuild.in makechrootpkg: run checkpkg automatically after build 2019-09-28 00:15:33 +02:00
archco.in Avoid using string interpolation; use printf format strings instead. 2017-04-05 22:11:16 +02:00
archrelease.in archrelease: actually fail in failure conditions 2019-08-09 19:41:53 +02:00
bash_completion.in Quote strings that shellcheck warns about. 2017-07-05 18:21:56 +02:00
checkpkg.in checkpkg: add option to print a warning in case of differences 2019-09-28 00:15:51 +02:00
commitpkg.in commitpkg: prefer explicit signature+data parameters for gpg --verify 2019-09-28 00:16:07 +02:00
crossrepomove.in crossrepomove: do not set svn propset 2019-03-13 22:06:00 +01:00
find-libdeps.in Don't rely on $0 to determine script names. 2019-08-09 19:41:51 +02:00
finddeps.in finddeps: suppress error messages for unreadable directories 2019-08-09 19:41:53 +02:00
lddd.in Make slightly more involved changes to make shellcheck happy. 2017-07-05 18:21:56 +02:00
makechrootpkg.in checkpkg: add option to print a warning in case of differences 2019-09-28 00:15:51 +02:00
makepkg-x86_64.conf conf: sync makepkg.conf with latest version from pacman package 2019-02-09 14:27:31 +01:00
mkarchroot.in ensure that sane umask is used where needed 2019-08-09 19:41:52 +02:00
offload-build offload-build: disable shellcheck false-positive for shell-escape 2019-06-13 00:17:11 +02:00
pacman-extra.conf Update bundled pacman and makepkg configuration 2016-02-07 10:12:56 +01:00
pacman-gnome-unstable.conf Update bundled pacman and makepkg configuration 2016-02-07 10:12:56 +01:00
pacman-kde-unstable.conf Update bundled pacman and makepkg configuration 2016-02-07 10:12:56 +01:00
pacman-multilib-staging.conf Update bundled pacman and makepkg configuration 2016-02-07 10:12:56 +01:00
pacman-multilib-testing.conf Update bundled pacman and makepkg configuration 2016-02-07 10:12:56 +01:00
pacman-multilib.conf Update bundled pacman and makepkg configuration 2016-02-07 10:12:56 +01:00
pacman-staging.conf Update bundled pacman and makepkg configuration 2016-02-07 10:12:56 +01:00
pacman-testing.conf Update bundled pacman and makepkg configuration 2016-02-07 10:12:56 +01:00
rebuildpkgs.in Don't rely on $0 to determine script names. 2019-08-09 19:41:51 +02:00
sogrep.in sogrep: redirect to destination mirror (#25) 2019-10-15 23:30:23 +02:00
zsh_completion.in zsh_completion: add offload-build completion 2019-09-28 00:16:25 +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