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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pkgme-devportal-0.1.tar.gz
.
File metadata
- Download URL: pkgme-devportal-0.1.tar.gz
- Upload date:
- Size: 96.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37036c3e672ebee4c4e4355115495a027ed5fa580ab262b1b09473e604dfa977 |
|
MD5 | 14ca1b4cce0b39a8201236ab2518a699 |
|
BLAKE2b-256 | 1d630a59fec56edfb50186bc536e5c04ed078e4a87b859389cde2d2ca889397e |