Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Commit

Permalink
docs: using 'invoke deb'
Browse files Browse the repository at this point in the history
  • Loading branch information
jhermann committed Jun 30, 2016
1 parent 0229a98 commit 77a558d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,14 @@ Then, if you have all pre-requisites satisfied, try this:
dpkg-buildpackage -uc -us -b
The resulting package, if all went well, can be found in the parent of your project directory.
or, if you followed the instructions to create a developer working directory, this instead:
.. code-block:: shell
invoke deb
The resulting package, if all went well, can be found in the parent of your project directory
for the direct ``dpkg-buildpackage`` call, and in ``dist`` when you used ``invoke``.
You can upload it to a Debian package repository via e.g. `dput`, see `dput-webdav`_
for a hassle-free solution that works with *Artifactory* and *Bintray*.
Expand Down

0 comments on commit 77a558d

Please sign in to comment.