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 pacman repository".
The branch, master has been updated
via f2c9e51eb00edb2f3123bd150fd9944c765426e0 (commit)
via 82443e00597b0db5a7eadea4886e22b373ac373b (commit)
via 93862bd7cb91129cece07391c00ab9e6f81111d0 (commit)
via 6c8f817040acb74bbf696e75a302280d5f07c98a (commit)
from 96b34308fe6aed5ef002c3769639ad33dac923c7 (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 f2c9e51eb00edb2f3123bd150fd9944c765426e0
Author: Allan McRae <[email protected]>
Date: Thu Oct 22 14:40:03 2009 +1000
makepkg: allow specifying subsets of packages to build
This allows makepkg to only build a specified subset of packages
from a split PKGBUILD. This is very useful in combination with the
-R flag or when bumping the pkgrel of a single package.
Fixes FS#15956.
Signed-off-by: Allan McRae <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
commit 82443e00597b0db5a7eadea4886e22b373ac373b
Author: Cedric Staniewski <[email protected]>
Date: Wed Nov 18 23:29:07 2009 +0100
makepkg: move pacman calls to a function
Signed-off-by: Cedric Staniewski <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
commit 93862bd7cb91129cece07391c00ab9e6f81111d0
Author: Eric Bélanger <[email protected]>
Date: Mon Nov 2 23:31:15 2009 -0500
makepkg: Place packages symlinks in build dir when PKGDEST is used
When PKGDEST is used, symlinks to the packages will be put in the build
directory. This combines the convenience of a global package cache with
the ease of having a package (i.e. a symlink) in the build directory for
testing and installation purpose.
Signed-off-by: Eric Bélanger <[email protected]>
[Allan: add comment documenting clean-up addition]
Signed-off-by: Allan McRae <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
commit 6c8f817040acb74bbf696e75a302280d5f07c98a
Author: Isaac Good <[email protected]>
Date: Tue Nov 17 14:16:48 2009 -0500
Replace an ugly while [ with a for (( loop
Signed-off-by: Isaac Good <[email protected]>
Signed-off-by: Allan McRae <[email protected]>
Signed-off-by: Dan McGee <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
doc/makepkg.8.txt | 4 ++
scripts/makepkg.sh.in | 94 +++++++++++++++++++++++++++++++------------------
2 files changed, 64 insertions(+), 34 deletions(-)
hooks/post-receive
--
The official pacman repository