コード例 #1
0
#!/usr/bin/env python

from __future__ import division
from __future__ import print_function

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print(
        "Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi",
        file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-nestedexample',
    description='"An example of a custom nested parameter"',
    author=u'Ion Alberdi',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    version='0.0.1',
    packages=['buildbot_nestedexample'],
    install_requires=['klein'],
    package_data={'': ['VERSION', 'static/*']},
    entry_points="""
        [buildbot.www]
        nestedexample = buildbot_nestedexample:ep
    """,
)
コード例 #2
0
ファイル: setup.py プロジェクト: zmadi1/buildbot
        'Please install buildbot_pkg module in order to install that '
        'package, or use the pre-build .whl modules available on pypi',
        file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-www',
    description='Buildbot UI',
    author=u'Pierre Tardy',
    author_email=u'*****@*****.**',
    setup_requires=['buildbot_pkg'],
    install_requires=['buildbot'],
    url='http://buildbot.net/',
    packages=['buildbot_www'],
    package_data={
        '': [
            'VERSION',
            'static/*',
            'static/img/*',
            'static/fonts/*',
        ]
    },
    entry_points="""
        [buildbot.www]
        base = buildbot_www:ep
    """,
    classifiers=[
        'License :: OSI Approved :: GNU General Public License v2 (GPLv2)'
    ],
)
コード例 #3
0
ファイル: setup.py プロジェクト: Cray/buildbot
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print("Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi", file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-codeparameter',
    description='Buildbot Forcescheduler Parameter that use ace.js to display code',
    author=u'Pierre Tardy',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    packages=['buildbot_codeparameter'],
    package_data={
        '': [
            'VERSION',
            'static/*'
        ]
    },
    entry_points="""
        [buildbot.www]
        codeparameter = buildbot_codeparameter:ep
    """,
)
コード例 #4
0
setup_www_plugin(
    name='buildbot_travis',
    description="Travis CI implemented in Buildbot",
    long_description=open("README.rst").read(),
    keywords="buildbot travis ci",
    url="http://github.com/buildbot/buildbot_travis",
    author="Buildbot community",
    author_email="*****@*****.**",
    license="MIT",
    packages=find_packages(exclude=['ez_setup']),
    include_package_data=True,
    zip_safe=False,
    entry_points={
        'buildbot.travis': [
            'git+poller = buildbot_travis.vcs.git:GitPoller',
            'gerrit = buildbot_travis.vcs.gerrit:Gerrit',
            'github = buildbot_travis.vcs.github:GitHub',
            'gitpb = buildbot_travis.vcs.git:GitPb',
            # untested 'svn+poller = buildbot_travis.vcs.svn:SVNPoller',
            ],
        'buildbot.www': [
            'buildbot_travis = buildbot_travis:ep'
        ],
        'console_scripts': [
            'bbtravis=buildbot_travis.cmdline:bbtravis',
        ]
    },
    install_requires=[
        'setuptools',
        'buildbot>=0.9.6',  # for virtual builders features
        'buildbot-www',
        'buildbot-console-view',
        'buildbot-waterfall-view',
        'buildbot-worker',
        'klein',
        'urwid',
        'PyYAML',
        'txrequests',
        'pyjade',
        'txgithub',
        'ldap3',
        'hyper_sh',
        'future'
    ],
)
コード例 #5
0
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print(
        "Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi",
        file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-badges',
    description='Buildbot badges',
    author=u'Buildbot Team Members',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    packages=['buildbot_badges'],
    install_requires=[
        'klein',
        'CairoSVG==1.0.22',  # cairoSVG 2+ is not py2 compatible
        'cairocffi',
        'Jinja2'
    ],
    package_data={
        '': ['VERSION', 'templates/*.svg.j2'],
    },
    entry_points="""
        [buildbot.www]
        badges = buildbot_badges:ep
    """,
)
コード例 #6
0
# Copyright Buildbot Team Members

