[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20170320-24-g49088b0

Jan Steffens heftig at archlinux.org
Mon Apr 17 01:12:54 UTC 2017


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 "The official devtools repository".

The branch, master has been updated
       via  49088b0860276c664933c2b3e36a2fef714b7a07 (commit)
      from  a1f8ac9c70494009554c08c1036351cb2b374828 (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 49088b0860276c664933c2b3e36a2fef714b7a07
Author: Luke Shumaker <lukeshu at parabola.nu>
Date:   Wed Apr 5 19:06:10 2017 -0400

    makechrootpkg: Avoid having code floating around outside of a function.
    
    This means wrapping variable initialization in init_variables(), and the
    main program routine in main().
    
    I did NOT put `shopt -s nullglob` in to a function.
    
    It make make sense to move init_variables() down into the main()
    function, instead of having it as a separate function up top (if this
    done, then the `-g` flag passed to `declare` in init_variables() can
    be dropped).  However, in interest of keeping the `diff -w` small, and
    merges/rebases simpler, this isn't done here.

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

Summary of changes:
 makechrootpkg.in | 252 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 130 insertions(+), 122 deletions(-)


hooks/post-receive
-- 
The official devtools repository


More information about the arch-projects mailing list