[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.3.3-203-g0ac96d9

Dan McGee dan at archlinux.org
Wed Jun 2 14:26:19 EDT 2010


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  0ac96d94ec3a8a2f3a3857810dbd9109c5cd3235 (commit)
       via  844d82fad811626b0b8e54db60ee4b3ea32a3cb9 (commit)
       via  ccea1b55766200c1ab371cf0f3b38c4cebdb2063 (commit)
       via  2710b256cc260db6a0805c83fb3fcf9e32aa3d86 (commit)
      from  5dffef787df72cc407708242d14f07496bb37791 (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 0ac96d94ec3a8a2f3a3857810dbd9109c5cd3235
Author: Dan McGee <dan at archlinux.org>
Date:   Wed Jun 2 13:24:22 2010 -0500

    Move vercmp tests into util/ testing directory
    
    Now that not everything is in 'pactest/', we can separate out the parts a
    bit more and leave the pacman/ directory to be just pactest.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 844d82fad811626b0b8e54db60ee4b3ea32a3cb9
Author: Allan McRae <allan at archlinux.org>
Date:   Sun May 30 14:41:59 2010 +1000

    Move pacman test suite
    
    Move the test suite to test/pacman in order to make a logical
    location for a future makepkg test suite.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit ccea1b55766200c1ab371cf0f3b38c4cebdb2063
Author: Allan McRae <allan at archlinux.org>
Date:   Sun May 30 10:18:00 2010 +1000

    Fix typo in pactest
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 2710b256cc260db6a0805c83fb3fcf9e32aa3d86
Author: Allan McRae <allan at archlinux.org>
Date:   Sat May 29 11:17:10 2010 +1000

    Remove unnecessary error catching from PKGBUILD protos
    
    The use of "|| return 1" is no longer necessary in PKGBUILDs.
    
    Signed-off-by: Allan McRae <allan at archlinux.org>
    Signed-off-by: Dan McGee <dan at archlinux.org>

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

Summary of changes:
 Makefile.am                                       |   10 +++++-----
 PKGBUILD-split.proto                              |    2 +-
 PKGBUILD.proto                                    |    2 +-
 autoclean.sh                                      |    4 ++--
 configure.ac                                      |    4 ++--
 {pactest => test/pacman}/.gitignore               |    0
 {pactest => test/pacman}/ChangeLog                |    0
 {pactest => test/pacman}/Makefile.am              |    3 +--
 {pactest => test/pacman}/README                   |    0
 {pactest => test/pacman}/TODO                     |    0
 {pactest => test/pacman}/pactest.py               |    0
 {pactest => test/pacman}/pmdb.py                  |    0
 {pactest => test/pacman}/pmenv.py                 |    0
 {pactest => test/pacman}/pmfile.py                |    0
 {pactest => test/pacman}/pmpkg.py                 |    0
 {pactest => test/pacman}/pmrule.py                |    0
 {pactest => test/pacman}/pmtest.py                |    0
 {pactest => test/pacman}/tests/.gitignore         |    0
 {pactest => test/pacman}/tests/Makefile.am        |    0
 {pactest => test/pacman}/tests/config001.py       |    0
 {pactest => test/pacman}/tests/config002.py       |    0
 {pactest => test/pacman}/tests/database001.py     |    0
 {pactest => test/pacman}/tests/database002.py     |    0
 {pactest => test/pacman}/tests/database010.py     |    0
 {pactest => test/pacman}/tests/database011.py     |    0
 {pactest => test/pacman}/tests/database012.py     |    0
 {pactest => test/pacman}/tests/depconflict100.py  |    0
 {pactest => test/pacman}/tests/depconflict110.py  |    0
 {pactest => test/pacman}/tests/depconflict111.py  |    0
 {pactest => test/pacman}/tests/depconflict120.py  |    0
 {pactest => test/pacman}/tests/deptest001.py      |    0
 {pactest => test/pacman}/tests/dummy001.py        |    0
 {pactest => test/pacman}/tests/fileconflict001.py |    0
 {pactest => test/pacman}/tests/fileconflict002.py |    0
 {pactest => test/pacman}/tests/fileconflict003.py |    0
 {pactest => test/pacman}/tests/fileconflict004.py |    0
 {pactest => test/pacman}/tests/fileconflict005.py |    0
 {pactest => test/pacman}/tests/fileconflict006.py |    0
 {pactest => test/pacman}/tests/fileconflict007.py |    0
 {pactest => test/pacman}/tests/ignore001.py       |    0
 {pactest => test/pacman}/tests/ignore002.py       |    0
 {pactest => test/pacman}/tests/ignore003.py       |    0
 {pactest => test/pacman}/tests/ignore004.py       |    0
 {pactest => test/pacman}/tests/ignore005.py       |    0
 {pactest => test/pacman}/tests/ldconfig001.py     |    0
 {pactest => test/pacman}/tests/ldconfig002.py     |    0
 {pactest => test/pacman}/tests/ldconfig003.py     |    0
 {pactest => test/pacman}/tests/mode001.py         |    0
 {pactest => test/pacman}/tests/mode002.py         |    0
 {pactest => test/pacman}/tests/mode003.py         |    0
 {pactest => test/pacman}/tests/pacman001.py       |    0
 {pactest => test/pacman}/tests/pacman002.py       |    0
 {pactest => test/pacman}/tests/pacman003.py       |    0
 {pactest => test/pacman}/tests/pacman004.py       |    0
 {pactest => test/pacman}/tests/provision001.py    |    0
 {pactest => test/pacman}/tests/provision010.py    |    0
 {pactest => test/pacman}/tests/provision011.py    |    0
 {pactest => test/pacman}/tests/provision012.py    |    0
 {pactest => test/pacman}/tests/provision020.py    |    0
 {pactest => test/pacman}/tests/provision021.py    |    0
 {pactest => test/pacman}/tests/provision022.py    |    0
 {pactest => test/pacman}/tests/query001.py        |    0
 {pactest => test/pacman}/tests/query002.py        |    0
 {pactest => test/pacman}/tests/query003.py        |    0
 {pactest => test/pacman}/tests/query004.py        |    0
 {pactest => test/pacman}/tests/query005.py        |    0
 {pactest => test/pacman}/tests/reason001.py       |    0
 {pactest => test/pacman}/tests/remove001.py       |    2 +-
 {pactest => test/pacman}/tests/remove010.py       |    0
 {pactest => test/pacman}/tests/remove011.py       |    0
 {pactest => test/pacman}/tests/remove020.py       |    0
 {pactest => test/pacman}/tests/remove021.py       |    0
 {pactest => test/pacman}/tests/remove030.py       |    0
 {pactest => test/pacman}/tests/remove040.py       |    0
 {pactest => test/pacman}/tests/remove041.py       |    0
 {pactest => test/pacman}/tests/remove042.py       |    0
 {pactest => test/pacman}/tests/remove043.py       |    0
 {pactest => test/pacman}/tests/remove044.py       |    0
 {pactest => test/pacman}/tests/remove045.py       |    0
 {pactest => test/pacman}/tests/remove047.py       |    0
 {pactest => test/pacman}/tests/remove049.py       |    0
 {pactest => test/pacman}/tests/remove050.py       |    0
 {pactest => test/pacman}/tests/remove051.py       |    0
 {pactest => test/pacman}/tests/remove052.py       |    0
 {pactest => test/pacman}/tests/remove060.py       |    0
 {pactest => test/pacman}/tests/scriptlet001.py    |    0
 {pactest => test/pacman}/tests/scriptlet002.py    |    0
 {pactest => test/pacman}/tests/smoke001.py        |    0
 {pactest => test/pacman}/tests/symlink001.py      |    0
 {pactest => test/pacman}/tests/sync001.py         |    0
 {pactest => test/pacman}/tests/sync002.py         |    0
 {pactest => test/pacman}/tests/sync003.py         |    0
 {pactest => test/pacman}/tests/sync009.py         |    0
 {pactest => test/pacman}/tests/sync010.py         |    0
 {pactest => test/pacman}/tests/sync011.py         |    0
 {pactest => test/pacman}/tests/sync012.py         |    0
 {pactest => test/pacman}/tests/sync020.py         |    0
 {pactest => test/pacman}/tests/sync021.py         |    0
 {pactest => test/pacman}/tests/sync030.py         |    0
 {pactest => test/pacman}/tests/sync031.py         |    0
 {pactest => test/pacman}/tests/sync040.py         |    0
 {pactest => test/pacman}/tests/sync041.py         |    0
 {pactest => test/pacman}/tests/sync042.py         |    0
 {pactest => test/pacman}/tests/sync043.py         |    0
 {pactest => test/pacman}/tests/sync044.py         |    0
 {pactest => test/pacman}/tests/sync045.py         |    0
 {pactest => test/pacman}/tests/sync050.py         |    0
 {pactest => test/pacman}/tests/sync100.py         |    0
 {pactest => test/pacman}/tests/sync1000.py        |    0
 {pactest => test/pacman}/tests/sync1003.py        |    0
 {pactest => test/pacman}/tests/sync1004.py        |    0
 {pactest => test/pacman}/tests/sync1008.py        |    0
 {pactest => test/pacman}/tests/sync101.py         |    0
 {pactest => test/pacman}/tests/sync102.py         |    0
 {pactest => test/pacman}/tests/sync103.py         |    0
 {pactest => test/pacman}/tests/sync104.py         |    0
 {pactest => test/pacman}/tests/sync110.py         |    0
 {pactest => test/pacman}/tests/sync1100.py        |    0
 {pactest => test/pacman}/tests/sync1101.py        |    0
 {pactest => test/pacman}/tests/sync1102.py        |    0
 {pactest => test/pacman}/tests/sync1103.py        |    0
 {pactest => test/pacman}/tests/sync120.py         |    0
 {pactest => test/pacman}/tests/sync130.py         |    0
 {pactest => test/pacman}/tests/sync131.py         |    0
 {pactest => test/pacman}/tests/sync132.py         |    0
 {pactest => test/pacman}/tests/sync133.py         |    0
 {pactest => test/pacman}/tests/sync134.py         |    0
 {pactest => test/pacman}/tests/sync135.py         |    0
 {pactest => test/pacman}/tests/sync136.py         |    0
 {pactest => test/pacman}/tests/sync137.py         |    0
 {pactest => test/pacman}/tests/sync138.py         |    0
 {pactest => test/pacman}/tests/sync150.py         |    0
 {pactest => test/pacman}/tests/sync200.py.in      |    0
 {pactest => test/pacman}/tests/sync300.py         |    0
 {pactest => test/pacman}/tests/sync301.py         |    0
 {pactest => test/pacman}/tests/sync400.py         |    0
 {pactest => test/pacman}/tests/sync401.py         |    0
 {pactest => test/pacman}/tests/sync402.py         |    0
 {pactest => test/pacman}/tests/sync403.py         |    0
 {pactest => test/pacman}/tests/sync404.py         |    0
 {pactest => test/pacman}/tests/sync405.py         |    0
 {pactest => test/pacman}/tests/sync406.py         |    0
 {pactest => test/pacman}/tests/sync500.py         |    0
 {pactest => test/pacman}/tests/sync501.py         |    0
 {pactest => test/pacman}/tests/sync890.py         |    0
 {pactest => test/pacman}/tests/sync891.py         |    0
 {pactest => test/pacman}/tests/sync892.py         |    0
 {pactest => test/pacman}/tests/sync893.py         |    0
 {pactest => test/pacman}/tests/sync895.py         |    0
 {pactest => test/pacman}/tests/sync896.py         |    0
 {pactest => test/pacman}/tests/sync897.py         |    0
 {pactest => test/pacman}/tests/sync898.py         |    0
 {pactest => test/pacman}/tests/sync899.py         |    0
 {pactest => test/pacman}/tests/sync900.py         |    0
 {pactest => test/pacman}/tests/sync901.py         |    0
 {pactest => test/pacman}/tests/sync990.py         |    0
 {pactest => test/pacman}/tests/sync992.py         |    0
 {pactest => test/pacman}/tests/sync993.py         |    0
 {pactest => test/pacman}/tests/sync999.py         |    0
 {pactest => test/pacman}/tests/trans001.py        |    0
 {pactest => test/pacman}/tests/type001.py         |    0
 {pactest => test/pacman}/tests/unresolvable001.py |    0
 {pactest => test/pacman}/tests/upgrade001.py      |    0
 {pactest => test/pacman}/tests/upgrade002.py      |    0
 {pactest => test/pacman}/tests/upgrade003.py      |    0
 {pactest => test/pacman}/tests/upgrade004.py      |    0
 {pactest => test/pacman}/tests/upgrade005.py      |    0
 {pactest => test/pacman}/tests/upgrade010.py      |    0
 {pactest => test/pacman}/tests/upgrade011.py      |    0
 {pactest => test/pacman}/tests/upgrade012.py      |    0
 {pactest => test/pacman}/tests/upgrade013.py      |    0
 {pactest => test/pacman}/tests/upgrade014.py      |    0
 {pactest => test/pacman}/tests/upgrade015.py      |    0
 {pactest => test/pacman}/tests/upgrade016.py      |    0
 {pactest => test/pacman}/tests/upgrade020.py      |    0
 {pactest => test/pacman}/tests/upgrade021.py      |    0
 {pactest => test/pacman}/tests/upgrade022.py      |    0
 {pactest => test/pacman}/tests/upgrade023.py      |    0
 {pactest => test/pacman}/tests/upgrade024.py      |    0
 {pactest => test/pacman}/tests/upgrade025.py      |    0
 {pactest => test/pacman}/tests/upgrade026.py      |    0
 {pactest => test/pacman}/tests/upgrade030.py      |    0
 {pactest => test/pacman}/tests/upgrade031.py      |    0
 {pactest => test/pacman}/tests/upgrade032.py      |    0
 {pactest => test/pacman}/tests/upgrade040.py      |    0
 {pactest => test/pacman}/tests/upgrade041.py      |    0
 {pactest => test/pacman}/tests/upgrade042.py      |    0
 {pactest => test/pacman}/tests/upgrade043.py      |    0
 {pactest => test/pacman}/tests/upgrade045.py      |    0
 {pactest => test/pacman}/tests/upgrade046.py      |    0
 {pactest => test/pacman}/tests/upgrade050.py      |    0
 {pactest => test/pacman}/tests/upgrade051.py      |    0
 {pactest => test/pacman}/tests/upgrade052.py      |    0
 {pactest => test/pacman}/tests/upgrade053.py      |    0
 {pactest => test/pacman}/tests/upgrade054.py      |    0
 {pactest => test/pacman}/tests/upgrade055.py      |    0
 {pactest => test/pacman}/tests/upgrade056.py      |    0
 {pactest => test/pacman}/tests/upgrade057.py      |    0
 {pactest => test/pacman}/tests/upgrade058.py      |    0
 {pactest => test/pacman}/tests/upgrade059.py      |    0
 {pactest => test/pacman}/tests/upgrade060.py      |    0
 {pactest => test/pacman}/tests/upgrade061.py      |    0
 {pactest => test/pacman}/tests/upgrade070.py      |    0
 {pactest => test/pacman}/tests/upgrade071.py      |    0
 {pactest => test/pacman}/tests/upgrade072.py      |    0
 {pactest => test/pacman}/tests/upgrade073.py      |    0
 {pactest => test/pacman}/tests/upgrade074.py      |    0
 {pactest => test/pacman}/tests/upgrade075.py      |    0
 {pactest => test/pacman}/tests/upgrade076.py      |    0
 {pactest => test/pacman}/tests/upgrade080.py      |    0
 {pactest => test/pacman}/tests/upgrade081.py      |    0
 {pactest => test/pacman}/tests/upgrade082.py      |    0
 {pactest => test/pacman}/tests/upgrade083.py      |    0
 {pactest => test/pacman}/tests/upgrade084.py      |    0
 {pactest => test/pacman}/tests/upgrade090.py      |    0
 {pactest => test/pacman}/tests/xfercommand001.py  |    0
 {pactest => test/pacman}/util.py                  |    0
 test/util/Makefile.am                             |    9 +++++++++
 {pactest => test/util}/vercmptest.sh              |    0
 219 files changed, 22 insertions(+), 14 deletions(-)
 rename {pactest => test/pacman}/.gitignore (100%)
 rename {pactest => test/pacman}/ChangeLog (100%)
 rename {pactest => test/pacman}/Makefile.am (90%)
 rename {pactest => test/pacman}/README (100%)
 rename {pactest => test/pacman}/TODO (100%)
 rename {pactest => test/pacman}/pactest.py (100%)
 rename {pactest => test/pacman}/pmdb.py (100%)
 rename {pactest => test/pacman}/pmenv.py (100%)
 rename {pactest => test/pacman}/pmfile.py (100%)
 rename {pactest => test/pacman}/pmpkg.py (100%)
 rename {pactest => test/pacman}/pmrule.py (100%)
 rename {pactest => test/pacman}/pmtest.py (100%)
 rename {pactest => test/pacman}/tests/.gitignore (100%)
 rename {pactest => test/pacman}/tests/Makefile.am (100%)
 rename {pactest => test/pacman}/tests/config001.py (100%)
 rename {pactest => test/pacman}/tests/config002.py (100%)
 rename {pactest => test/pacman}/tests/database001.py (100%)
 rename {pactest => test/pacman}/tests/database002.py (100%)
 rename {pactest => test/pacman}/tests/database010.py (100%)
 rename {pactest => test/pacman}/tests/database011.py (100%)
 rename {pactest => test/pacman}/tests/database012.py (100%)
 rename {pactest => test/pacman}/tests/depconflict100.py (100%)
 rename {pactest => test/pacman}/tests/depconflict110.py (100%)
 rename {pactest => test/pacman}/tests/depconflict111.py (100%)
 rename {pactest => test/pacman}/tests/depconflict120.py (100%)
 rename {pactest => test/pacman}/tests/deptest001.py (100%)
 rename {pactest => test/pacman}/tests/dummy001.py (100%)
 rename {pactest => test/pacman}/tests/fileconflict001.py (100%)
 rename {pactest => test/pacman}/tests/fileconflict002.py (100%)
 rename {pactest => test/pacman}/tests/fileconflict003.py (100%)
 rename {pactest => test/pacman}/tests/fileconflict004.py (100%)
 rename {pactest => test/pacman}/tests/fileconflict005.py (100%)
 rename {pactest => test/pacman}/tests/fileconflict006.py (100%)
 rename {pactest => test/pacman}/tests/fileconflict007.py (100%)
 rename {pactest => test/pacman}/tests/ignore001.py (100%)
 rename {pactest => test/pacman}/tests/ignore002.py (100%)
 rename {pactest => test/pacman}/tests/ignore003.py (100%)
 rename {pactest => test/pacman}/tests/ignore004.py (100%)
 rename {pactest => test/pacman}/tests/ignore005.py (100%)
 rename {pactest => test/pacman}/tests/ldconfig001.py (100%)
 rename {pactest => test/pacman}/tests/ldconfig002.py (100%)
 rename {pactest => test/pacman}/tests/ldconfig003.py (100%)
 rename {pactest => test/pacman}/tests/mode001.py (100%)
 rename {pactest => test/pacman}/tests/mode002.py (100%)
 rename {pactest => test/pacman}/tests/mode003.py (100%)
 rename {pactest => test/pacman}/tests/pacman001.py (100%)
 rename {pactest => test/pacman}/tests/pacman002.py (100%)
 rename {pactest => test/pacman}/tests/pacman003.py (100%)
 rename {pactest => test/pacman}/tests/pacman004.py (100%)
 rename {pactest => test/pacman}/tests/provision001.py (100%)
 rename {pactest => test/pacman}/tests/provision010.py (100%)
 rename {pactest => test/pacman}/tests/provision011.py (100%)
 rename {pactest => test/pacman}/tests/provision012.py (100%)
 rename {pactest => test/pacman}/tests/provision020.py (100%)
 rename {pactest => test/pacman}/tests/provision021.py (100%)
 rename {pactest => test/pacman}/tests/provision022.py (100%)
 rename {pactest => test/pacman}/tests/query001.py (100%)
 rename {pactest => test/pacman}/tests/query002.py (100%)
 rename {pactest => test/pacman}/tests/query003.py (100%)
 rename {pactest => test/pacman}/tests/query004.py (100%)
 rename {pactest => test/pacman}/tests/query005.py (100%)
 rename {pactest => test/pacman}/tests/reason001.py (100%)
 rename {pactest => test/pacman}/tests/remove001.py (83%)
 rename {pactest => test/pacman}/tests/remove010.py (100%)
 rename {pactest => test/pacman}/tests/remove011.py (100%)
 rename {pactest => test/pacman}/tests/remove020.py (100%)
 rename {pactest => test/pacman}/tests/remove021.py (100%)
 rename {pactest => test/pacman}/tests/remove030.py (100%)
 rename {pactest => test/pacman}/tests/remove040.py (100%)
 rename {pactest => test/pacman}/tests/remove041.py (100%)
 rename {pactest => test/pacman}/tests/remove042.py (100%)
 rename {pactest => test/pacman}/tests/remove043.py (100%)
 rename {pactest => test/pacman}/tests/remove044.py (100%)
 rename {pactest => test/pacman}/tests/remove045.py (100%)
 rename {pactest => test/pacman}/tests/remove047.py (100%)
 rename {pactest => test/pacman}/tests/remove049.py (100%)
 rename {pactest => test/pacman}/tests/remove050.py (100%)
 rename {pactest => test/pacman}/tests/remove051.py (100%)
 rename {pactest => test/pacman}/tests/remove052.py (100%)
 rename {pactest => test/pacman}/tests/remove060.py (100%)
 rename {pactest => test/pacman}/tests/scriptlet001.py (100%)
 rename {pactest => test/pacman}/tests/scriptlet002.py (100%)
 rename {pactest => test/pacman}/tests/smoke001.py (100%)
 rename {pactest => test/pacman}/tests/symlink001.py (100%)
 rename {pactest => test/pacman}/tests/sync001.py (100%)
 rename {pactest => test/pacman}/tests/sync002.py (100%)
 rename {pactest => test/pacman}/tests/sync003.py (100%)
 rename {pactest => test/pacman}/tests/sync009.py (100%)
 rename {pactest => test/pacman}/tests/sync010.py (100%)
 rename {pactest => test/pacman}/tests/sync011.py (100%)
 rename {pactest => test/pacman}/tests/sync012.py (100%)
 rename {pactest => test/pacman}/tests/sync020.py (100%)
 rename {pactest => test/pacman}/tests/sync021.py (100%)
 rename {pactest => test/pacman}/tests/sync030.py (100%)
 rename {pactest => test/pacman}/tests/sync031.py (100%)
 rename {pactest => test/pacman}/tests/sync040.py (100%)
 rename {pactest => test/pacman}/tests/sync041.py (100%)
 rename {pactest => test/pacman}/tests/sync042.py (100%)
 rename {pactest => test/pacman}/tests/sync043.py (100%)
 rename {pactest => test/pacman}/tests/sync044.py (100%)
 rename {pactest => test/pacman}/tests/sync045.py (100%)
 rename {pactest => test/pacman}/tests/sync050.py (100%)
 rename {pactest => test/pacman}/tests/sync100.py (100%)
 rename {pactest => test/pacman}/tests/sync1000.py (100%)
 rename {pactest => test/pacman}/tests/sync1003.py (100%)
 rename {pactest => test/pacman}/tests/sync1004.py (100%)
 rename {pactest => test/pacman}/tests/sync1008.py (100%)
 rename {pactest => test/pacman}/tests/sync101.py (100%)
 rename {pactest => test/pacman}/tests/sync102.py (100%)
 rename {pactest => test/pacman}/tests/sync103.py (100%)
 rename {pactest => test/pacman}/tests/sync104.py (100%)
 rename {pactest => test/pacman}/tests/sync110.py (100%)
 rename {pactest => test/pacman}/tests/sync1100.py (100%)
 rename {pactest => test/pacman}/tests/sync1101.py (100%)
 rename {pactest => test/pacman}/tests/sync1102.py (100%)
 rename {pactest => test/pacman}/tests/sync1103.py (100%)
 rename {pactest => test/pacman}/tests/sync120.py (100%)
 rename {pactest => test/pacman}/tests/sync130.py (100%)
 rename {pactest => test/pacman}/tests/sync131.py (100%)
 rename {pactest => test/pacman}/tests/sync132.py (100%)
 rename {pactest => test/pacman}/tests/sync133.py (100%)
 rename {pactest => test/pacman}/tests/sync134.py (100%)
 rename {pactest => test/pacman}/tests/sync135.py (100%)
 rename {pactest => test/pacman}/tests/sync136.py (100%)
 rename {pactest => test/pacman}/tests/sync137.py (100%)
 rename {pactest => test/pacman}/tests/sync138.py (100%)
 rename {pactest => test/pacman}/tests/sync150.py (100%)
 rename {pactest => test/pacman}/tests/sync200.py.in (100%)
 rename {pactest => test/pacman}/tests/sync300.py (100%)
 rename {pactest => test/pacman}/tests/sync301.py (100%)
 rename {pactest => test/pacman}/tests/sync400.py (100%)
 rename {pactest => test/pacman}/tests/sync401.py (100%)
 rename {pactest => test/pacman}/tests/sync402.py (100%)
 rename {pactest => test/pacman}/tests/sync403.py (100%)
 rename {pactest => test/pacman}/tests/sync404.py (100%)
 rename {pactest => test/pacman}/tests/sync405.py (100%)
 rename {pactest => test/pacman}/tests/sync406.py (100%)
 rename {pactest => test/pacman}/tests/sync500.py (100%)
 rename {pactest => test/pacman}/tests/sync501.py (100%)
 rename {pactest => test/pacman}/tests/sync890.py (100%)
 rename {pactest => test/pacman}/tests/sync891.py (100%)
 rename {pactest => test/pacman}/tests/sync892.py (100%)
 rename {pactest => test/pacman}/tests/sync893.py (100%)
 rename {pactest => test/pacman}/tests/sync895.py (100%)
 rename {pactest => test/pacman}/tests/sync896.py (100%)
 rename {pactest => test/pacman}/tests/sync897.py (100%)
 rename {pactest => test/pacman}/tests/sync898.py (100%)
 rename {pactest => test/pacman}/tests/sync899.py (100%)
 rename {pactest => test/pacman}/tests/sync900.py (100%)
 rename {pactest => test/pacman}/tests/sync901.py (100%)
 rename {pactest => test/pacman}/tests/sync990.py (100%)
 rename {pactest => test/pacman}/tests/sync992.py (100%)
 rename {pactest => test/pacman}/tests/sync993.py (100%)
 rename {pactest => test/pacman}/tests/sync999.py (100%)
 rename {pactest => test/pacman}/tests/trans001.py (100%)
 rename {pactest => test/pacman}/tests/type001.py (100%)
 rename {pactest => test/pacman}/tests/unresolvable001.py (100%)
 rename {pactest => test/pacman}/tests/upgrade001.py (100%)
 rename {pactest => test/pacman}/tests/upgrade002.py (100%)
 rename {pactest => test/pacman}/tests/upgrade003.py (100%)
 rename {pactest => test/pacman}/tests/upgrade004.py (100%)
 rename {pactest => test/pacman}/tests/upgrade005.py (100%)
 rename {pactest => test/pacman}/tests/upgrade010.py (100%)
 rename {pactest => test/pacman}/tests/upgrade011.py (100%)
 rename {pactest => test/pacman}/tests/upgrade012.py (100%)
 rename {pactest => test/pacman}/tests/upgrade013.py (100%)
 rename {pactest => test/pacman}/tests/upgrade014.py (100%)
 rename {pactest => test/pacman}/tests/upgrade015.py (100%)
 rename {pactest => test/pacman}/tests/upgrade016.py (100%)
 rename {pactest => test/pacman}/tests/upgrade020.py (100%)
 rename {pactest => test/pacman}/tests/upgrade021.py (100%)
 rename {pactest => test/pacman}/tests/upgrade022.py (100%)
 rename {pactest => test/pacman}/tests/upgrade023.py (100%)
 rename {pactest => test/pacman}/tests/upgrade024.py (100%)
 rename {pactest => test/pacman}/tests/upgrade025.py (100%)
 rename {pactest => test/pacman}/tests/upgrade026.py (100%)
 rename {pactest => test/pacman}/tests/upgrade030.py (100%)
 rename {pactest => test/pacman}/tests/upgrade031.py (100%)
 rename {pactest => test/pacman}/tests/upgrade032.py (100%)
 rename {pactest => test/pacman}/tests/upgrade040.py (100%)
 rename {pactest => test/pacman}/tests/upgrade041.py (100%)
 rename {pactest => test/pacman}/tests/upgrade042.py (100%)
 rename {pactest => test/pacman}/tests/upgrade043.py (100%)
 rename {pactest => test/pacman}/tests/upgrade045.py (100%)
 rename {pactest => test/pacman}/tests/upgrade046.py (100%)
 rename {pactest => test/pacman}/tests/upgrade050.py (100%)
 rename {pactest => test/pacman}/tests/upgrade051.py (100%)
 rename {pactest => test/pacman}/tests/upgrade052.py (100%)
 rename {pactest => test/pacman}/tests/upgrade053.py (100%)
 rename {pactest => test/pacman}/tests/upgrade054.py (100%)
 rename {pactest => test/pacman}/tests/upgrade055.py (100%)
 rename {pactest => test/pacman}/tests/upgrade056.py (100%)
 rename {pactest => test/pacman}/tests/upgrade057.py (100%)
 rename {pactest => test/pacman}/tests/upgrade058.py (100%)
 rename {pactest => test/pacman}/tests/upgrade059.py (100%)
 rename {pactest => test/pacman}/tests/upgrade060.py (100%)
 rename {pactest => test/pacman}/tests/upgrade061.py (100%)
 rename {pactest => test/pacman}/tests/upgrade070.py (100%)
 rename {pactest => test/pacman}/tests/upgrade071.py (100%)
 rename {pactest => test/pacman}/tests/upgrade072.py (100%)
 rename {pactest => test/pacman}/tests/upgrade073.py (100%)
 rename {pactest => test/pacman}/tests/upgrade074.py (100%)
 rename {pactest => test/pacman}/tests/upgrade075.py (100%)
 rename {pactest => test/pacman}/tests/upgrade076.py (100%)
 rename {pactest => test/pacman}/tests/upgrade080.py (100%)
 rename {pactest => test/pacman}/tests/upgrade081.py (100%)
 rename {pactest => test/pacman}/tests/upgrade082.py (100%)
 rename {pactest => test/pacman}/tests/upgrade083.py (100%)
 rename {pactest => test/pacman}/tests/upgrade084.py (100%)
 rename {pactest => test/pacman}/tests/upgrade090.py (100%)
 rename {pactest => test/pacman}/tests/xfercommand001.py (100%)
 rename {pactest => test/pacman}/util.py (100%)
 create mode 100644 test/util/Makefile.am
 rename {pactest => test/util}/vercmptest.sh (100%)


hooks/post-receive
--
The official pacman repository


More information about the pacman-dev mailing list