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  656fd6d5d8f455492b1e51add9e6e1da8f911a7c (commit)
       via  0cf2ac49c18a71c050f5a9a9ff42e8dff89c2375 (commit)
       via  5b4b19cd7f4c0ef7a479306b73a4db3733df9c44 (commit)
       via  a852b2822620b6294e2efa411ff88a3b0afe1754 (commit)
       via  7134da63690e0798d498fd15a09786db42091bfd (commit)
       via  4dbcc003b6aa8fcf009be1e98c8ff13fe1def2fb (commit)
      from  8cc8e9cbbefdf6fac368031d3dacc74d001f23b7 (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 656fd6d5d8f455492b1e51add9e6e1da8f911a7c
Author: Luke Shumaker <luke...@parabola.nu>
Date:   Mon May 25 01:00:46 2015 -0600

    devlist-mailer: Make LIST and FROM configurable

commit 0cf2ac49c18a71c050f5a9a9ff42e8dff89c2375
Author: Luke Shumaker <luke...@parabola.nu>
Date:   Tue Jun 17 23:47:21 2014 -0400

    Consistently use "$(dirname "$(readlink -e "$0")")"
    
    This does correct handling of
     - executing a program by symlink
     - any weird characters in the full path
     - I'm sure there's another case I thought about when I originally did
       this.

commit 5b4b19cd7f4c0ef7a479306b73a4db3733df9c44
Author: Luke Shumaker <luke...@parabola.nu>
Date:   Thu Mar 15 21:47:58 2018 -0400

    Fixup quoting around variables, especially arrays
    
    Search for unquoted variables using the command:
    
        grep -Prn --exclude-dir=.git '(?<!["=]|\[\[ |\[\[ -[zn] )\$(?!{?#|\(|\? 
)'
    
    and ignore a bunch of false positives.
    
    You may verify that the only differences between the lines removed and
    lines added are double-quotes:
    
            diff -u \
              <(git show|sed -n 's/^-//p'|grep -v '^-- a/'|sed 's/"//g') \
              <(git show|sed -n 's/^+//p'|grep -v '^++ b/'|sed 's/"//g')

commit a852b2822620b6294e2efa411ff88a3b0afe1754
Author: Luke Shumaker <luke...@parabola.nu>
Date:   Wed Jun 18 12:07:09 2014 -0400

    test/: Verify that db-update won't release duplicate packages in the same 
transaction
    
    This is a leftover change from the patch that became 0432cff; v2 of that
    patch broke db-functions:getpkgfiles, but the testsuite didn't catch it.
    This patch adds a testcase that catches this type of breakage.

commit 7134da63690e0798d498fd15a09786db42091bfd
Author: Luke Shumaker <luke...@sbcglobal.net>
Date:   Sun Apr 17 18:56:14 2016 -0400

    README.md: Write an overview of the programs included

commit 4dbcc003b6aa8fcf009be1e98c8ff13fe1def2fb
Author: Luke Shumaker <luke...@parabola.nu>
Date:   Thu Mar 15 23:54:14 2018 -0400

    README.md: fix spelling mistake: "overriden"->"overridden"

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

Summary of changes:
 README.md                                    | 57 +++++++++++++++++++++-
 config                                       |  7 ++-
 cron-jobs/check_archlinux/parse_pkgbuilds.sh | 42 ++++++++---------
 cron-jobs/devlist-mailer                     |  7 ++-
 cron-jobs/ftpdir-cleanup                     | 28 +++++------
 cron-jobs/integrity-check                    |  6 +--
 cron-jobs/sourceballs                        | 30 ++++++------
 cron-jobs/update-web-db                      | 20 ++++----
 db-functions                                 | 70 ++++++++++++++--------------
 db-move                                      | 56 +++++++++++-----------
 db-remove                                    | 22 ++++-----
 db-repo-add                                  | 22 ++++-----
 db-repo-remove                               | 22 ++++-----
 db-update                                    | 36 +++++++-------
 test/cases/db-update.bats                    |  7 +++
 testing2x                                    | 26 +++++------
 16 files changed, 262 insertions(+), 196 deletions(-)


hooks/post-receive
-- 
Official repo DB scripts

Reply via email to