Skip to main content

UNKNOWN

Project description

See LICENSE for copyright details.

Dependencies

  • pkgme

  • bzr

  • storm

  • configglue

  • launchpadlib (if running fetch-symbol-files)

  • PIL

  • zlib1g-dev

Tests

  • fixtures

  • testtools

  • mock

Configuration File

Behaviour can be controlled by a config file at

$HOME/.config/pkgme-binary/conf

Currently one section is supported for configuring database access. This can either be sqlite or postgres.

You can override the location of this configuration file by setting the environment variable PKGME_DEVPORTAL_CONFIG_FILE.

SQLite

The file should look something like:

[database]
db_type = sqlite
path = /path/to/file.db

Postgres

The file should look something like:

[database]
db_type = postgres
host = <db host>
port = <db port>
username = <db username>
password = <db password>
db_name = <db name>

Tables within the database will be created by the tool itself.

Acceptance tests

There is an acceptance test suite that is not run as part of the unit tests. You can run these tests in virtualenv with

python -m testtools.run acceptance.tests

or in the rootdir of the checkout with

PYTHONPATH=$(pwd) python -m testtools.run acceptance.tests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pkgme-devportal-0.1.tar.gz (96.2 kB view details)

Uploaded Source

File details

Details for the file pkgme-devportal-0.1.tar.gz.

File metadata

File hashes

Hashes for pkgme-devportal-0.1.tar.gz
Algorithm Hash digest
SHA256 37036c3e672ebee4c4e4355115495a027ed5fa580ab262b1b09473e604dfa977
MD5 14ca1b4cce0b39a8201236ab2518a699
BLAKE2b-256 1d630a59fec56edfb50186bc536e5c04ed078e4a87b859389cde2d2ca889397e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page