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

eschwartz at archlinux.org eschwartz at archlinux.org
Sun Sep 9 16:45:45 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  0b630e25a3181d5228cbd99c9041a04b6514fc81 (commit)
       via  57a307d6620d8fbf3bf1c7d01e621022da4f3f29 (commit)
      from  c53352c103e023727ce31e98ca9647bb918a9a5d (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 0b630e25a3181d5228cbd99c9041a04b6514fc81
Author: anthraxx <anthraxx at archlinux.org>
Date:   Mon Sep 3 13:50:16 2018 +0200

    fix potential bsdtar stream close error by grep
    
    This silences a useless error message that confuses the user.
    
    bsdtar doesn't like it when the stream gets closed before it finishes
    which may be the case when grep found its match on potentially huge
    archives. Instead of suppressing the whole stderr , we find all matches
    with grep, then use a second pass with `tail` to find only the last
    match, which ensures the stream remains open for bsdtar but we may still
    catch and see useful messages on stderr.
    
    This works because tail has the useful property of not closing early.

commit 57a307d6620d8fbf3bf1c7d01e621022da4f3f29
Author: anthraxx <anthraxx at archlinux.org>
Date:   Mon Sep 3 22:01:16 2018 +0200

    readme: switch to travis-ci.com build status badge
    
    The old travis-ci.org is deprecated and this project was migrated.

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

Summary of changes:
 README.md    | 2 +-
 db-functions | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Official repo DB scripts


More information about the arch-projects mailing list