from __future__ import division
from __future__ import print_function

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys

    print(
        "Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi",
        file=sys.stderr,
    )
    sys.exit(1)

setup_www_plugin(
    name="buildbot-console-view",
    description="Buildbot Console View plugin.",
    author=u"Pierre Tardy",
    author_email=u"*****@*****.**",
    url="http://buildbot.net/",
    license="GNU GPL",
    packages=["buildbot_console_view"],
    package_data={"": ["VERSION", "static/*"]},
    entry_points="""
        [buildbot.www]
        console_view = buildbot_console_view:ep
    """,
)
コード例 #7
0
from __future__ import division
from __future__ import print_function

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print("Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi", file=sys.stderr)
    sys.exit(1)


setup_www_plugin(
    name='buildbot-flathub-view',
    description='Buildbot Flathub View plugin',
    author=u'Alexander Larsson',
    author_email=u'*****@*****.**',
    url='https://flathub.org/',
    license='GNU GPL',
    packages=['buildbot_flathub_view'],
    package_data={
        '': [
            'VERSION',
            'static/*'
        ]
    },
    entry_points="""
        [buildbot.www]
        flathub_view = buildbot_flathub_view:ep
    """,
)
コード例 #8
0
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print(
        'Please install buildbot_pkg module in order to install that '
        'package, or use the pre-build .whl modules available on pypi',
        file=sys.stderr)
    sys.exit(1)

with open("README.md", "r") as fh:
    long_description = fh.read()

setup_www_plugin(
    name='buildbot-tags-section-plugin',
    description='Add builders filters menu section',
    long_description=long_description,
    long_description_content_type="text/markdown",
    author=u'Evgeny Vlasov',
    author_email=u'*****@*****.**',
    url='https://github.com/vlasov-evgeny/buildbot-tags-section',
    packages=['buildbot_tags_section_plugin'],
    package_data={'': ['VERSION', 'static/*']},
    entry_points="""
        [buildbot.www]
        tags_section_plugin = buildbot_tags_section_plugin:ep
    """,
    classifiers=[
        'License :: OSI Approved :: GNU General Public License v2 (GPLv2)'
    ],
)
コード例 #9
0
#
# Copyright Buildbot Team Members

from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print(
        "Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi",
        file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-react-plugin-boilerplate',
    description='Buildbot React/Webpack Plugin Boilerplate Example.',
    author=u'Mike Cline',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    packages=['buildbot_react_plugin_boilerplate'],
    package_data={'': ['VERSION', 'static/*']},
    entry_points="""
        [buildbot.www]
        buildbot_react_plugin_boilerplate = buildbot_react_plugin_boilerplate:ep
    """,
)
コード例 #10
0
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
    long_description = f.read()

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print(
        'Please install buildbot_pkg module in order to install that '
        'package, or use the pre-build .whl modules available on pypi',
        file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-macports-custom-views',
    description='MacPorts Custom Views Plugin for Buildbot',
    long_description=long_description,
    long_description_content_type='text/markdown',
    version='0.1.2',
    author=u'Rajdeep Bharati',
    author_email=u'*****@*****.**',
    url='https://github.com/macports/buildbot-macports-custom-views',
    packages=['buildbot_macports_custom_views'],
    package_data={'': ['VERSION', 'static/*']},
    entry_points="""
        [buildbot.www]
        buildbot_macports_custom_views = buildbot_macports_custom_views:ep
    """,
    classifiers=['License :: OSI Approved :: MIT License'],
)
コード例 #11
0
ファイル: setup.py プロジェクト: skins1/buildbot
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright Buildbot Team Members

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print >> sys.stderr, "Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi"
    sys.exit(1)

