[arch-projects] [dbscripts] [GIT] Official repo DB scripts branch master updated. 20180603

eschwartz at archlinux.org eschwartz at archlinux.org
Wed Jul 4 02:12:38 UTC 2018


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 "Official repo DB scripts".

The branch, master has been updated
       via  08995618eb606523b7d05ac987b1243981290839 (commit)
       via  9de966ba08e4d697404cc630ffa514ba18b1bace (commit)
       via  01712670c40df875c6ac6e1d5a88063fab0b020f (commit)
      from  05dd9be0db06d7f7cea0eff9f9f6f1993eb6d463 (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 08995618eb606523b7d05ac987b1243981290839
Author: Luke Shumaker <lukeshu at parabola.nu>
Date:   Wed Apr 4 16:22:20 2018 -0400

    test: Fix typoed variables
    
     - ftpdir-cleanup: ${pkg[0]} -> ${pkgs[0]}
    
       This mistake was introduced in 7628525156110022fa70ad91e4bc13ee8a3cceb0
    
     - test: common.bash: $pkgarches[@] -> ${pkgarches[@]}
    
       This mistake was introduced in 7628525156110022fa70ad91e4bc13ee8a3cceb0

commit 9de966ba08e4d697404cc630ffa514ba18b1bace
Author: Eli Schwartz <eschwartz at archlinux.org>
Date:   Wed May 23 11:11:05 2018 -0400

    hoist $tarch handling above $pkgname, since it is more efficient

commit 01712670c40df875c6ac6e1d5a88063fab0b020f
Author: Eli Schwartz <eschwartz at archlinux.org>
Date:   Wed May 23 10:53:45 2018 -0400

    db-move: Don't store filepaths as a string with whitespace splitting
    
    Use arrays via nameref, since makepkg does not support multidimensional
    arrays, and assigning to/retrieving from an array variable with an
    unknown name requires this.
    
    Requires bash 4.3, requires that architectures never contain chars that
    are invalid in a variable name -- which makepkg explicitly requires in
    order to support architecture-dependent sources/dependencies, and also
    incorporates into linting checks which forbid anything but [[:alnum:]_]
    so that's all good.

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

Summary of changes:
 db-move                        | 24 +++++++++++++++---------
 test/cases/ftpdir-cleanup.bats |  2 +-
 test/lib/common.bash           |  2 +-
 3 files changed, 17 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
Official repo DB scripts


More information about the arch-projects mailing list