UNKNOWN
Project description
See LICENSE for copyright details.
Package dependencies
====================
* bzr
* python-dev
* postgresql
* postgresql-server-dev-9.1
== Building the environment ==
Install the above package and then run:
"make"
to get the environment setup
== Testing ==
Run "make test" or "make acceptance".
To run specific tests you can specify the target via the parameter
TEST_TARGET, e.g.:
$ make test TEST_TARGET=test_database.TestDatabaseConfiguration
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``.
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>
You will need to create the tables yourself, you can use the
``db/postgres_schema.sql`` file for this::
sudo -u postgres psql -f db/postgres_schema.sql
Contents File (apt-file)
------------------------
Running in this mode is useful for running locally. It will download the
archives "Contents-%(architecture)s" file on demand and build a local
version of that to map from soname to pkgname.
You can run pkgme locally using:
$ cd /path/to/binary/thing/you/want/packaged
$ echo '{ "package_name" : "mypkg", "description" : "some description" }' > devportal-metadata.json
$ PYTHONPATH=/path/to/pkgme:/path/to/pkgme-devport \
PKGME_BACKEND_PATHS=/path/to/pkgme-devportal/devportalbinary/backends/ \
pkgme
Acceptance tests
================
There is an acceptance test suite that is not run as part of the
unit tests. You can run these tests with:
$ make acceptance
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
pkgme-devportal-0.5.1.tar.gz
(130.5 kB
view details)
File details
Details for the file pkgme-devportal-0.5.1.tar.gz
.
File metadata
- Download URL: pkgme-devportal-0.5.1.tar.gz
- Upload date:
- Size: 130.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55b8d9e5fdbc2efdb59bdb0214f788f2d131d94ca69a9b7f8977533cf92e2c06 |
|
MD5 | 76066b66f865922e4b9d72953cf88e4b |
|
BLAKE2b-256 | 290ccfa76ef9dbece285f5267862c76b0f0bffb12875d1b820b966856de295b5 |