setup_www_plugin(
    name='buildbot-waterfall-view',
    description='Buildbot Waterfall View plugin',
    author=u'Pierre Tardy',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    packages=['buildbot_waterfall_view'],
    entry_points="""
        [buildbot.www]
        waterfall_view = buildbot_waterfall_view:ep
    """,
)
コード例 #12
0
ファイル: setup.py プロジェクト: ewongbb/buildbot
    import sys
    print('Please install buildbot_pkg module in order to install that '
          'package, or use the pre-build .whl modules available on pypi',
          file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-badges',
    description='Buildbot badges',
    author=u'Buildbot Team Members',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    packages=['buildbot_badges'],
    install_requires=[
        'klein',
        'CairoSVG',
        'cairocffi', 'Jinja2'
    ],
    package_data={
        '': [
            # dist is required by buildbot_pkg
            'VERSION', 'templates/*.svg.j2', 'static/.placeholder'
        ],
    },
    entry_points="""
        [buildbot.www]
        badges = buildbot_badges:ep
    """,
)
コード例 #13
0
ファイル: setup.py プロジェクト: seiko2plus/opencv_buildbot
from __future__ import print_function

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print("Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi", file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='opencv-pullrequests',
    description='OpenCV pullrequests',
    author=u'OpenCV Team Members',
    author_email=u'*****@*****.**',
    url='https://opencv.org',
    license='GNU GPL',
    packages=['opencv_pullrequests'],
    install_requires=[
        'klein'
    ],
    package_data={
        '': [
            'VERSION',
            'static/*'
        ],
    },
    entry_points="""
        [buildbot.www]
        pullrequests = opencv_pullrequests:ep
    """,
)
コード例 #14
0
ファイル: setup.py プロジェクト: wallrj/buildbot
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright Buildbot Team Members

from __future__ import division
from __future__ import print_function

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print(
        "Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi",
        file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-console-view',
    description='Buildbot Console View plugin.',
    author=u'Pierre Tardy',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    packages=['buildbot_console_view'],
    package_data={'': ['VERSION', 'static/*']},
    entry_points="""
        [buildbot.www]
        console_view = buildbot_console_view:ep
    """,
)
コード例 #15
0
#!/usr/bin/env python

from __future__ import absolute_import, division, print_function

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print(
        "Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi",
        file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='<%= app_name_kebab %>',
    description='<%= description %>',
    author=u'<%= authorName %>',
    author_email=u'<%= authorEmail %>',
    url='<%= homepage %>/',
    license='<%= license %>',
    packages=['<%= app_name %>'],
    package_data={'': ['VERSION', 'static/*']},
    entry_points="""
        [buildbot.www]
        <%= app_name %> = <%= app_name %>:ep
    """,
)
コード例 #16
0
ファイル: setup.py プロジェクト: 595796726/buildbot
#
# Copyright Buildbot Team Members

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print >> sys.stderr, "Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi"
    sys.exit(1)


setup_www_plugin(
    name='buildbot-waterfall-view',
    description='Buildbot Waterfall View plugin',
    author=u'Pierre Tardy',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    packages=['buildbot_waterfall_view'],
    package_data={
        '': [
            'VERSION',
            'static/*'
        ]
    },
    entry_points="""
        [buildbot.www]
        waterfall_view = buildbot_waterfall_view:ep
    """,
)
コード例 #17
0
ファイル: setup.py プロジェクト: Cray/buildbot
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print("Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi", file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-grid-view',
    description='Buildbot Grid View plugin',
    author=u'Robin Jarry',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    packages=['buildbot_grid_view'],
    package_data={
        '': [
            'VERSION',
            'static/*'
        ]
    },
    entry_points="""
        [buildbot.www]
        grid_view = buildbot_grid_view:ep
    """,
)
コード例 #18
0
#
# Copyright Buildbot Team Members

