Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #8094
| Path | csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | "gustavo panizzo (gfa)" <gfa@zumbi.com.ar> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Updating python-jsmin |
| Date | Thu, 14 Jan 2016 16:50:01 +0100 |
| Message-ID | <qQSjT-Dz-5@gated-at.bofh.it> (permalink) |
| References | <qIzep-6Xt-15@gated-at.bofh.it> <qIFjQ-2w8-5@gated-at.bofh.it> <qIOwP-8gG-25@gated-at.bofh.it> <qIP9w-8u4-33@gated-at.bofh.it> <qPWIV-2PA-5@gated-at.bofh.it> <qPXbX-30c-7@gated-at.bofh.it> <qQJTk-3cp-9@gated-at.bofh.it> <qQO6C-6bn-21@gated-at.bofh.it> |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Thu Jan 14 15:44:28 2016 |
| Old-Return-Path | <gfa@zumbi.com.ar> |
| X-Amavis-Spam-Status | No, score=-7.788 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DIGITS_LETTERS=1, FOURLA=0.1, LDO_WHITELIST=-5, MURPHY_DRUGS_REL8=0.02, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.001, SARE_RECV_SPAM_NAME2=0.393] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -6.1 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| X-Operating-System | Linux io 3.16.0-4-amd64 |
| User-Agent | Mutt/1.5.24 (2015-08-30) |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/13413 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/20160114154409.GE2564@io.zumbi.casa |
| Approved | robomod@news.nic.it |
| Lines | 100 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Cc | Christopher Baines <chris@cbaines.net>, debian-python@lists.debian.org |
| X-Original-Date | Thu, 14 Jan 2016 23:44:09 +0800 |
| X-Original-Message-ID | <20160114154409.GE2564@io.zumbi.casa> |
| X-Original-References | <56798C15.7080300@cbaines.net> <20151223000700.GC24201@io.zumbi.casa> <567A7161.1010606@cbaines.net> <80B6E0FF-A3F1-4570-A466-D43025D9B672@zumbi.com.ar> <20160112021843.GD12222@gustavo-nb.RACKSPACE.CORP> <20160112024046.GE25876@chase.mapreri.org> <20160114064555.GJ12222@gustavo-nb.RACKSPACE.CORP> <20160114111640.GA10061@chase.mapreri.org> |
| Xref | csiph.com linux.debian.maint.python:8094 |
Show key headers only | View raw
On Thu, Jan 14, 2016 at 11:16:40AM +0000, Mattia Rizzolo wrote: > On Thu, Jan 14, 2016 at 02:45:55PM +0800, gustavo panizzo (gfa) wrote: > > On Tue, Jan 12, 2016 at 02:40:46AM +0000, Mattia Rizzolo wrote: > > > On Tue, Jan 12, 2016 at 10:18:43AM +0800, gustavo panizzo (gfa) wrote: > > > > Hello > > > > > > > > anybody willing to sponsor the upload? > > > > > > > > git.debian.org:/git/collab-maint/python-jsmin.git > > > > > > > > thanks! > > > > > > I can do it, but what should I use as a orig tarball? what I get out of > > > uscan (from pypi) has sha256sum > > > 8e7f19bc2cc467bccd02322dc0a6065d06a038e311f2531af1a33b410afea081 > > > Please consider following a git format with packagin branch > > > > Usually I generate the orig.tar.gz from git tags myself (gbp will do it > > for you) and upload that. > > umh, how gbp does that without pristine-tar? > I don't use gbp to dispatch build, so I wouldn't know how to do that. > Also, if I try: I use this line, it makes everything for me export GIT_PBUILDER_OPTIONS=--twice ; export ARCH=amd64 ;export \ DIST=sid; /usr/bin/time gbp buildpackage --git-builder=git-pbuilder \ --git-cleaner=true -d --git-verbose please note that I use pbuilder to build > > mattia@chase ~/devel/RFS/python-jsmin/python-jsmin (git)-[debian/unstable] % gbp buildpackage > pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions > pyversions: missing debian/pyversions file, fall back to supported versions > py3versions: no X-Python3-Version in control file, using supported versions > dh clean --buildsystem=python_distutils --with python2,python3 > dh_clean -O--buildsystem=python_distutils > gbp:warning: Pristine-tar branch "pristine-tar" not found > gbp:error: Pristine-tar couldn't checkout "python-jsmin_2.2.0.orig.tar.gz": pristine-tar: no pristine-tar branch found, use "pristine-tar commit" first > > > Please tell me how I'm supposed to take that tarball, and at this point > also the checksum of what I should expect, since I could start worrying. I've generated a tarball using git archive and push it to pristine-tar branch the md5sum of the tarball is 8f5e2fcdbe62b539efb5686ef0484831 I cloned the repo in a clean sid chroot, built it, and the md5sum coincided thanks! I learned something today :) > > Otherwise (sadly) ignore git and upload the source package somewhere > (mentors.d.n). But I usually prefer git, meh. > > > if the pkg needs a -2 release I base on that, > > if the pkg needs a -2 I use whatever is already on the Debian archive, > ignoring the git repository (but I usually check they matches). > > > I never used pristine-tar > > I have gbp doing all the dirty job for me (i.e. the > `pristine-tar commit` above), I just push it out. > > > I just pushed the changes, could you upload? you will need to force as I > > changed the tag and I merged over the branch from alioth but the end > > result is fine > > moving tags around doesn't need a force. `git pull --tags` will move > them. And thanksfully the HEAD was just moved ahead, not force-pushed > (and you shouldn't need to). > > > > > keybase: http://keybase.io/gfa > > > the key used to sign the tags on that repo is not the same as the one in > > > keybase, btw. doesn't really help. (063A6583 is the one used, 9F6C6333 > > > the one on keybase) > > > -- > regards, > Mattia Rizzolo > > GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. > more about me: http://mapreri.org : :' : > Launchpad user: https://launchpad.net/~mapreri `. `'` > Debian QA page: https://qa.debian.org/developer.php?login=mattia `- -- 1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333 keybase: http://keybase.io/gfa
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Updating python-jsmin Christopher Baines <chris@cbaines.net> - 2015-12-22 18:50 +0100
Re: Updating python-jsmin "gustavo panizzo (gfa)" <gfa@zumbi.com.ar> - 2015-12-23 01:20 +0100
Re: Updating python-jsmin Christopher Baines <chris@cbaines.net> - 2015-12-23 11:10 +0100
Re: Updating python-jsmin "gustavo panizzo (gfa)" <gfa@zumbi.com.ar> - 2015-12-23 11:50 +0100
Re: Updating python-jsmin Christopher Baines <chris@cbaines.net> - 2015-12-23 12:40 +0100
Re: Updating python-jsmin Ben Finney <ben+debian@benfinney.id.au> - 2015-12-23 20:10 +0100
Re: Updating python-jsmin "gustavo panizzo (gfa)" <gfa@zumbi.com.ar> - 2015-12-25 18:20 +0100
Re: Updating python-jsmin "gustavo panizzo (gfa)" <gfa@zumbi.com.ar> - 2016-01-12 03:20 +0100
Re: Updating python-jsmin Mattia Rizzolo <mattia@debian.org> - 2016-01-12 03:50 +0100
Re: Updating python-jsmin "gustavo panizzo (gfa)" <gfa@zumbi.com.ar> - 2016-01-14 07:50 +0100
Re: Updating python-jsmin Mattia Rizzolo <mattia@debian.org> - 2016-01-14 12:20 +0100
Re: Updating python-jsmin "gustavo panizzo (gfa)" <gfa@zumbi.com.ar> - 2016-01-14 16:50 +0100
Re: Updating python-jsmin Mattia Rizzolo <mattia@debian.org> - 2016-01-14 17:30 +0100
Re: Updating python-jsmin Thomas Goirand <zigo@debian.org> - 2016-01-15 04:00 +0100
Re: Updating python-jsmin Dmitry Shachnev <mitya57@debian.org> - 2016-01-14 16:50 +0100
Re: Updating python-jsmin Barry Warsaw <barry@debian.org> - 2016-01-14 17:50 +0100
csiph-web