Fork of Arch Linux devtools from https://git.archlinux.org/devtools.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
doc | 2 years ago | |
lib | 3 years ago | |
.gitignore | 2 years ago | |
.travis.yml | 3 years ago | |
Makefile | 2 years ago | |
PKGBUILD.proto | 6 years ago | |
README.md | 4 years ago | |
arch-nspawn.in | 3 years ago | |
archbuild.in | 3 years ago | |
archco.in | 6 years ago | |
archrelease.in | 4 years ago | |
bash_completion.in | 6 years ago | |
checkpkg.in | 3 years ago | |
commitpkg.in | 3 years ago | |
crossrepomove.in | 4 years ago | |
find-libdeps.in | 4 years ago | |
finddeps.in | 4 years ago | |
lddd.in | 6 years ago | |
makechrootpkg.in | 2 years ago | |
makepkg-x86_64.conf | 2 years ago | |
makerepropkg.in | 2 years ago | |
mkarchroot.in | 3 years ago | |
offload-build.in | 2 years ago | |
pacman-extra.conf | 3 years ago | |
pacman-gnome-unstable.conf | 3 years ago | |
pacman-kde-unstable.conf | 3 years ago | |
pacman-multilib-staging.conf | 3 years ago | |
pacman-multilib-testing.conf | 3 years ago | |
pacman-multilib.conf | 3 years ago | |
pacman-staging.conf | 3 years ago | |
pacman-testing.conf | 3 years ago | |
rebuildpkgs.in | 4 years ago | |
sogrep.in | 3 years ago | |
zsh_completion.in | 3 years ago |
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
- bump the version in the Makefile
- Commit everything as
Version $(date +"%Y%m%d")
- Create a new tag
git tag -s $(date +"%Y%m%d")
- Push changes
- Upload the source tarball with
make dist upload
- Update the package