EnglishFrenchSpanish

OnWorks favicon

pybit-web - Online in the Cloud

Run pybit-web in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command pybit-web that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


pybit-web - buildd server to isuse build jobs to pybit clients.

DESCRIPTION


pybit-web provides a database connection and the controller to send messages to pybit
clients to create a specific package build using the specified version control system. The
client feeds status messages back to the controller which are displayed via the web
interface.

SETTING UP THE PYBIT-WEB SERVER


The Debian packaging of pybit-web uses dbconfig-common to configure the database.

For a local postgres instance, choose the unix socket option and the default ident
authentication, then postgres as the database administrative user and www-data as the
pybit-web database user. You can use whatever name you prefer for the pybit-web database
itself.

Note: Ensure that the www-data user is specified or apache will not be granted permission
to use the database connection. It's not enough to just set the user to www-data in
/etc/pybit/web/web.conf - this setting is correct but needs postgres to be configured to
allow access to www-data.

Also check that the pybit-web database owner is set to www-data and that all the tables in
the database have the owner set to www-data. Use ALTER DATABASE OWNER name TO "www-data"
and ALTER TABLE name OWNER to "www-data" if necessary.

BLACKLISTING PACKAGES


Sometimes there will be packages being committed to the VCS with updated debian/changelog
files but which either cannot or should not be built automatically.

pybit-web supports a postgres table called Blacklist, with fields "field" and "regex".
Blacklist is used internally by process_job() in controller to determine if certain
packages are centrally blacklisted using regexes. If there is a match on the field in
question, pybit-web will not issue a build request for this package. process_job() is
called by both the WebGUI and the VCS hook.

For example "name" and "(.*-dev)" will mean we do not autobuild any development packages,
while "vcs_uri" and "(.*/users/*)" will block sources from locations such as
/repo/users/jamesb/somebadcode

The controller log will print "BLACKLISTED! - [regex] matches [fieldname]:[data]" if a
package is blacklisted.

A 403 will be returned, as well as a False, from process_job to its caller (previously it
returned void)

Use pybit-web online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 2
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • 3
    Xtreme Download Manager
    Xtreme Download Manager
    The project has a new home now:
    https://xtremedownloadmanager.com/ For
    developers:
    https://github.com/subhra74/xdm Xtreme
    Download Manager is a powerful tool t...
    Download Xtreme Download Manager
  • 4
    TTGO VGA32 Lite
    TTGO VGA32 Lite
    Features:4:3 and 16:9 low resolution
    VGA outputPS/2 keyboard and mouse
    inputText-based user interface (TUI)
    with dialog managerPartial Unicode
    supportSlave dis...
    Download TTGO VGA32 Lite
  • 5
    Clover EFI bootloader
    Clover EFI bootloader
    Project has moved to
    https://github.com/CloverHackyColor/CloverBootloader..
    Features:Boot macOS, Windows, and Linux
    in UEFI or legacy mode on Mac or PC with
    UE...
    Download Clover EFI bootloader
  • 6
    unitedrpms
    unitedrpms
    Join us in Gitter!
    https://gitter.im/unitedrpms-people/Lobby
    Enable the URPMS repository in your
    system -
    https://github.com/UnitedRPMs/unitedrpms.github.io/bl...
    Download unitedrpms
  • More »

Linux commands

Ad