[vhffs-dev] [GIT] vhffs4/vhffs.git branch, master, updated. 9788555f2299404a2edd32a061490b87d0ec8700

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


This is an automated email from git. It was enerated because a ref
change was pushed to the repository "vhffs4/vhffs.git".

The branch, master has been updated
       via  9788555f2299404a2edd32a061490b87d0ec8700 (commit)
      from  9b29dce2f0d21ab94a5123522f521cc7b1b70d9d (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 9788555f2299404a2edd32a061490b87d0ec8700
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date:   Sun Feb 28 20:41:45 2016 +0000

    API: remove useless path to Perl binary as well as path to VHFFS libraries
    
    This is useless, modules are not meant to be executed by themselves.

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

Summary of changes:
 vhffs-api/src/Makefile.am                   |    2 --
 vhffs-api/src/Vhffs/Broadcast.pm            |    1 -
 vhffs-api/src/Vhffs/Conf.pm                 |    1 -
 vhffs-api/src/Vhffs/Listengine.pm           |    1 -
 vhffs-api/src/Vhffs/Panel.pm                |    1 -
 vhffs-api/src/Vhffs/Panel/Acl.pm            |    1 -
 vhffs-api/src/Vhffs/Panel/Admin.pm          |    1 -
 vhffs-api/src/Vhffs/Panel/Auth.pm           |    1 -
 vhffs-api/src/Vhffs/Panel/Avatar.pm         |    1 -
 vhffs-api/src/Vhffs/Panel/Bazaar.pm         |    1 -
 vhffs-api/src/Vhffs/Panel/Broadcast.pm      |    1 -
 vhffs-api/src/Vhffs/Panel/Commons.pm        |    1 -
 vhffs-api/src/Vhffs/Panel/Contact.pm        |    1 -
 vhffs-api/src/Vhffs/Panel/Cron.pm           |    1 -
 vhffs-api/src/Vhffs/Panel/Cvs.pm            |    1 -
 vhffs-api/src/Vhffs/Panel/DNS.pm            |    1 -
 vhffs-api/src/Vhffs/Panel/Git.pm            |    1 -
 vhffs-api/src/Vhffs/Panel/Group.pm          |    1 -
 vhffs-api/src/Vhffs/Panel/Mail.pm           |    1 -
 vhffs-api/src/Vhffs/Panel/MailingList.pm    |    1 -
 vhffs-api/src/Vhffs/Panel/Mercurial.pm      |    1 -
 vhffs-api/src/Vhffs/Panel/Moderation.pm     |    1 -
 vhffs-api/src/Vhffs/Panel/Mysql.pm          |    1 -
 vhffs-api/src/Vhffs/Panel/Object.pm         |    1 -
 vhffs-api/src/Vhffs/Panel/Pgsql.pm          |    1 -
 vhffs-api/src/Vhffs/Panel/Public.pm         |    2 --
 vhffs-api/src/Vhffs/Panel/Repository.pm     |    1 -
 vhffs-api/src/Vhffs/Panel/Stats.pm          |    1 -
 vhffs-api/src/Vhffs/Panel/Subscribe.pm      |    1 -
 vhffs-api/src/Vhffs/Panel/Svn.pm            |    1 -
 vhffs-api/src/Vhffs/Panel/Tag.pm            |    1 -
 vhffs-api/src/Vhffs/Panel/User.pm           |    1 -
 vhffs-api/src/Vhffs/Panel/Web.pm            |    1 -
 vhffs-api/src/Vhffs/Robots/Bazaar.pm        |    1 -
 vhffs-api/src/Vhffs/Robots/Broadcast.pm     |    1 -
 vhffs-api/src/Vhffs/Robots/Cron.pm          |    1 -
 vhffs-api/src/Vhffs/Robots/Cvs.pm           |    1 -
 vhffs-api/src/Vhffs/Robots/DNS.pm           |    1 -
 vhffs-api/src/Vhffs/Robots/Git.pm           |    1 -
 vhffs-api/src/Vhffs/Robots/Group.pm         |    1 -
 vhffs-api/src/Vhffs/Robots/Mail.pm          |    1 -
 vhffs-api/src/Vhffs/Robots/MailingList.pm   |    1 -
 vhffs-api/src/Vhffs/Robots/Mercurial.pm     |    1 -
 vhffs-api/src/Vhffs/Robots/Mysql.pm         |    1 -
 vhffs-api/src/Vhffs/Robots/Pgsql.pm         |    1 -
 vhffs-api/src/Vhffs/Robots/Repository.pm    |    1 -
 vhffs-api/src/Vhffs/Robots/Svn.pm           |    1 -
 vhffs-api/src/Vhffs/Robots/Tls.pm           |    1 -
 vhffs-api/src/Vhffs/Robots/User.pm          |    1 -
 vhffs-api/src/Vhffs/Robots/UserGroup.pm     |    1 -
 vhffs-api/src/Vhffs/Robots/Web.pm           |    1 -
 vhffs-api/src/Vhffs/Services/Bazaar.pm      |    1 -
 vhffs-api/src/Vhffs/Services/Cron.pm        |    1 -
 vhffs-api/src/Vhffs/Services/Cvs.pm         |    1 -
 vhffs-api/src/Vhffs/Services/DNS.pm         |    1 -
 vhffs-api/src/Vhffs/Services/Git.pm         |    1 -
 vhffs-api/src/Vhffs/Services/Mail.pm        |    1 -
 vhffs-api/src/Vhffs/Services/MailGroup.pm   |    1 -
 vhffs-api/src/Vhffs/Services/MailUser.pm    |    1 -
 vhffs-api/src/Vhffs/Services/MailingList.pm |    1 -
 vhffs-api/src/Vhffs/Services/Mercurial.pm   |    1 -
 vhffs-api/src/Vhffs/Services/Mysql.pm       |    1 -
 vhffs-api/src/Vhffs/Services/Newsletter.pm  |    1 -
 vhffs-api/src/Vhffs/Services/Pgsql.pm       |    1 -
 vhffs-api/src/Vhffs/Services/Repository.pm  |    1 -
 vhffs-api/src/Vhffs/Services/Svn.pm         |    1 -
 vhffs-api/src/Vhffs/Services/Web.pm         |    1 -
 67 files changed, 69 deletions(-)


hooks/post-receive
--
vhffs4/vhffs.git



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/