[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.3-620-gd90641a

Allan McRae allan at archlinux.org
Fri Mar 8 02:04:59 EST 2013


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 pacman repository".

The branch, master has been updated
       via  d90641a894b915f5e13876bba88aa765c9961b0a (commit)
       via  6e0c47d22f44693d6c1fb1c54d5b5beb637d5ebf (commit)
       via  f8ed8620d03e7e6fc58815bbee5b65c786fbc423 (commit)
       via  5a67eee78c58475907a2128c46c08c137d41e4f9 (commit)
       via  79d60f0f42a1df4f65ef1b1a930a6107000570fe (commit)
       via  81f945e2a5cee7995bb8521da5bad0ae91eb4aec (commit)
       via  9d99914a1893566ffdfcb53ecb894aba3737988e (commit)
       via  2c91b991eee2c16278111f922ba974857e1ae9cd (commit)
       via  65650f2cdb04629810cb7545e35ad8af9e25b072 (commit)
      from  e292b1b5a24e8e106f1c38c7e99e494f841d9346 (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 d90641a894b915f5e13876bba88aa765c9961b0a
Author: William Giokas <1007380 at gmail.com>
Date:   Tue Mar 5 17:05:08 2013 -0600

    contrib: Add color to paccache
    
    Signed-off-by: William Giokas <1007380 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 6e0c47d22f44693d6c1fb1c54d5b5beb637d5ebf
Author: William Giokas <1007380 at gmail.com>
Date:   Tue Mar 5 17:01:53 2013 -0600

    contrib: Add color to bacman
    
    Signed-off-by: William Giokas <1007380 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit f8ed8620d03e7e6fc58815bbee5b65c786fbc423
Author: William Giokas <1007380 at gmail.com>
Date:   Mon Mar 4 02:42:34 2013 -0600

    contrib: Make pacdiff colors the same as makepkg
    
    Added an `ask` message function that emulates pacman's appearance.
    
    Signed-off-by: William Giokas <1007380 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 5a67eee78c58475907a2128c46c08c137d41e4f9
Author: William Giokas <1007380 at gmail.com>
Date:   Mon Mar 4 02:33:42 2013 -0600

    scripts: Add color to repo-add
    
    Signed-off-by: William Giokas <1007380 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 79d60f0f42a1df4f65ef1b1a930a6107000570fe
Author: William Giokas <1007380 at gmail.com>
Date:   Mon Mar 4 02:29:50 2013 -0600

    scripts: Add color to pkgdelta
    
    Signed-off-by: William Giokas <1007380 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 81f945e2a5cee7995bb8521da5bad0ae91eb4aec
Author: William Giokas <1007380 at gmail.com>
Date:   Mon Mar 4 02:26:31 2013 -0600

    scripts: Add color to pacman-optimize
    
    Color enabled by default, use --nocolor to disable colored output.
    
    Signed-off-by: William Giokas <1007380 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 9d99914a1893566ffdfcb53ecb894aba3737988e
Author: William Giokas <1007380 at gmail.com>
Date:   Mon Mar 4 02:23:31 2013 -0600

    scripts: Add color to pacman-key
    
    Use --nocolor to suppress colored output from pacman-key, otherwise
    output will be in color.
    
    Signed-off-by: William Giokas <1007380 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 2c91b991eee2c16278111f922ba974857e1ae9cd
Author: William Giokas <1007380 at gmail.com>
Date:   Mon Mar 4 02:19:33 2013 -0600

    scripts: Add color to pacman-db-upgrade
    
    Color enabled by default, use --nocolor to turn off colors.
    
    Signed-off-by: William Giokas <1007380 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

commit 65650f2cdb04629810cb7545e35ad8af9e25b072
Author: William Giokas <1007380 at gmail.com>
Date:   Mon Mar 4 02:08:42 2013 -0600

    scripts: Add color to library/output_format.sh
    
    Use the same colors as makepkg in messages. Add in the 'plain' function
    as well.
    
    To use the colors, you need to include the term_colors.sh file, or add
    definitions for the colors explicitly.
    
    Signed-off-by: William Giokas <1007380 at gmail.com>
    Signed-off-by: Allan McRae <allan at archlinux.org>

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

Summary of changes:
 contrib/bacman.sh.in             | 62 ++++++++++++++++++++++------------------
 contrib/paccache.sh.in           | 20 ++++++-------
 contrib/pacdiff.sh.in            | 35 ++++++-----------------
 doc/pacman-key.8.txt             |  3 ++
 doc/repo-add.8.txt               |  3 ++
 scripts/library/README           |  9 ++++--
 scripts/library/output_format.sh | 21 ++++++++++----
 scripts/library/term_colors.sh   | 21 ++++++++++++++
 scripts/pacman-db-upgrade.sh.in  | 11 ++++++-
 scripts/pacman-key.sh.in         |  5 +++-
 scripts/pacman-optimize.sh.in    | 11 ++++++-
 scripts/pkgdelta.sh.in           |  8 +++++-
 scripts/repo-add.sh.in           |  5 ++++
 13 files changed, 137 insertions(+), 77 deletions(-)
 create mode 100644 scripts/library/term_colors.sh


hooks/post-receive
-- 
The official pacman repository


More information about the pacman-dev mailing list