Skip to content

Commit

Permalink
Update documentation for release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bach-by committed Apr 22, 2016
1 parent 8aea92a commit 4096c36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -4,8 +4,8 @@ Changelog

This lists the most important changes for each release.

UNRELEASED
==========
v2.1.0 (Apr 22 2016)
====================

- Add support for client certificates.

Expand Down
12 changes: 8 additions & 4 deletions README.rst
Expand Up @@ -37,18 +37,19 @@ Commandline Usage

usage: devpi-builder [-h] [--blacklist BLACKLIST] [--pure-index PURE_INDEX]
[--junit-xml JUNIT_XML] [--dry-run]
[--client-cert CLIENT_CERT]
requirements index user password

Create wheels for all given project versions and upload them to the given
index.

positional arguments:
requirements requirements.txt style file specifying which project
versions to package.
index The index to upload the packaged software to.
user The user to log in as.
password Password of the user.

optional arguments:
-h, --help show this help message and exit
--blacklist BLACKLIST
Expand All @@ -64,11 +65,14 @@ Commandline Usage
a JUnit-compatible XML file.
--dry-run Build missing wheels, but do not modify the state of
the devpi server.
--client-cert CLIENT_CERT
Client key to use to authenticate with the devpi
server.

Features
========

* Read a ``requirements.txt`` stile input file.
* Read a ``requirements.txt`` style input file.
* Support multiple versions of a package in the same file
* Only build packages not yet in the target index.
* Support a black-list for packages to never be built and uploaded (certain packages like numpy are fragile regarding their interdependency with other packages).
Expand Down

0 comments on commit 4096c36

Please sign in to comment.