[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20120305-6-g41b39c3

Pierre Schmitz pierre at archlinux.org
Mon Jun 11 05:43:15 EDT 2012


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  41b39c3e78a8e1503cc7d93ce247bf8a64bb6932 (commit)
       via  6743c97383a7c153a61cac8edb327386e4d8d673 (commit)
       via  231496c82ad07399de94062dbbb72a895da64c34 (commit)
       via  fda394f1a054e58f146e942b5971944e562583a0 (commit)
       via  addea828fef4f96d19752ff409445bff03e13610 (commit)
      from  acbbe8cb90ddf197451735b94107902887e0dcad (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 41b39c3e78a8e1503cc7d93ce247bf8a64bb6932
Author: Pierre Schmitz <pierre at archlinux.de>
Date:   Mon Jun 11 11:39:42 2012 +0200

    prepare release

commit 6743c97383a7c153a61cac8edb327386e4d8d673
Author: Pierre Schmitz <pierre at archlinux.de>
Date:   Mon Jun 11 11:32:05 2012 +0200

    update makepkg.conf and pacman.conf

commit 231496c82ad07399de94062dbbb72a895da64c34
Author: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
Date:   Fri Mar 9 00:04:28 2012 -0300

    mkarchroot: use bind mount instead of symlink for /dev/ptmx
    
    We need /dev/ptmx -> /dev/pts/ptmx (for devpts -o newinstance)
    Other way to do this thing is via bind mount (as said kernel doc[devpts.txt]).
    
    This should be done in this way at least for /dev as devtmpfs in the chroot.
    Since we can not touch /dev (devtmpfs), because devtmpfs is "singleton",
    just use bind method and avoid interference.
    
    Do it the same for both modes of /dev (tmpfs) and (devtmpfs) to keep it simple.
    
    Currently devpts in chroot is not working without this when using /dev as devtmpfs,
    this fixes this issue (opening /dev/ptmx, creates devices nodes on outside /dev/pts)
    
    Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
    Signed-off-by: Pierre Schmitz <pierre at archlinux.de>

commit fda394f1a054e58f146e942b5971944e562583a0
Author: Lukas Fleischer <archlinux at cryptocrack.de>
Date:   Sun Jun 10 11:35:39 2012 +0200

    Gracefully handle files containing an "@"
    
    The "@" sign in file names in SVN marks the beginning of a pegged
    version number -- from the Subversion book:
    
        Peg revisions are specified to the Subversion command-line client
        using at syntax, so called because the syntax involves appending an
        “at sign” (@) and the peg revision to the end of the path with which
        the revision is associated.
    
    The trivial workaround is to always append an at sign to the end of the
    path in the version control checks.
    
    Before:
    
        $ community-stagingpkg 'Add systemd units.'
        ==> ERROR: exim-submission at .service is not under version control
        $ svn status -v | grep 'exim-submission at .service'
        A                -       ?   ?           exim-submission at .service
    
    After:
    
        $ community-stagingpkg 'Add systemd units.'
        ==> Committing changes to trunk...done
        ==> Signing package exim-4.80-2-x86_64.pkg.tar.xz...
        [...]
    
    Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
    Signed-off-by: Pierre Schmitz <pierre at archlinux.de>

commit addea828fef4f96d19752ff409445bff03e13610
Author: Allan McRae <allan at archlinux.org>
Date:   Wed Apr 11 15:11:23 2012 +1000

    Prevent packages being uploaded with "Unknown Packager"
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Pierre Schmitz <pierre at archlinux.de>

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

Summary of changes:
 Makefile                     |    2 +-
 archrelease.in               |    3 +++
 commitpkg.in                 |   19 ++++++++++++++++++-
 makepkg-i686.conf            |    2 +-
 makepkg-x86_64.conf          |    2 +-
 mkarchroot.in                |    4 +++-
 pacman-extra.conf            |   18 ++++++++----------
 pacman-gnome-unstable.conf   |   18 ++++++++----------
 pacman-kde-unstable.conf     |   18 ++++++++----------
 pacman-multilib-staging.conf |   18 ++++++++----------
 pacman-multilib-testing.conf |   18 ++++++++----------
 pacman-multilib.conf         |   18 ++++++++----------
 pacman-staging.conf          |   18 ++++++++----------
 pacman-testing.conf          |   18 ++++++++----------
 14 files changed, 91 insertions(+), 85 deletions(-)


hooks/post-receive
-- 
The official devtools repository


More information about the arch-projects mailing list