You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by ad...@apache.org on 2014/06/16 08:16:03 UTC

svn commit: r1602804 [1/3] - in /labs/panopticon: ./ bin/ docs/ docs/source/ docs/source/reference/api/ docs/source/reference/commands/ pan-commands/ pan-commands/bin/ pan-commands/docs/ pan-commands/docs/source/ pan-commands/docs/source/reference/ pan...

Author: adc
Date: Mon Jun 16 06:15:59 2014
New Revision: 1602804

URL: http://svn.apache.org/r1602804
Log:
Split apart utils, commands, and sites

Added:
    labs/panopticon/pan-commands/
    labs/panopticon/pan-commands/.gitignore
      - copied, changed from r1594458, labs/panopticon/.gitignore
    labs/panopticon/pan-commands/LICENSE.txt
    labs/panopticon/pan-commands/MANIFEST.in
      - copied, changed from r1594458, labs/panopticon/MANIFEST.in
    labs/panopticon/pan-commands/NOTICE.txt
      - copied, changed from r1594458, labs/panopticon/NOTICE.txt
    labs/panopticon/pan-commands/README.rst
    labs/panopticon/pan-commands/bin/
    labs/panopticon/pan-commands/bin/moderator
      - copied, changed from r1594458, labs/panopticon/bin/moderator
    labs/panopticon/pan-commands/docs/
    labs/panopticon/pan-commands/docs/Makefile
      - copied, changed from r1594458, labs/panopticon/docs/Makefile
    labs/panopticon/pan-commands/docs/source/
    labs/panopticon/pan-commands/docs/source/conf.py
      - copied, changed from r1594458, labs/panopticon/docs/source/conf.py
    labs/panopticon/pan-commands/docs/source/index.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/index.rst
    labs/panopticon/pan-commands/docs/source/reference/
    labs/panopticon/pan-commands/docs/source/reference/api/
    labs/panopticon/pan-commands/docs/source/reference/api/index.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/api/index.en.rst
    labs/panopticon/pan-commands/docs/source/reference/api/person.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/api/person.en.rst
    labs/panopticon/pan-commands/docs/source/reference/commands/
    labs/panopticon/pan-commands/docs/source/reference/commands/common_arguments.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/commands/common_arguments.en.rst
    labs/panopticon/pan-commands/docs/source/reference/commands/index.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/commands/index.en.rst
    labs/panopticon/pan-commands/docs/source/reference/commands/moderator.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/commands/moderator.en.rst
    labs/panopticon/pan-commands/requirements.txt
    labs/panopticon/pan-commands/setup.cfg
    labs/panopticon/pan-commands/setup.py
      - copied, changed from r1594458, labs/panopticon/setup.py
    labs/panopticon/pan-commands/src/
    labs/panopticon/pan-commands/src/asf/
    labs/panopticon/pan-commands/src/asf/__init__.py
      - copied, changed from r1594458, labs/panopticon/src/asf/__init__.py
    labs/panopticon/pan-commands/src/asf/cli.py
      - copied, changed from r1594458, labs/panopticon/src/asf/cli.py
    labs/panopticon/pan-commands/tests/
    labs/panopticon/pan-commands/tests/test_cli.py
      - copied, changed from r1594458, labs/panopticon/src/asf/data/__init__.py
    labs/panopticon/pan-commands/tox.ini
    labs/panopticon/pan-ezmlm/
    labs/panopticon/pan-ezmlm/.gitignore
      - copied, changed from r1594458, labs/panopticon/.gitignore
    labs/panopticon/pan-ezmlm/LICENSE.txt
    labs/panopticon/pan-ezmlm/MANIFEST.in
      - copied, changed from r1594458, labs/panopticon/MANIFEST.in
    labs/panopticon/pan-ezmlm/NOTICE.txt
      - copied, changed from r1594458, labs/panopticon/NOTICE.txt
    labs/panopticon/pan-ezmlm/README.rst
    labs/panopticon/pan-ezmlm/bin/
    labs/panopticon/pan-ezmlm/bin/ezmlm.wsgi
      - copied, changed from r1594458, labs/panopticon/bin/ezmlm.wsgi
    labs/panopticon/pan-ezmlm/docs/
    labs/panopticon/pan-ezmlm/docs/Makefile
      - copied, changed from r1594458, labs/panopticon/docs/Makefile
    labs/panopticon/pan-ezmlm/docs/source/
    labs/panopticon/pan-ezmlm/docs/source/conf.py
      - copied, changed from r1594458, labs/panopticon/docs/source/conf.py
    labs/panopticon/pan-ezmlm/docs/source/index.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/index.rst
    labs/panopticon/pan-ezmlm/docs/source/reference/
    labs/panopticon/pan-ezmlm/docs/source/reference/api/
    labs/panopticon/pan-ezmlm/docs/source/reference/api/index.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/api/index.en.rst
    labs/panopticon/pan-ezmlm/docs/source/reference/api/person.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/api/person.en.rst
    labs/panopticon/pan-ezmlm/docs/source/reference/commands/
    labs/panopticon/pan-ezmlm/docs/source/reference/commands/common_arguments.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/commands/common_arguments.en.rst
    labs/panopticon/pan-ezmlm/docs/source/reference/commands/index.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/commands/index.en.rst
    labs/panopticon/pan-ezmlm/docs/source/reference/commands/moderator.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/commands/moderator.en.rst
    labs/panopticon/pan-ezmlm/requirements.txt
    labs/panopticon/pan-ezmlm/setup.cfg
    labs/panopticon/pan-ezmlm/setup.py
      - copied, changed from r1594458, labs/panopticon/setup.py
    labs/panopticon/pan-ezmlm/src/
    labs/panopticon/pan-ezmlm/src/asf/
    labs/panopticon/pan-ezmlm/src/asf/__init__.py
      - copied, changed from r1594458, labs/panopticon/src/asf/__init__.py
    labs/panopticon/pan-ezmlm/src/asf/wsgi/
    labs/panopticon/pan-ezmlm/src/asf/wsgi/__init__.py
      - copied, changed from r1594458, labs/panopticon/src/asf/wsgi/__init__.py
    labs/panopticon/pan-ezmlm/src/asf/wsgi/ezmlm.py
      - copied, changed from r1594458, labs/panopticon/src/asf/wsgi/ezmlm.py
    labs/panopticon/pan-ezmlm/tests/
    labs/panopticon/pan-ezmlm/tests/data/
    labs/panopticon/pan-ezmlm/tests/data/ezmlm-flask.properties
    labs/panopticon/pan-ezmlm/tests/test_wsgi.py
      - copied, changed from r1594458, labs/panopticon/src/asf/data/__init__.py
    labs/panopticon/pan-ezmlm/tox.ini
    labs/panopticon/pan-ezmlm/uwsgi.ini
    labs/panopticon/pan-site/
    labs/panopticon/pan-site/.gitignore
      - copied, changed from r1594458, labs/panopticon/.gitignore
    labs/panopticon/pan-site/LICENSE.txt
    labs/panopticon/pan-site/MANIFEST.in
      - copied, changed from r1594458, labs/panopticon/MANIFEST.in
    labs/panopticon/pan-site/NOTICE.txt
      - copied, changed from r1594458, labs/panopticon/NOTICE.txt
    labs/panopticon/pan-site/README.rst
    labs/panopticon/pan-site/bin/
    labs/panopticon/pan-site/bin/panopticon.wsgi   (contents, props changed)
      - copied, changed from r1594458, labs/panopticon/bin/ezmlm.wsgi
    labs/panopticon/pan-site/docs/
    labs/panopticon/pan-site/docs/Makefile
      - copied, changed from r1594458, labs/panopticon/docs/Makefile
    labs/panopticon/pan-site/docs/source/
    labs/panopticon/pan-site/docs/source/conf.py
      - copied, changed from r1594458, labs/panopticon/docs/source/conf.py
    labs/panopticon/pan-site/docs/source/index.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/index.rst
    labs/panopticon/pan-site/docs/source/reference/
    labs/panopticon/pan-site/docs/source/reference/api/
    labs/panopticon/pan-site/docs/source/reference/api/index.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/api/index.en.rst
    labs/panopticon/pan-site/docs/source/reference/api/person.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/api/person.en.rst
    labs/panopticon/pan-site/docs/source/reference/commands/
    labs/panopticon/pan-site/docs/source/reference/commands/common_arguments.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/commands/common_arguments.en.rst
    labs/panopticon/pan-site/docs/source/reference/commands/index.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/commands/index.en.rst
    labs/panopticon/pan-site/docs/source/reference/commands/moderator.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/commands/moderator.en.rst
    labs/panopticon/pan-site/requirements.txt
    labs/panopticon/pan-site/setup.cfg
    labs/panopticon/pan-site/setup.py
      - copied, changed from r1594458, labs/panopticon/setup.py
    labs/panopticon/pan-site/src/
    labs/panopticon/pan-site/src/asf/
    labs/panopticon/pan-site/src/asf/__init__.py
      - copied, changed from r1594458, labs/panopticon/src/asf/__init__.py
    labs/panopticon/pan-site/src/asf/panopticon/
    labs/panopticon/pan-site/src/asf/panopticon/__init__.py
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/__init__.py
    labs/panopticon/pan-site/src/asf/panopticon/static/
    labs/panopticon/pan-site/src/asf/panopticon/static/css/
    labs/panopticon/pan-site/src/asf/panopticon/static/css/bootstrap.css
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/static/css/bootstrap.css
    labs/panopticon/pan-site/src/asf/panopticon/static/css/bootstrap.min.css
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/static/css/bootstrap.min.css
    labs/panopticon/pan-site/src/asf/panopticon/static/css/panopticon.css
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/static/css/panopticon.css
    labs/panopticon/pan-site/src/asf/panopticon/static/favicon.ico
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/static/favicon.ico
    labs/panopticon/pan-site/src/asf/panopticon/static/fonts/
    labs/panopticon/pan-site/src/asf/panopticon/static/fonts/glyphicons-halflings-regular.eot
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/static/fonts/glyphicons-halflings-regular.eot
    labs/panopticon/pan-site/src/asf/panopticon/static/fonts/glyphicons-halflings-regular.svg
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/static/fonts/glyphicons-halflings-regular.svg
    labs/panopticon/pan-site/src/asf/panopticon/static/fonts/glyphicons-halflings-regular.ttf
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/static/fonts/glyphicons-halflings-regular.ttf
    labs/panopticon/pan-site/src/asf/panopticon/static/fonts/glyphicons-halflings-regular.woff
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/static/fonts/glyphicons-halflings-regular.woff
    labs/panopticon/pan-site/src/asf/panopticon/static/js/
    labs/panopticon/pan-site/src/asf/panopticon/static/js/bootstrap.js
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/static/js/bootstrap.js
    labs/panopticon/pan-site/src/asf/panopticon/static/js/bootstrap.min.js
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/static/js/bootstrap.min.js
    labs/panopticon/pan-site/src/asf/panopticon/static/js/handlebars.js
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/static/js/handlebars.js
    labs/panopticon/pan-site/src/asf/panopticon/static/js/user-popover.js
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/static/js/user-popover.js
    labs/panopticon/pan-site/src/asf/panopticon/templates/
    labs/panopticon/pan-site/src/asf/panopticon/templates/error.html
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/templates/error.html
    labs/panopticon/pan-site/src/asf/panopticon/templates/forbidden.html
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/templates/forbidden.html
    labs/panopticon/pan-site/src/asf/panopticon/templates/index.html
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/templates/index.html
    labs/panopticon/pan-site/src/asf/panopticon/templates/layout.html
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/templates/layout.html
    labs/panopticon/pan-site/src/asf/panopticon/templates/not_found.html
      - copied, changed from r1594458, labs/panopticon/src/asf/panopticon/templates/not_found.html
    labs/panopticon/pan-site/tests/
    labs/panopticon/pan-site/tests/data/
    labs/panopticon/pan-site/tests/data/panopticon-flask.properties
    labs/panopticon/pan-site/tests/test_panopticon.py
      - copied, changed from r1594458, labs/panopticon/src/asf/incubator/__init__.py
    labs/panopticon/pan-site/tox.ini
    labs/panopticon/pan-site/uwsgi.ini
    labs/panopticon/pan-utils/
    labs/panopticon/pan-utils/.gitignore
      - copied, changed from r1594458, labs/panopticon/.gitignore
    labs/panopticon/pan-utils/LICENSE.txt
    labs/panopticon/pan-utils/MANIFEST.in
      - copied, changed from r1594458, labs/panopticon/MANIFEST.in
    labs/panopticon/pan-utils/NOTICE.txt
      - copied, changed from r1594458, labs/panopticon/NOTICE.txt
    labs/panopticon/pan-utils/README.rst
    labs/panopticon/pan-utils/docs/
    labs/panopticon/pan-utils/docs/Makefile
      - copied, changed from r1594458, labs/panopticon/docs/Makefile
    labs/panopticon/pan-utils/docs/source/
    labs/panopticon/pan-utils/docs/source/conf.py
      - copied, changed from r1594458, labs/panopticon/docs/source/conf.py
    labs/panopticon/pan-utils/docs/source/index.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/index.rst
    labs/panopticon/pan-utils/docs/source/reference/
    labs/panopticon/pan-utils/docs/source/reference/api/
    labs/panopticon/pan-utils/docs/source/reference/api/index.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/api/index.en.rst
    labs/panopticon/pan-utils/docs/source/reference/api/person.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/api/person.en.rst
    labs/panopticon/pan-utils/docs/source/reference/commands/
    labs/panopticon/pan-utils/docs/source/reference/commands/common_arguments.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/commands/common_arguments.en.rst
    labs/panopticon/pan-utils/docs/source/reference/commands/index.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/commands/index.en.rst
    labs/panopticon/pan-utils/docs/source/reference/commands/moderator.en.rst
      - copied, changed from r1594458, labs/panopticon/docs/source/reference/commands/moderator.en.rst
    labs/panopticon/pan-utils/requirements.txt
      - copied, changed from r1594458, labs/panopticon/requirements.txt
    labs/panopticon/pan-utils/setup.cfg
    labs/panopticon/pan-utils/setup.py
      - copied, changed from r1594458, labs/panopticon/setup.py
    labs/panopticon/pan-utils/src/
    labs/panopticon/pan-utils/src/asf/
    labs/panopticon/pan-utils/src/asf/__init__.py
      - copied, changed from r1594458, labs/panopticon/src/asf/__init__.py
    labs/panopticon/pan-utils/src/asf/data/
    labs/panopticon/pan-utils/src/asf/data/__init__.py
      - copied, changed from r1594458, labs/panopticon/src/asf/data/__init__.py
    labs/panopticon/pan-utils/src/asf/data/aliases.py
      - copied, changed from r1594458, labs/panopticon/src/asf/data/aliases.py
    labs/panopticon/pan-utils/src/asf/data/ldap.py
      - copied, changed from r1594458, labs/panopticon/src/asf/data/ldap.py
    labs/panopticon/pan-utils/src/asf/data/projects.py
      - copied, changed from r1594458, labs/panopticon/src/asf/data/projects.py
    labs/panopticon/pan-utils/src/asf/incubator/
    labs/panopticon/pan-utils/src/asf/incubator/__init__.py
      - copied, changed from r1594458, labs/panopticon/src/asf/incubator/__init__.py
    labs/panopticon/pan-utils/src/asf/incubator/podlings.py
      - copied, changed from r1594458, labs/panopticon/src/asf/incubator/podlings.py
    labs/panopticon/pan-utils/src/asf/person.py
      - copied, changed from r1594458, labs/panopticon/src/asf/person.py
    labs/panopticon/pan-utils/src/asf/utils/
    labs/panopticon/pan-utils/src/asf/utils/__init__.py
      - copied, changed from r1594458, labs/panopticon/src/asf/utils/__init__.py
    labs/panopticon/pan-utils/src/asf/utils/auth.py
      - copied, changed from r1594458, labs/panopticon/src/asf/utils/auth.py
    labs/panopticon/pan-utils/src/asf/utils/committers.py
      - copied, changed from r1594458, labs/panopticon/src/asf/utils/committers.py
    labs/panopticon/pan-utils/src/asf/utils/config.py
      - copied, changed from r1594458, labs/panopticon/src/asf/utils/config.py
    labs/panopticon/pan-utils/src/asf/utils/constants.py
      - copied, changed from r1594458, labs/panopticon/src/asf/utils/constants.py
    labs/panopticon/pan-utils/src/asf/utils/emails.py
      - copied, changed from r1594458, labs/panopticon/src/asf/utils/emails.py
    labs/panopticon/pan-utils/src/asf/utils/execute.py
      - copied, changed from r1594458, labs/panopticon/src/asf/utils/execute.py
    labs/panopticon/pan-utils/src/asf/utils/ezmlm.py
      - copied, changed from r1594458, labs/panopticon/src/asf/utils/ezmlm.py
    labs/panopticon/pan-utils/src/asf/utils/file.py
      - copied, changed from r1594458, labs/panopticon/src/asf/utils/file.py
    labs/panopticon/pan-utils/src/asf/utils/safe.py
      - copied, changed from r1594458, labs/panopticon/src/asf/utils/safe.py
    labs/panopticon/pan-utils/src/asf/utils/test.py
      - copied, changed from r1594458, labs/panopticon/src/asf/utils/test.py
    labs/panopticon/pan-utils/src/asf/utils/wsgi.py
      - copied, changed from r1594458, labs/panopticon/src/asf/utils/wsgi.py
    labs/panopticon/pan-utils/tests/
    labs/panopticon/pan-utils/tests/bin/
    labs/panopticon/pan-utils/tests/bin/ezmlm-list
      - copied, changed from r1594458, labs/panopticon/tests/bin/ezmlm-list
    labs/panopticon/pan-utils/tests/bin/ezmlm-sub
      - copied, changed from r1594458, labs/panopticon/tests/bin/ezmlm-sub
    labs/panopticon/pan-utils/tests/bin/ezmlm-unsub
      - copied, changed from r1594458, labs/panopticon/tests/bin/ezmlm-unsub
    labs/panopticon/pan-utils/tests/data/
    labs/panopticon/pan-utils/tests/data/podlings.xml
      - copied, changed from r1594458, labs/panopticon/tests/data/podlings.xml
    labs/panopticon/pan-utils/tests/data/test.apache.org/
    labs/panopticon/pan-utils/tests/data/test.apache.org/dev/
    labs/panopticon/pan-utils/tests/data/test.apache.org/dev/archive/
    labs/panopticon/pan-utils/tests/data/test.apache.org/dev/archive/4/
    labs/panopticon/pan-utils/tests/data/test.apache.org/dev/archive/4/08
      - copied, changed from r1594458, labs/panopticon/tests/data/test.apache.org/dev/archive/4/08
    labs/panopticon/pan-utils/tests/data/test.apache.org/dev/archive/4/index
      - copied, changed from r1594458, labs/panopticon/tests/data/test.apache.org/dev/archive/4/index
    labs/panopticon/pan-utils/tests/data/test.apache.org/dev/num
      - copied, changed from r1594458, labs/panopticon/tests/data/test.apache.org/dev/num
    labs/panopticon/pan-utils/tests/test_committers.py
      - copied, changed from r1594458, labs/panopticon/tests/test_committers.py
    labs/panopticon/pan-utils/tests/test_config.py
      - copied, changed from r1594458, labs/panopticon/tests/test_config.py
    labs/panopticon/pan-utils/tests/test_emails.py
      - copied, changed from r1594458, labs/panopticon/tests/test_emails.py
    labs/panopticon/pan-utils/tests/test_execute.py
      - copied, changed from r1594458, labs/panopticon/tests/test_execute.py
    labs/panopticon/pan-utils/tests/test_ezmlm.py
      - copied, changed from r1594458, labs/panopticon/tests/test_ezmlm.py
    labs/panopticon/pan-utils/tests/test_ldap.py
      - copied, changed from r1594458, labs/panopticon/tests/test_ldap.py
    labs/panopticon/pan-utils/tests/test_person.py
      - copied, changed from r1594458, labs/panopticon/tests/test_person.py
    labs/panopticon/pan-utils/tests/test_podlings.py
      - copied, changed from r1594458, labs/panopticon/tests/test_podlings.py
    labs/panopticon/pan-utils/tests/test_projects.py
      - copied, changed from r1594458, labs/panopticon/tests/test_projects.py
    labs/panopticon/pan-utils/tests/test_safe.py
      - copied, changed from r1594458, labs/panopticon/tests/test_safe.py
    labs/panopticon/pan-utils/tox.ini