from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print(
        "Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi",
        file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-vue-plugin-boilerplate',
    description='Buildbot Vue/Webpack Plugin Boilerplate Example.',
    author=u'Rajdeep Bharati',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    packages=['buildbot_vue_plugin_boilerplate'],
    package_data={'': ['VERSION', 'static/*']},
    entry_points="""
        [buildbot.www]
        buildbot_vue_plugin_boilerplate = buildbot_vue_plugin_boilerplate:ep
    """,
)
コード例 #19
0
    print(
        'Please install buildbot_pkg module in order to install that '
        'package, or use the pre-build .whl modules available on pypi',
        file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-badges',
    description='Buildbot badges',
    author=u'Buildbot Team Members',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    packages=['buildbot_badges'],
    install_requires=['klein', 'CairoSVG', 'cairocffi', 'Jinja2'],
    package_data={
        '': [
            # dist is required by buildbot_pkg
            'VERSION',
            'templates/*.svg.j2',
            'static/.placeholder'
        ],
    },
    entry_points="""
        [buildbot.www]
        badges = buildbot_badges:ep
    """,
    classifiers=[
        'License :: OSI Approved :: GNU General Public License v2 (GPLv2)'
    ],
)
コード例 #20
0
ファイル: setup.py プロジェクト: jmbeuken/buildbot_travis
setup_www_plugin(
    name='buildbot_travis',
    description="Travis CI implemented in Buildbot",
    long_description=open("README.rst").read(),
    keywords="buildbot travis ci",
    url="http://github.com/buildbot/buildbot_travis",
    author="Buildbot community",
    author_email="*****@*****.**",
    license="MIT",
    packages=find_packages(exclude=['ez_setup']),
    include_package_data=True,
    zip_safe=False,
    entry_points={
        'buildbot.travis': [
            'git+poller = buildbot_travis.vcs.git:GitPoller',
            'gerrit = buildbot_travis.vcs.gerrit:Gerrit',
            'github = buildbot_travis.vcs.git:Github',
            # untested 'svn+poller = buildbot_travis.vcs.svn:SVNPoller',
            ],
        'buildbot.www': [
            'buildbot_travis = buildbot_travis:ep'
        ],
        'console_scripts': [
            'bbtravis=buildbot_travis.cmdline:bbtravis',
        ]
    },
    install_requires=[
        'setuptools',
        'buildbot',
        'buildbot-www',
        'buildbot-slave',
        'klein',
        'PyYAML',
    ],
)
コード例 #21
0
ファイル: setup.py プロジェクト: Cray/buildbot
from __future__ import division
from __future__ import print_function

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print("Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi", file=sys.stderr)
    sys.exit(1)


setup_www_plugin(
    name='buildbot-wsgi-dashboards',
    description='Buildbot plugin to integrate flask or bottle dashboards to buildbot UI',
    author=u'Buildbot maintainers',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    packages=['buildbot_wsgi_dashboards'],
    package_data={
        '': [
            'VERSION',
            'static/*'
        ]
    },
    entry_points="""
        [buildbot.www]
        wsgi_dashboards = buildbot_wsgi_dashboards:ep
    """,
)
コード例 #22
0
ファイル: setup.py プロジェクト: JamesHyunKim/buildbot
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright Buildbot Team Members

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print >> sys.stderr, "Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi"
    sys.exit(1)

setup_www_plugin(
    name='buildbot-console-view',
    description='Buildbot Console View plugin.',
    author=u'Pierre Tardy',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    py_modules=['buildbot_www'],
    entry_points="""
        [buildbot.www]
        console_view = buildbot_console_view:ep
    """,
)
コード例 #23
0
#
# Copyright Buildbot Team Members

from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print(
        "Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi",
        file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-grid-view',
    description='Buildbot Grid View plugin',
    author=u'Robin Jarry',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    packages=['buildbot_grid_view'],
    package_data={'': ['VERSION', 'static/*']},
    entry_points="""
        [buildbot.www]
        grid_view = buildbot_grid_view:ep
    """,
)
コード例 #24
0
ファイル: setup.py プロジェクト: 595796726/buildbot
    from buildbot_pkg import setup_www_plugin
    import mock  # noqa
    import buildbot  # noqa
except ImportError:
    import sys
    print >> sys.stderr, "Please install buildbot, buildbot_pkg, and mock modules in order to install that package, or use the pre-build .whl modules available on pypi"
    sys.exit(1)

