This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official devtools repository".
The branch, master has been updated via 3029c8e4bcaf090327bddd8668a6fa1462e22e42 (commit) via b8dd44083ae018a94174885330a4723c074b92c7 (commit) via 4b3a6c7803d70e131e23842e2957fc81bf35f289 (commit) via 59e348fc3c5dd086331d884a6dd76fb43a92b7eb (commit) via 27441f201c2394a991427f6a47199dd40024497b (commit) via c4f72f781b851578793b31e2c0b3f7ec839335cf (commit) via 9974309cee341fd2e6638924a4918e332c67348e (commit) via e3cf64ad2f83d979b8ca86445b612f5268725cb6 (commit) from 7524bec6d930992876611f6c901852d8ae0d7ab0 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 3029c8e4bcaf090327bddd8668a6fa1462e22e42 Author: Pierre Schmitz pierre@archlinux.de Date: Fri Nov 1 21:13:43 2013 +0100
checkpkg: Fix usage of local mirrors
commit b8dd44083ae018a94174885330a4723c074b92c7 Author: Pierre Schmitz pierre@archlinux.de Date: Fri Nov 1 20:35:52 2013 +0100
Prepare release
commit 4b3a6c7803d70e131e23842e2957fc81bf35f289 Author: Maxime Gauduin alucryd@gmail.com Date: Mon Aug 26 00:56:58 2013 +0200
Add support for building bzr packages
Fixes FS#36654: https://bugs.archlinux.org/task/36654.
Signed-off-by: Maxime Gauduin alucryd@gmail.com Signed-off-by: Pierre Schmitz pierre@archlinux.de
commit 59e348fc3c5dd086331d884a6dd76fb43a92b7eb Author: WorMzy Tykashi wormzy.tykashi@gmail.com Date: Mon Sep 16 00:35:37 2013 +0100
Add mountpoint check to btrfs subvol logic
Signed-off-by: Pierre Schmitz pierre@archlinux.de
commit 27441f201c2394a991427f6a47199dd40024497b Author: Dave Reisner dreisner@archlinux.org Date: Sun Oct 20 16:17:45 2013 -0400
common: implement find_cached_package
This function (currently) searches through $PWD and $PKGDEST looking for a tarball matching the requested package name, architecture, and pkgver. If found, it writes the full path to the located package to stdout and returns 0, else 1. If more than 1 match is found, it's treated as an error and the user will need to figure out what to do.
Use this in checkpkg and commitpkg, which previously implemented their own less complete logic, to locate the build artifacts they rely on.
Signed-off-by: Dave Reisner dreisner@archlinux.org Signed-off-by: Pierre Schmitz pierre@archlinux.de
commit c4f72f781b851578793b31e2c0b3f7ec839335cf Author: Dave Reisner dreisner@archlinux.org Date: Sun Oct 20 16:17:42 2013 -0400
commitpkg: check all files at once for version control
Instead of dying at the first sight of an unversioned file, this lets commitpkg dump all known unversioned files at once.
Signed-off-by: Dave Reisner dreisner@archlinux.org Signed-off-by: Pierre Schmitz pierre@archlinux.de
commit 9974309cee341fd2e6638924a4918e332c67348e Author: Dave Reisner dreisner@archlinux.org Date: Sun Oct 20 16:17:43 2013 -0400
makechrootpkg: Look harder for -R argument
We shouldn't be in the business of reparsing makepkg's arguments, but since we have to treat the case of repackaging separately, do a better job of trying to find signs of it happening. This change lets you pass the longopt, --repackage, or multiple shortopts such as -RA, and still get the intended effect.
Signed-off-by: Dave Reisner dreisner@archlinux.org Signed-off-by: Pierre Schmitz pierre@archlinux.de
commit e3cf64ad2f83d979b8ca86445b612f5268725cb6 Author: Eric Bélanger snowmaniscool@gmail.com Date: Mon Oct 28 23:27:03 2013 -0400
checkpkg: Only match .so at end of filenames for soname check
Signed-off-by: Eric Bélanger snowmaniscool@gmail.com Signed-off-by: Pierre Schmitz pierre@archlinux.de
-----------------------------------------------------------------------
Summary of changes: Makefile | 2 +- checkpkg.in | 34 +++++++++++----------------- commitpkg.in | 46 +++++++++++++------------------------ lib/common.sh | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ makechrootpkg.in | 28 +++++++++++++---------- 5 files changed, 115 insertions(+), 64 deletions(-)
hooks/post-receive
arch-projects@lists.archlinux.org