Removed:
    labs/panopticon/MANIFEST.in
    labs/panopticon/NOTICE.txt
    labs/panopticon/bin/ezmlm.wsgi
    labs/panopticon/bin/moderator
    labs/panopticon/docs/Makefile
    labs/panopticon/docs/source/conf.py
    labs/panopticon/docs/source/index.rst
    labs/panopticon/docs/source/reference/api/index.en.rst
    labs/panopticon/docs/source/reference/api/person.en.rst
    labs/panopticon/docs/source/reference/commands/common_arguments.en.rst
    labs/panopticon/docs/source/reference/commands/index.en.rst
    labs/panopticon/docs/source/reference/commands/moderator.en.rst
    labs/panopticon/requirements.txt
    labs/panopticon/setup.cfg
    labs/panopticon/setup.py
    labs/panopticon/src/asf/__init__.py
    labs/panopticon/src/asf/cli.py
    labs/panopticon/src/asf/data/__init__.py
    labs/panopticon/src/asf/data/aliases.py
    labs/panopticon/src/asf/data/ldap.py
    labs/panopticon/src/asf/data/projects.py
    labs/panopticon/src/asf/incubator/__init__.py
    labs/panopticon/src/asf/incubator/podlings.py
    labs/panopticon/src/asf/panopticon/__init__.py
    labs/panopticon/src/asf/panopticon/static/css/bootstrap.css
    labs/panopticon/src/asf/panopticon/static/css/bootstrap.min.css
    labs/panopticon/src/asf/panopticon/static/css/panopticon.css
    labs/panopticon/src/asf/panopticon/static/favicon.ico
    labs/panopticon/src/asf/panopticon/static/fonts/glyphicons-halflings-regular.eot
    labs/panopticon/src/asf/panopticon/static/fonts/glyphicons-halflings-regular.svg
    labs/panopticon/src/asf/panopticon/static/fonts/glyphicons-halflings-regular.ttf
    labs/panopticon/src/asf/panopticon/static/fonts/glyphicons-halflings-regular.woff
    labs/panopticon/src/asf/panopticon/static/js/bootstrap.js
    labs/panopticon/src/asf/panopticon/static/js/bootstrap.min.js
    labs/panopticon/src/asf/panopticon/static/js/handlebars.js
    labs/panopticon/src/asf/panopticon/static/js/user-popover.js
    labs/panopticon/src/asf/panopticon/templates/error.html
    labs/panopticon/src/asf/panopticon/templates/forbidden.html
    labs/panopticon/src/asf/panopticon/templates/index.html
    labs/panopticon/src/asf/panopticon/templates/layout.html
    labs/panopticon/src/asf/panopticon/templates/not_found.html
    labs/panopticon/src/asf/person.py
    labs/panopticon/src/asf/utils/__init__.py
    labs/panopticon/src/asf/utils/auth.py
    labs/panopticon/src/asf/utils/committers.py
    labs/panopticon/src/asf/utils/config.py
    labs/panopticon/src/asf/utils/constants.py
    labs/panopticon/src/asf/utils/emails.py
    labs/panopticon/src/asf/utils/execute.py
    labs/panopticon/src/asf/utils/ezmlm.py
    labs/panopticon/src/asf/utils/file.py
    labs/panopticon/src/asf/utils/safe.py
    labs/panopticon/src/asf/utils/test.py
    labs/panopticon/src/asf/utils/wsgi.py
    labs/panopticon/src/asf/wsgi/__init__.py
    labs/panopticon/src/asf/wsgi/ezmlm.py
    labs/panopticon/tests/bin/ezmlm-list
    labs/panopticon/tests/bin/ezmlm-sub
    labs/panopticon/tests/bin/ezmlm-unsub
    labs/panopticon/tests/data/podlings.xml
    labs/panopticon/tests/data/test.apache.org/dev/archive/4/08
    labs/panopticon/tests/data/test.apache.org/dev/archive/4/index
    labs/panopticon/tests/data/test.apache.org/dev/num
    labs/panopticon/tests/test_committers.py
    labs/panopticon/tests/test_config.py
    labs/panopticon/tests/test_emails.py
    labs/panopticon/tests/test_execute.py
    labs/panopticon/tests/test_ezmlm.py
    labs/panopticon/tests/test_ldap.py
    labs/panopticon/tests/test_person.py
    labs/panopticon/tests/test_podlings.py
    labs/panopticon/tests/test_projects.py
    labs/panopticon/tests/test_safe.py
