Ottomata has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/196237

Change subject: Update gbp to work with tags.  Add debian/README with build 
instructions
......................................................................

Update gbp to work with tags.  Add debian/README with build instructions

Change-Id: Icba26de0e238b738234c6770fbfcb411fbe4daea
---
A debian/README
M debian/gbp.conf
2 files changed, 19 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/debs/python-kafka 
refs/changes/37/196237/1

diff --git a/debian/README b/debian/README
new file mode 100644
index 0000000..5e50f48
--- /dev/null
+++ b/debian/README
@@ -0,0 +1,16 @@
+This debianization is meant to track upstream from 
https://github.com/mumrah/kafka-python.
+To do so, you should set your upstream remote to that, like
+
+  git remote add https://github.com/mumrah/kafka-python.git
+
+To build a new version of python-kafka based on a new upstream tag, do:
+
+  git fetch --all
+  git checkout debian
+  git merge -s recursive -X theirs vX.X.X
+  git push gerrit debian
+  dch -i   # increment the changelog version
+  git commit -a -m 'Update to version X.X.X'
+  git review debian
+  git-buildpackage
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
index af94135..58557fd 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,5 +1,5 @@
 [git-buildpackage]
-upstream-tree=branch
-upstream-branch=0.8
+upstream-tree=tag
+upstream-tag=v%(version)s
+debian-tag=debian/v%(version)s
 debian-branch=debian
-export-dir = ../build-area/python-kafka

-- 
To view, visit https://gerrit.wikimedia.org/r/196237
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icba26de0e238b738234c6770fbfcb411fbe4daea
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/python-kafka
Gerrit-Branch: master
Gerrit-Owner: Ottomata <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to