theslinux-buildsystem branch pacman updated 5f98ab4 Restrict pattern to get patches from current dir.

  • From: git@xxxxxxxxxxxxxxxxxxxx
  • To: theslinux-phantom@xxxxxxxxxxxxx
  • Date: Sun, 18 Aug 2013 07:17:11 -0700

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 "theslinux-buildsystem".

The branch, pacman has been updated
       via  5f98ab4c66c764c5ee66bb5ed01e234184512810 (commit)
      from  d953442c556f3395588632e9cab9ba3955ecc55c (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 5f98ab4c66c764c5ee66bb5ed01e234184512810
Author: Ky-Anh Huynh <kyanh@xxxxxxxxxxxxx>
Date:   Sun Aug 18 21:15:34 2013 +0700

    Restrict pattern to get patches from current dir.
    
    An open pattern (00[0-9=*) may load unwanted patch file(s)
    to the build process. The new pattern still has the same problem
    (e.g, when some patch files have the same prefix), but it is
    more restrictive than the old one)

-----------------------------------------------------------------------

Summary of changes:
 pacman/PKGBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pacman/PKGBUILD b/pacman/PKGBUILD
index 02f9180..7135cfa 100644
--- a/pacman/PKGBUILD
+++ b/pacman/PKGBUILD
@@ -40,7 +40,7 @@ 
source=("ftp://ftp.archlinux.org/other/pacman/$pkgbase-$pkgver.tar.gz"{,.sig}
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  for _f_patch in ${srcdir}/00[0-9]*.patch; do
+  for _f_patch in ${srcdir}/000[1-6]*.patch; do
     patch -Np4 < "$_f_patch"
   done
 


hooks/post-receive
-- 
theslinux-buildsystem
--
Purpose: Store commits, feeds from other projects
Post: mailto:theslinux-phantom@xxxxxxxxxxxxx
Archive, Gmane: http://theslinux.org/lists/phantom/
Subscribe: mailto:theslinux-phantom-request@xxxxxxxxxxxxx?Subject=subscribe
Unsubscribe: mailto:theslinux-phantom-request@xxxxxxxxxxxxx?Subject=unsubscribe
Other information: http://theslinux.org/lists (vi) or 
http://theslinux.org/lists/en (en)
Support: mailto:theslinux-questions@xxxxxxxxxxxxx

Other related posts:

  • » theslinux-buildsystem branch pacman updated 5f98ab4 Restrict pattern to get patches from current dir. - git