summaryrefslogtreecommitdiff
path: root/projects/git-buildpackage.mdwn
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2021-04-29 17:29:47 +0200
committerGuido Günther <agx@sigxcpu.org>2021-04-29 17:29:47 +0200
commit813da555e28d4cc13f5d47164bc31f2a0d80270c (patch)
tree10480e716cf1966146cc292f4794c37d55e0627d /projects/git-buildpackage.mdwn
parent34b6c1a0654395cade02c739f7a7ddaedb5b1ff1 (diff)
gbp: Update pip useage and mention rpm
Diffstat (limited to 'projects/git-buildpackage.mdwn')
-rw-r--r--projects/git-buildpackage.mdwn10
1 files changed, 9 insertions, 1 deletions
diff --git a/projects/git-buildpackage.mdwn b/projects/git-buildpackage.mdwn
index 1be3ef2..b487a62 100644
--- a/projects/git-buildpackage.mdwn
+++ b/projects/git-buildpackage.mdwn
@@ -42,11 +42,19 @@ There's also a clone on [github](https://github.com/agx/git-buildpackage).
### Debian packages
Debian packages of git-buildpackage can be downloaded from the [[!debpkg git-buildpackage desc="Debian Archive"]].
+### RPM based distributions
+If you're on a rpm based distribution that doesn't ship *gbp* you can use the spec file in the
+[packaging folder](https://git.sigxcpu.org/cgit/git-buildpackage/tree/packaging/git-buildpackage.spec) as a template to build an *gbp* as rpm.
+
### Pypi
-If not on a Debian system you can fetch the package from [pypi](https://pypi.python.org/pypi/gbp):
+If all else fails you can fetch the package from [pypi](https://pypi.python.org/pypi/gbp):
pip install gbp
+but be prepared to tweak some options since the this is mostly
+meant to make using gbp's python classes in other projects. However
+patches to improve this are welcome.
+
## Bugreports
For enhancements and feature requests you can either use the [Debian bugtracking system](https://bugs.debian.org/git-buildpackage) or email [me](mailto:agx@sigxcpu.org) directly.