Modified:
    labs/panopticon/.gitignore

Modified: labs/panopticon/.gitignore
URL: http://svn.apache.org/viewvc/labs/panopticon/.gitignore?rev=1602804&r1=1602803&r2=1602804&view=diff
==============================================================================
--- labs/panopticon/.gitignore (original)
+++ labs/panopticon/.gitignore Mon Jun 16 06:15:59 2014
@@ -11,9 +11,8 @@ out
 *.pydevproject
 *.project
 
-# CFG2 files
-appsConfig
-apps/*/config
+# tox
+.tox
 
 # Packages
 dist

Copied: labs/panopticon/pan-commands/.gitignore (from r1594458, labs/panopticon/.gitignore)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/.gitignore?p2=labs/panopticon/pan-commands/.gitignore&p1=labs/panopticon/.gitignore&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Added: labs/panopticon/pan-commands/LICENSE.txt
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/LICENSE.txt?rev=1602804&view=auto
==============================================================================
--- labs/panopticon/pan-commands/LICENSE.txt (added)
+++ labs/panopticon/pan-commands/LICENSE.txt Mon Jun 16 06:15:59 2014
@@ -0,0 +1,259 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+SUBCOMPONENTS:
+
+The software includes a number of subcomponents with separate copyright notices
+and license terms. Your use of the source code for the these subcomponents is
+subject to the terms and conditions of the following licenses.
+
+For the zkpath component:
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+--------------------------------------------
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+("PSF"), and the Individual or Organization ("Licensee") accessing and
+otherwise using this software ("Python") in source or binary form and
+its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, PSF hereby
+grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
+analyze, test, perform and/or display publicly, prepare derivative works,
+distribute, and otherwise use Python alone or in any derivative version,
+provided, however, that PSF's License Agreement and PSF's notice of copyright,
+i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+Python Software Foundation; All Rights Reserved" are retained in Python alone or
+in any derivative version prepared by Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python or any part thereof, and wants to make
+the derivative work available to others as provided herein, then
+Licensee hereby agrees to include in any such work a brief summary of
+the changes made to Python.
+
+4. PSF is making Python available to Licensee on an "AS IS"
+basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
+OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+6. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+7. Nothing in this License Agreement shall be deemed to create any
+relationship of agency, partnership, or joint venture between PSF and
+Licensee.  This License Agreement does not grant permission to use PSF
+trademarks or trade name in a trademark sense to endorse or promote
+products or services of Licensee, or any third party.
+
+8. By copying, installing or otherwise using Python, Licensee
+agrees to be bound by the terms and conditions of this License
+Agreement.

Copied: labs/panopticon/pan-commands/MANIFEST.in (from r1594458, labs/panopticon/MANIFEST.in)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/MANIFEST.in?p2=labs/panopticon/pan-commands/MANIFEST.in&p1=labs/panopticon/MANIFEST.in&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-commands/NOTICE.txt (from r1594458, labs/panopticon/NOTICE.txt)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/NOTICE.txt?p2=labs/panopticon/pan-commands/NOTICE.txt&p1=labs/panopticon/NOTICE.txt&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Added: labs/panopticon/pan-commands/README.rst
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/README.rst?rev=1602804&view=auto
==============================================================================
--- labs/panopticon/pan-commands/README.rst (added)
+++ labs/panopticon/pan-commands/README.rst Mon Jun 16 06:15:59 2014
@@ -0,0 +1,6 @@
+=============
+Panopticon
+=============
+
+.. rubric:: Panopticon.
+

Copied: labs/panopticon/pan-commands/bin/moderator (from r1594458, labs/panopticon/bin/moderator)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/bin/moderator?p2=labs/panopticon/pan-commands/bin/moderator&p1=labs/panopticon/bin/moderator&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-commands/docs/Makefile (from r1594458, labs/panopticon/docs/Makefile)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/docs/Makefile?p2=labs/panopticon/pan-commands/docs/Makefile&p1=labs/panopticon/docs/Makefile&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-commands/docs/source/conf.py (from r1594458, labs/panopticon/docs/source/conf.py)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/docs/source/conf.py?p2=labs/panopticon/pan-commands/docs/source/conf.py&p1=labs/panopticon/docs/source/conf.py&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-commands/docs/source/index.rst (from r1594458, labs/panopticon/docs/source/index.rst)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/docs/source/index.rst?p2=labs/panopticon/pan-commands/docs/source/index.rst&p1=labs/panopticon/docs/source/index.rst&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-commands/docs/source/reference/api/index.en.rst (from r1594458, labs/panopticon/docs/source/reference/api/index.en.rst)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/docs/source/reference/api/index.en.rst?p2=labs/panopticon/pan-commands/docs/source/reference/api/index.en.rst&p1=labs/panopticon/docs/source/reference/api/index.en.rst&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-commands/docs/source/reference/api/person.en.rst (from r1594458, labs/panopticon/docs/source/reference/api/person.en.rst)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/docs/source/reference/api/person.en.rst?p2=labs/panopticon/pan-commands/docs/source/reference/api/person.en.rst&p1=labs/panopticon/docs/source/reference/api/person.en.rst&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-commands/docs/source/reference/commands/common_arguments.en.rst (from r1594458, labs/panopticon/docs/source/reference/commands/common_arguments.en.rst)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/docs/source/reference/commands/common_arguments.en.rst?p2=labs/panopticon/pan-commands/docs/source/reference/commands/common_arguments.en.rst&p1=labs/panopticon/docs/source/reference/commands/common_arguments.en.rst&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-commands/docs/source/reference/commands/index.en.rst (from r1594458, labs/panopticon/docs/source/reference/commands/index.en.rst)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/docs/source/reference/commands/index.en.rst?p2=labs/panopticon/pan-commands/docs/source/reference/commands/index.en.rst&p1=labs/panopticon/docs/source/reference/commands/index.en.rst&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-commands/docs/source/reference/commands/moderator.en.rst (from r1594458, labs/panopticon/docs/source/reference/commands/moderator.en.rst)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/docs/source/reference/commands/moderator.en.rst?p2=labs/panopticon/pan-commands/docs/source/reference/commands/moderator.en.rst&p1=labs/panopticon/docs/source/reference/commands/moderator.en.rst&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Added: labs/panopticon/pan-commands/requirements.txt
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/requirements.txt?rev=1602804&view=auto
==============================================================================
--- labs/panopticon/pan-commands/requirements.txt (added)
+++ labs/panopticon/pan-commands/requirements.txt Mon Jun 16 06:15:59 2014
@@ -0,0 +1,2 @@
+argparse
+pan-utils

Added: labs/panopticon/pan-commands/setup.cfg
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/setup.cfg?rev=1602804&view=auto
==============================================================================
--- labs/panopticon/pan-commands/setup.cfg (added)
+++ labs/panopticon/pan-commands/setup.cfg Mon Jun 16 06:15:59 2014
@@ -0,0 +1,6 @@
+[egg_info]
+tag_build = a1
+
+[flake8]
+ignore = E501
+exclude = .tox,.git,.venv,docs,tests

Copied: labs/panopticon/pan-commands/setup.py (from r1594458, labs/panopticon/setup.py)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/setup.py?p2=labs/panopticon/pan-commands/setup.py&p1=labs/panopticon/setup.py&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
--- labs/panopticon/setup.py (original)
+++ labs/panopticon/pan-commands/setup.py Mon Jun 16 06:15:59 2014
@@ -92,17 +92,17 @@ tests_requires = install_requires + [
 ]
 
 setup(
-    name='panopticon',
+    name='panopticon-commands',
     version=VERSION,
     url='https://svn.apache.org/repos/asf/labs/panopticon/',
     license='Apache Software License (http://www.apache.org/licenses/LICENSE-2.0)',
     author='Apache Software Foundation',
     author_email='labs@labs.apache.org',
-    description='ASF Panopticon',
+    description='ASF Panopticon Commands',
     # don't ever depend on refcounting to close files anywhere else
     long_description=open('README.rst', encoding='utf-8').read(),
 
-    scripts=['bin/moderator', 'bin/ezmlm.wsgi'],
+    scripts=['bin/moderator'],
 
     namespace_packages=['asf'],
     package_dir={'': 'src'},

Copied: labs/panopticon/pan-commands/src/asf/__init__.py (from r1594458, labs/panopticon/src/asf/__init__.py)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/src/asf/__init__.py?p2=labs/panopticon/pan-commands/src/asf/__init__.py&p1=labs/panopticon/src/asf/__init__.py&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-commands/src/asf/cli.py (from r1594458, labs/panopticon/src/asf/cli.py)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/src/asf/cli.py?p2=labs/panopticon/pan-commands/src/asf/cli.py&p1=labs/panopticon/src/asf/cli.py&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-commands/tests/test_cli.py (from r1594458, labs/panopticon/src/asf/data/__init__.py)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/tests/test_cli.py?p2=labs/panopticon/pan-commands/tests/test_cli.py&p1=labs/panopticon/src/asf/data/__init__.py&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
--- labs/panopticon/src/asf/data/__init__.py (original)
+++ labs/panopticon/pan-commands/tests/test_cli.py Mon Jun 16 06:15:59 2014
@@ -7,7 +7,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 #
-#   http://www.apache.org/licenses/LICENSE-2.0
+# http://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
@@ -16,3 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+
+
+def test_cli():
+    pass
\ No newline at end of file

Added: labs/panopticon/pan-commands/tox.ini
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-commands/tox.ini?rev=1602804&view=auto
==============================================================================
--- labs/panopticon/pan-commands/tox.ini (added)
+++ labs/panopticon/pan-commands/tox.ini Mon Jun 16 06:15:59 2014
@@ -0,0 +1,13 @@
+[tox]
+deps=-rrequirements.txt
+envlist=flake8,pytest
+
+[testenv:pytest]
+deps=pytest
+     mock
+     -rrequirements.txt
+commands=py.test {posargs} # substitute with tox' positional arguments
+
+[testenv:flake8]
+commands = flake8 {posargs}
+deps = flake8

Copied: labs/panopticon/pan-ezmlm/.gitignore (from r1594458, labs/panopticon/.gitignore)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/.gitignore?p2=labs/panopticon/pan-ezmlm/.gitignore&p1=labs/panopticon/.gitignore&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Added: labs/panopticon/pan-ezmlm/LICENSE.txt
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/LICENSE.txt?rev=1602804&view=auto
==============================================================================
--- labs/panopticon/pan-ezmlm/LICENSE.txt (added)
+++ labs/panopticon/pan-ezmlm/LICENSE.txt Mon Jun 16 06:15:59 2014
@@ -0,0 +1,259 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+SUBCOMPONENTS:
+
+The software includes a number of subcomponents with separate copyright notices
+and license terms. Your use of the source code for the these subcomponents is
+subject to the terms and conditions of the following licenses.
+
+For the zkpath component:
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+--------------------------------------------
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+("PSF"), and the Individual or Organization ("Licensee") accessing and
+otherwise using this software ("Python") in source or binary form and
+its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, PSF hereby
+grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
+analyze, test, perform and/or display publicly, prepare derivative works,
+distribute, and otherwise use Python alone or in any derivative version,
+provided, however, that PSF's License Agreement and PSF's notice of copyright,
+i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+Python Software Foundation; All Rights Reserved" are retained in Python alone or
+in any derivative version prepared by Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python or any part thereof, and wants to make
+the derivative work available to others as provided herein, then
+Licensee hereby agrees to include in any such work a brief summary of
+the changes made to Python.
+
+4. PSF is making Python available to Licensee on an "AS IS"
+basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
+OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+6. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+7. Nothing in this License Agreement shall be deemed to create any
+relationship of agency, partnership, or joint venture between PSF and
+Licensee.  This License Agreement does not grant permission to use PSF
+trademarks or trade name in a trademark sense to endorse or promote
+products or services of Licensee, or any third party.
+
+8. By copying, installing or otherwise using Python, Licensee
+agrees to be bound by the terms and conditions of this License
+Agreement.

Copied: labs/panopticon/pan-ezmlm/MANIFEST.in (from r1594458, labs/panopticon/MANIFEST.in)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/MANIFEST.in?p2=labs/panopticon/pan-ezmlm/MANIFEST.in&p1=labs/panopticon/MANIFEST.in&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-ezmlm/NOTICE.txt (from r1594458, labs/panopticon/NOTICE.txt)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/NOTICE.txt?p2=labs/panopticon/pan-ezmlm/NOTICE.txt&p1=labs/panopticon/NOTICE.txt&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Added: labs/panopticon/pan-ezmlm/README.rst
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/README.rst?rev=1602804&view=auto
==============================================================================
--- labs/panopticon/pan-ezmlm/README.rst (added)
+++ labs/panopticon/pan-ezmlm/README.rst Mon Jun 16 06:15:59 2014
@@ -0,0 +1,6 @@
+=============
+Panopticon
+=============
+
+.. rubric:: Panopticon.
+

Copied: labs/panopticon/pan-ezmlm/bin/ezmlm.wsgi (from r1594458, labs/panopticon/bin/ezmlm.wsgi)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/bin/ezmlm.wsgi?p2=labs/panopticon/pan-ezmlm/bin/ezmlm.wsgi&p1=labs/panopticon/bin/ezmlm.wsgi&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
--- labs/panopticon/bin/ezmlm.wsgi (original)
+++ labs/panopticon/pan-ezmlm/bin/ezmlm.wsgi Mon Jun 16 06:15:59 2014
@@ -1,4 +1,4 @@
-# !/usr/bin/env python
+#!/usr/bin/env python
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
@@ -20,11 +20,8 @@
 """
 CGI based WSGI API to mailing lists.
 """
-import os
+from asf.wsgi.ezmlm import app
 
 
 def application(environ, start_response):
-    os.environ['EZMLM_FLASK_CONFIG'] = environ['EZMLM_FLASK_CONFIG']
-    from asf.wsgi.ezmlm import app
-
     return app.wsgi_app(environ, start_response)

Copied: labs/panopticon/pan-ezmlm/docs/Makefile (from r1594458, labs/panopticon/docs/Makefile)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/docs/Makefile?p2=labs/panopticon/pan-ezmlm/docs/Makefile&p1=labs/panopticon/docs/Makefile&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-ezmlm/docs/source/conf.py (from r1594458, labs/panopticon/docs/source/conf.py)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/docs/source/conf.py?p2=labs/panopticon/pan-ezmlm/docs/source/conf.py&p1=labs/panopticon/docs/source/conf.py&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-ezmlm/docs/source/index.rst (from r1594458, labs/panopticon/docs/source/index.rst)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/docs/source/index.rst?p2=labs/panopticon/pan-ezmlm/docs/source/index.rst&p1=labs/panopticon/docs/source/index.rst&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-ezmlm/docs/source/reference/api/index.en.rst (from r1594458, labs/panopticon/docs/source/reference/api/index.en.rst)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/docs/source/reference/api/index.en.rst?p2=labs/panopticon/pan-ezmlm/docs/source/reference/api/index.en.rst&p1=labs/panopticon/docs/source/reference/api/index.en.rst&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-ezmlm/docs/source/reference/api/person.en.rst (from r1594458, labs/panopticon/docs/source/reference/api/person.en.rst)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/docs/source/reference/api/person.en.rst?p2=labs/panopticon/pan-ezmlm/docs/source/reference/api/person.en.rst&p1=labs/panopticon/docs/source/reference/api/person.en.rst&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-ezmlm/docs/source/reference/commands/common_arguments.en.rst (from r1594458, labs/panopticon/docs/source/reference/commands/common_arguments.en.rst)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/docs/source/reference/commands/common_arguments.en.rst?p2=labs/panopticon/pan-ezmlm/docs/source/reference/commands/common_arguments.en.rst&p1=labs/panopticon/docs/source/reference/commands/common_arguments.en.rst&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-ezmlm/docs/source/reference/commands/index.en.rst (from r1594458, labs/panopticon/docs/source/reference/commands/index.en.rst)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/docs/source/reference/commands/index.en.rst?p2=labs/panopticon/pan-ezmlm/docs/source/reference/commands/index.en.rst&p1=labs/panopticon/docs/source/reference/commands/index.en.rst&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-ezmlm/docs/source/reference/commands/moderator.en.rst (from r1594458, labs/panopticon/docs/source/reference/commands/moderator.en.rst)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/docs/source/reference/commands/moderator.en.rst?p2=labs/panopticon/pan-ezmlm/docs/source/reference/commands/moderator.en.rst&p1=labs/panopticon/docs/source/reference/commands/moderator.en.rst&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Added: labs/panopticon/pan-ezmlm/requirements.txt
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/requirements.txt?rev=1602804&view=auto
==============================================================================
--- labs/panopticon/pan-ezmlm/requirements.txt (added)
+++ labs/panopticon/pan-ezmlm/requirements.txt Mon Jun 16 06:15:59 2014
@@ -0,0 +1 @@
+pan-utils
\ No newline at end of file

Added: labs/panopticon/pan-ezmlm/setup.cfg
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/setup.cfg?rev=1602804&view=auto
==============================================================================
--- labs/panopticon/pan-ezmlm/setup.cfg (added)
+++ labs/panopticon/pan-ezmlm/setup.cfg Mon Jun 16 06:15:59 2014
@@ -0,0 +1,6 @@
+[egg_info]
+tag_build = a1
+
+[flake8]
+ignore = E501
+exclude = .tox,.git,.venv,docs,tests

Copied: labs/panopticon/pan-ezmlm/setup.py (from r1594458, labs/panopticon/setup.py)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/setup.py?p2=labs/panopticon/pan-ezmlm/setup.py&p1=labs/panopticon/setup.py&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
--- labs/panopticon/setup.py (original)
+++ labs/panopticon/pan-ezmlm/setup.py Mon Jun 16 06:15:59 2014
@@ -60,49 +60,18 @@ class Doc(Command):
         sys.stdout.write('\nDocumentation step "%s" performed, results here:\n'
                          '   %s/\n' % (mode, path))
 
-
-class Test(Command):
-    description = 'run nosetests'
-    user_options = [('verbose', 'v', 'run nosetests with -v option')]
-    boolean_options = ['verbose']
-
-    def initialize_options(self):
-        self.verbose = False
-
-    def finalize_options(self):
-        pass
-
-    def run(self):
-        if self.verbose:
-            verbose = '-v'
-        else:
-            verbose = ''
-
-        status = subprocess.call(['nosetests', verbose])
-
-        if status:
-            raise RuntimeError('nosetests step failed')
-
-
-with open('requirements.txt') as f:
-    install_requires = f.read().splitlines()
-
-tests_requires = install_requires + [
-    'nose >= 1.2',
-]
-
 setup(
-    name='panopticon',
+    name='panopticon-ezmlm',
     version=VERSION,
     url='https://svn.apache.org/repos/asf/labs/panopticon/',
     license='Apache Software License (http://www.apache.org/licenses/LICENSE-2.0)',
     author='Apache Software Foundation',
     author_email='labs@labs.apache.org',
-    description='ASF Panopticon',
+    description='ASF Panopticon WSGI',
     # don't ever depend on refcounting to close files anywhere else
     long_description=open('README.rst', encoding='utf-8').read(),
 
-    scripts=['bin/moderator', 'bin/ezmlm.wsgi'],
+    scripts=['bin/ezmlm.wsgi'],
 
     namespace_packages=['asf'],
     package_dir={'': 'src'},
@@ -110,10 +79,8 @@ setup(
 
     zip_safe=False,
     platforms='any',
-    install_requires=install_requires,
 
-    tests_require=tests_requires,
-    test_suite='nose.collector',
+    tests_require=['tox'],
 
     classifiers=[
         'Intended Audience :: Developers',
@@ -124,5 +91,5 @@ setup(
         'Programming Language :: Python :: 2.6',
         'Topic :: Software Development :: Libraries :: Python Modules'
     ],
-    cmdclass={'doc': Doc, 'test': Test},
+    cmdclass={'doc': Doc},
 )

Copied: labs/panopticon/pan-ezmlm/src/asf/__init__.py (from r1594458, labs/panopticon/src/asf/__init__.py)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/src/asf/__init__.py?p2=labs/panopticon/pan-ezmlm/src/asf/__init__.py&p1=labs/panopticon/src/asf/__init__.py&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Copied: labs/panopticon/pan-ezmlm/src/asf/wsgi/__init__.py (from r1594458, labs/panopticon/src/asf/wsgi/__init__.py)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/src/asf/wsgi/__init__.py?p2=labs/panopticon/pan-ezmlm/src/asf/wsgi/__init__.py&p1=labs/panopticon/src/asf/wsgi/__init__.py&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
--- labs/panopticon/src/asf/wsgi/__init__.py (original)
+++ labs/panopticon/pan-ezmlm/src/asf/wsgi/__init__.py Mon Jun 16 06:15:59 2014
@@ -18,4 +18,4 @@
 #
 """
 Various WSGI based API scripts.
-"""
\ No newline at end of file
+"""

Copied: labs/panopticon/pan-ezmlm/src/asf/wsgi/ezmlm.py (from r1594458, labs/panopticon/src/asf/wsgi/ezmlm.py)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/src/asf/wsgi/ezmlm.py?p2=labs/panopticon/pan-ezmlm/src/asf/wsgi/ezmlm.py&p1=labs/panopticon/src/asf/wsgi/ezmlm.py&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)

Added: labs/panopticon/pan-ezmlm/tests/data/ezmlm-flask.properties
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/tests/data/ezmlm-flask.properties?rev=1602804&view=auto
==============================================================================
    (empty)

Copied: labs/panopticon/pan-ezmlm/tests/test_wsgi.py (from r1594458, labs/panopticon/src/asf/data/__init__.py)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/tests/test_wsgi.py?p2=labs/panopticon/pan-ezmlm/tests/test_wsgi.py&p1=labs/panopticon/src/asf/data/__init__.py&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
--- labs/panopticon/src/asf/data/__init__.py (original)
+++ labs/panopticon/pan-ezmlm/tests/test_wsgi.py Mon Jun 16 06:15:59 2014
@@ -7,7 +7,7 @@
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 #
-#   http://www.apache.org/licenses/LICENSE-2.0
+# http://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
@@ -16,3 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+
+
+def test_wsgi():
+    pass
\ No newline at end of file

Added: labs/panopticon/pan-ezmlm/tox.ini
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/tox.ini?rev=1602804&view=auto
==============================================================================
--- labs/panopticon/pan-ezmlm/tox.ini (added)
+++ labs/panopticon/pan-ezmlm/tox.ini Mon Jun 16 06:15:59 2014
@@ -0,0 +1,13 @@
+[tox]
+deps=-rrequirements.txt
+envlist=flake8,pytest
+
+[testenv:pytest]
+deps=pytest
+     mock
+     -rrequirements.txt
+commands=py.test {posargs} # substitute with tox' positional arguments
+
+[testenv:flake8]
+commands = flake8 {posargs}
+deps = flake8

Added: labs/panopticon/pan-ezmlm/uwsgi.ini
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-ezmlm/uwsgi.ini?rev=1602804&view=auto
==============================================================================
--- labs/panopticon/pan-ezmlm/uwsgi.ini (added)
+++ labs/panopticon/pan-ezmlm/uwsgi.ini Mon Jun 16 06:15:59 2014
@@ -0,0 +1,9 @@
+[uwsgi]
+http = 127.0.0.1:8081
+env = EZMLM_FLASK_CONFIG=../../../tests/data/ezmlm-flask.properties
+wsgi-file = ./bin/ezmlm.wsgi
+callable = app
+pythonpath = src
+processes = 4
+threads = 2
+stats = 127.0.0.1:9191

Copied: labs/panopticon/pan-site/.gitignore (from r1594458, labs/panopticon/.gitignore)
URL: http://svn.apache.org/viewvc/labs/panopticon/pan-site/.gitignore?p2=labs/panopticon/pan-site/.gitignore&p1=labs/panopticon/.gitignore&r1=1594458&r2=1602804&rev=1602804&view=diff
==============================================================================
    (empty)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org