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 tag, parabola/20180401 has been created
        at  ffedeab545c1c4f45f315adbdc7a42dea707f455 (commit)

- Log -----------------------------------------------------------------
commit ffedeab545c1c4f45f315adbdc7a42dea707f455
Author: Luke Shumaker <luke...@parabola.nu>
Date:   Sun Apr 1 20:25:32 2018 -0400

    config: Avoid using && for flow-control
    
    `set -e` doesn't trip on command lists containing &&, even if the command
    list sets $? to non-zero.  However, when used as the last command in a
    sourced file, that $? is used as the return value for the calling `source`
    command, which then does trip `set -e`.
    
    This affected `db-import-pkg`.
    
    So, avoid the impropriety of spewing non-zero $? in the config file, since
    doesn't know the context it's loaded in.
-----------------------------------------------------------------------


hooks/post-receive
-- 
Official repo DB scripts

Reply via email to