setup_www_plugin(
    name='buildbot-www',
    description='Buildbot UI',
    author=u'Pierre Tardy',
    author_email=u'*****@*****.**',
    setup_requires=['buildbot', 'buildbot_pkg', 'mock'],
    url='http://buildbot.net/',
    license='GNU GPL',
    packages=['buildbot_www'],
    package_data={
        '': [
            'VERSION',
            'static/*',
            'static/img/*',
            'static/fonts/*',
        ]
    },
    entry_points="""
        [buildbot.www]
        base = buildbot_www:ep
    """
)
コード例 #25
0
ファイル: setup.py プロジェクト: 1iget/buildbot.1.https
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print(
        'Please install buildbot_pkg module in order to install that '
        'package, or use the pre-build .whl modules available on pypi',
        file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-wsgi-dashboards',
    description=
    'Buildbot plugin to integrate flask or bottle dashboards to buildbot UI',
    author=u'Buildbot maintainers',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    packages=['buildbot_wsgi_dashboards'],
    package_data={'': ['VERSION', 'static/*']},
    entry_points="""
        [buildbot.www]
        wsgi_dashboards = buildbot_wsgi_dashboards:ep
    """,
)
コード例 #26
0
ファイル: setup.py プロジェクト: djmitche/buildbot
try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print("Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi", file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-badges',
    description='Buildbot badges',
    author=u'Buildbot Team Members',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    packages=['buildbot_badges'],
    install_requires=[
        'klein',
        'CairoSVG==1.0.22',  # cairoSVG 2+ is not py2 compatible
        'cairocffi', 'Jinja2'
    ],
    package_data={
        '': [
            'VERSION', 'templates/*.svg.j2'
        ],
    },
    entry_points="""
        [buildbot.www]
        badges = buildbot_badges:ep
    """,
)
コード例 #27
0
ファイル: setup.py プロジェクト: jonnyyu/buildbot_profiler
    sys.exit(1)

setup_www_plugin(
    name='buildbot-profiler',
    description='"Profiler for buildbot master and its UI"',
    long_description=open('README.rst').read(),
    author=u'Buildbot contributors',
    author_email=u'*****@*****.**',
    url='https://github.com/tardyp/buildbot_profiler',
    license='GNU GPL',
    version='1.2.2',
    packages=['buildbot_profiler'],
    install_requires=[
        'klein', 'psutil'
    ],
    package_data={
        '': [
            'VERSION',
            'static/*'
        ]
    },
    entry_points="""
        [buildbot.www]
        profiler= buildbot_profiler:ep
        [buildbot.util]
        ProfilerService= buildbot_profiler.api:ProfilerService
        [console_scripts]
        bbprofiler=buildbot_profiler.app:main
    """,
)
コード例 #28
0
ファイル: setup.py プロジェクト: zjtheone/buildbot
try:
    from buildbot_pkg import setup_www_plugin
    import mock  # noqa
    import buildbot  # noqa
except ImportError:
    import sys
    print >> sys.stderr, "Please install buildbot, buildbot_pkg, and mock modules in order to install that package, or use the pre-build .whl modules available on pypi"
    sys.exit(1)

setup_www_plugin(name='buildbot-www',
                 description='Buildbot UI',
                 author=u'Pierre Tardy',
                 author_email=u'*****@*****.**',
                 setup_requires=['buildbot', 'buildbot_pkg', 'mock'],
                 url='http://buildbot.net/',
                 license='GNU GPL',
                 packages=['buildbot_www'],
                 package_data={
                     '': [
                         'VERSION',
                         'static/*',
                         'static/img/*',
                         'static/fonts/*',
                     ]
                 },
                 entry_points="""
        [buildbot.www]
        base = buildbot_www:ep
    """)
コード例 #29
0
ファイル: setup.py プロジェクト: BME-IK/buildbot
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright Buildbot Team Members

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print >> sys.stderr, "Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi"
    sys.exit(1)

