[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20111220-7-gee4edef
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 ee4edefa2f12372adb4793c0dd6420fc76911ae4 (commit) via a8b64995ee6ee32285cc4f33f127a094b8a63fff (commit) via 2c9855fe6b6d64b0646bc16fceb476aef33eaa2f (commit) via 4d4ffb5d8f9cb040c9ab8e4eb55bb88e51c5b18c (commit) via 2d79191c97e8ee965bfea1feef03de26c839dc8a (commit) via 5b3ca82ae5934cf6625911d4c1d11c5fad63aa92 (commit) from 90a5e441cd1d64b001588162edbe8ea2be375f43 (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 ee4edefa2f12372adb4793c0dd6420fc76911ae4 Author: Pierre Schmitz <pierre@archlinux.de> Date: Wed Jan 18 11:24:07 2012 +0100 Remove any pacman 4 related workarounds commit a8b64995ee6ee32285cc4f33f127a094b8a63fff Author: Allan McRae <allan@archlinux.org> Date: Mon Jan 2 12:38:20 2012 +1000 makechrootpkg: fix error message Passing a directory that does not exist to makechrootpkg results in an error message: ==> ERROR: No chroot dir defined, or invalid path '' The path is not being printed as the readlink command blanks it if the directory does not exist. Fix this. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> commit 2c9855fe6b6d64b0646bc16fceb476aef33eaa2f Author: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> Date: Fri Dec 30 16:26:08 2011 +0100 Fix up usage help, the Default line belongs to -l Signed-off-by: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> commit 4d4ffb5d8f9cb040c9ab8e4eb55bb88e51c5b18c Author: Florian Pritz <bluewind@xinu.at> Date: Sun Dec 25 17:52:54 2011 +0100 find-libdeps: fix syntax error The problem has been introduced in commit 56d4dec19fbcec23f677114e4104bb9df902ed9f Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> commit 2d79191c97e8ee965bfea1feef03de26c839dc8a Author: Dave Reisner <d@falconindy.com> Date: Sun Jan 1 18:49:59 2012 -0500 commitpkg: behavior more sanely in searching for built pkgs In the case of a .pkg.tar.xz and a .pkg.tar.gz existing in the same directory, all commitpkg would say is: ==> WARNING: Could not find . Skipping x86_64 Upon digging into the logic, we did a few things poorly, mostly in getpkgfile: - getpkgfile tried to die in a subshell (within the command substituion assignment to 'pkgfile'). This will never work. - We assumed that proper glob expansion happened when we received exactly 1 arg. This isn't necessarily true without nullglob in effect. - We dumped the real error (spewed by getpkgfile) to /dev/null. - We checked for the package twice in both $PWD and $DESTDIR/. - We checked for file existance multiple times. Address this by: - not hiding errors. revamp the wording a little bit to make it more obvious why we failed, particularly in the case of a glob expanding to more than 1 file. Logic here is simplified to pointing out the failure cases of 0 and >1. - setting nullglob so the number of arguments passed into getpkgfile is meaningful from a 'did it decisively resolve' point of view. - not trying to exit the entire script from a subshell. Just return a value (and use it). - avoiding the package file existance check afterwards. this is a freebie from getpkgfile when the glob passed fails to expand. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> commit 5b3ca82ae5934cf6625911d4c1d11c5fad63aa92 Author: Pierre Schmitz <pierre@archlinux.de> Date: Sat Jan 14 20:25:43 2012 +0100 prepare release ----------------------------------------------------------------------- Summary of changes: Makefile | 2 +- archbuild.in | 17 +---------------- commitpkg.in | 29 +++++++++++++++-------------- find-libdeps.in | 2 +- makechrootpkg.in | 9 +++++---- pacman-extra.conf | 4 ++-- pacman-gnome-unstable.conf | 2 +- pacman-kde-unstable.conf | 2 +- pacman-multilib-staging.conf | 2 +- pacman-multilib-testing.conf | 2 +- pacman-multilib.conf | 4 ++-- pacman-staging.conf | 2 +- pacman-testing.conf | 2 +- 13 files changed, 33 insertions(+), 46 deletions(-) hooks/post-receive -- The official devtools repository
participants (1)
-
pierreï¼ archlinux.org