setup_www_plugin(
    name='buildbot-www',
    description='Buildbot UI',
    author=u'Pierre Tardy',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    packages=['buildbot_www'],
    entry_points="""
        [buildbot.www]
        base = buildbot_www:ep
    """
)
コード例 #30
0
ファイル: setup.py プロジェクト: spmeesseman/buildbot
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print(
        'Please install buildbot_pkg module in order to install that '
        'package, or use the pre-build .whl modules available on pypi',
        file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-console-view',
    description='Buildbot Console View plugin.',
    author=u'Pierre Tardy',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    packages=['buildbot_console_view'],
    package_data={'': ['VERSION', 'static/*']},
    entry_points="""
        [buildbot.www]
        console_view = buildbot_console_view:ep
    """,
    classifiers=[
        'License :: OSI Approved :: GNU General Public License v2 (GPLv2)'
    ],
)
コード例 #31
0
#!/usr/bin/env python

from __future__ import absolute_import, division, print_function

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print(
        "Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi",
        file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='angular-dashboard',
    description='Angular Dashboard',
    author=u'Gabriel Nagy',
    author_email=u'*****@*****.**',
    url='/',
    license='',
    packages=['angular_dashboard'],
    package_data={'': ['VERSION', 'static/*']},
    entry_points="""
        [buildbot.www]
        angular_dashboard = angular_dashboard:ep
    """,
)
コード例 #32
0
# Copyright Buildbot Team Members

from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print(
        "Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi",
        file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-codeparameter',
    description=
    'Buildbot Forcescheduler Parameter that use ace.js to display code',
    author=u'Pierre Tardy',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    packages=['buildbot_codeparameter'],
    package_data={'': ['VERSION', 'static/*']},
    entry_points="""
        [buildbot.www]
        codeparameter = buildbot_codeparameter:ep
    """,
)
コード例 #33
0
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright Buildbot Team Members

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print(
        'Please install buildbot_pkg module in order to install that '
        'package, or use the pre-build .whl modules available on pypi',
        file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-grid-view',
    description='Buildbot Grid View plugin',
    author=u'Robin Jarry',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    packages=['buildbot_grid_view'],
    package_data={'': ['VERSION', 'static/*']},
    entry_points="""
        [buildbot.www]
        grid_view = buildbot_grid_view:ep
    """,
    classifiers=[
        'License :: OSI Approved :: GNU General Public License v2 (GPLv2)'
    ],
)
コード例 #34
0
ファイル: setup.py プロジェクト: nand0p/buildbot
try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys
    print("Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi", file=sys.stderr)
    sys.exit(1)

setup_www_plugin(
    name='buildbot-nestedexample',
    description='"An example of a custom nested parameter"',
    author=u'Ion Alberdi',
    author_email=u'*****@*****.**',
    url='http://buildbot.net/',
    license='GNU GPL',
    version='0.0.1',
    packages=['buildbot_nestedexample'],
    install_requires=[
        'klein'
    ],
    package_data={
        '': [
            'VERSION',
            'static/*'
        ]
    },
    entry_points="""
        [buildbot.www]
        nestedexample = buildbot_nestedexample:ep
    """,
)
コード例 #35
0
ファイル: setup.py プロジェクト: nierob/buildbot
# details.
#
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright Buildbot Team Members

try:
    from buildbot_pkg import setup_www_plugin
except ImportError:
    import sys

    print >>sys.stderr, "Please install buildbot_pkg module in order to install that package, or use the pre-build .whl modules available on pypi"
    sys.exit(1)


setup_www_plugin(
    name="buildbot-waterfall-view",
    description="Buildbot Waterfall View plugin",
    author=u"Pierre Tardy",
    author_email=u"*****@*****.**",
    url="http://buildbot.net/",
    license="GNU GPL",
    packages=["buildbot_waterfall_view"],
    entry_points="""
        [buildbot.www]
        waterfall_view = buildbot_waterfall_view:ep
    """,
)