Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #7698
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Brian May <bam@debian.org> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Git migration schedule |
| Date | Mon, 19 Oct 2015 23:40:01 +0200 |
| Message-ID | <qlqjT-8tO-3@gated-at.bofh.it> (permalink) |
| References | <qf9vr-5XN-1@gated-at.bofh.it> <ql2rg-7dt-5@gated-at.bofh.it> <qlmgi-2vV-31@gated-at.bofh.it> |
| X-Original-To | debian-python@lists.debian.org |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Mon Oct 19 21:39:30 2015 |
| Old-Return-Path | <brian@microcomaustralia.com.au> |
| X-Amavis-Spam-Status | No, score=-7.679 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, MURPHY_DRUGS_REL8=0.02, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | DYN_NJABL=SKIP(0) NOT_IN_SBL_XBL_SPAMHAUS=-1.5 BL_NJABL=SKIP(-1.5) CL_IP_EQ_HELO_IP=-2 (check from: .microcomaustralia. - helo: .mail-pa0-x230.google. - helo-domain: .google.) FROM/MX_MATCHES_NOT_HELO(DOMAIN)=0; rate: -5 |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=microcomaustralia.com.au; s=google; h=sender:from:to:subject:in-reply-to:organization:references :user-agent:date:message-id:mime-version:content-type; bh=kScmpZv9FjB0EcBKBmmaSSdWmT5FtB0rGuZCrf5PocQ=; b=cWaANEUv7EEUKPCLDMK87uwajWgdjJyHitDedqkWf+UZTkJ9C6BbU0RiY4+rBQLXDy ujYcbmCtP+tzDgz0VUqpaPq3gA279i33snylD9SmZxJ7LIHE9TTzKf8u4I7G2jJBxaqS 4vmIGFeuvhcRBmQRekkJKYwFc/d2QmkHIbEJQ= |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:subject:in-reply-to:organization :references:user-agent:date:message-id:mime-version:content-type; bh=kScmpZv9FjB0EcBKBmmaSSdWmT5FtB0rGuZCrf5PocQ=; b=djDA6QluDIb+n1SIyFXy/3yuRYbTpV1tB3YhhEJyHFmxbShsoB3fRUfZ2Ve5IqRXC7 kjFKJnyS5BYnBkVJU8zKn0EKCnvwG86y7qkm1347v5CTCmRABLxccjzAZgGLyv8Gc2DC R9J4hkILNmaCfWd9KkG21Hzecx4AY9bE00dMojXJJYmhb7vSek3NHE/xO40raEufNEhO 1oHqVv20Qn+PIhtdOx7lZ8cdwnv/qAZ9fCoE2mQcc0t9mNRcY4VTpfLPSC+MaRqmNCI3 M4s6m+WRO0PiS99b5RE9mHheTnSeZEDhZg+0S/L+QnarEROxoeJUePa51qt70gNAMzle NeLw== |
| X-Gm-Message-State | ALoCoQk+Hu11h7Jj7k/sN7c4chHzfo4HIMefoyi9q2n4zL+83gLEiTTUX57pd/M5Wr4L9bESYw/V |
| X-Received | by 10.66.253.199 with SMTP id ac7mr36554783pad.56.1445290746466; Mon, 19 Oct 2015 14:39:06 -0700 (PDT) |
| Sender | robomod@news.nic.it |
| Organization | Debian |
| User-Agent | Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) |
| MIME-Version | 1.0 |
| Content-Type | text/plain |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/13011 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/877fmiedxm.fsf@prune.linuxpenguins.xyz |
| Approved | robomod@news.nic.it |
| Lines | 17 |
| X-Original-Date | Tue, 20 Oct 2015 08:39:01 +1100 |
| X-Original-Message-ID | <877fmiedxm.fsf@prune.linuxpenguins.xyz> |
| X-Original-References | <20151002102428.37362c96@limelight.wooz.org> <5623F0B5.7030609@debian.org> <20151019131252.073fa34e@limelight.wooz.org> |
| X-Original-Sender | Brian May <brian@microcomaustralia.com.au> |
| Xref | csiph.com linux.debian.maint.python:7698 |
Show key headers only | View raw
Barry Warsaw <barry@debian.org> writes: > Now, in practice, it doesn't matter if you ignore git-dpm and just use quilt > *as long as the final state of the repo is compatible with git-dpm*. Meaning, > in general, you can make whatever local decisions you want as long as they > don't force other team members to go outside of team recommendations. I don't see how you could use quilt and maintain compatability with git-dpm. git-dpm expects all patches to be in git, and will update debian/patches automatically from git. quilt writes patches directly in debian/patches/* and doesn't support git. Not something that concerns me personally, quilt was starting to become very painful for me. I regularly ended up forgetting the "quilt add" operation before editing files, resulting in invalid patches. -- Brian May <bam@debian.org>
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar
Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-02 16:30 +0200
Re: Git migration schedule Sandro Tosi <morph@debian.org> - 2015-10-02 22:50 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-02 23:10 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-03 11:50 +0200
Re: Git migration schedule Sandro Tosi <morph@debian.org> - 2015-10-03 12:50 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-03 16:30 +0200
Re: Git migration schedule Sandro Tosi <morph@debian.org> - 2015-10-03 17:00 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-03 20:10 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-03 21:00 +0200
Re: Git migration schedule Daniele Tricoli <eriol@mornie.org> - 2015-10-03 21:50 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-03 22:30 +0200
Re: Git migration schedule Sandro Tosi <morph@debian.org> - 2015-10-04 21:10 +0200
Re: Git migration schedule Julien Puydt <julien.puydt@laposte.net> - 2015-10-04 21:30 +0200
Re: Git migration schedule Sandro Tosi <morph@debian.org> - 2015-10-04 21:40 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-04 23:10 +0200
Re: Git migration schedule IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> - 2015-10-05 12:10 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-05 22:40 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-05 23:30 +0200
Re: Git migration schedule IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> - 2015-10-06 09:40 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-05 18:00 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-04 23:10 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-05 17:50 +0200
Re: Git migration schedule Scott Kitterman <debian@kitterman.com> - 2015-10-05 18:30 +0200
Re: Git migration schedule Brian May <brian@microcomaustralia.com.au> - 2015-10-06 02:40 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-08 17:10 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-05 18:00 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-05 22:40 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-05 22:40 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-05 17:40 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-09 10:30 +0200
Re: Git migration schedule Brian May <brian@microcomaustralia.com.au> - 2015-10-10 01:10 +0200
Re: Git migration schedule Ben Finney <ben+debian@benfinney.id.au> - 2015-10-10 03:20 +0200
Re: Git migration schedule Mattia Rizzolo <mattia@mapreri.org> - 2015-10-10 03:50 +0200
Re: Git migration schedule Brian May <brian@microcomaustralia.com.au> - 2015-10-10 04:40 +0200
Re: Git migration schedule Barry Warsaw <barry@python.org> - 2015-10-10 21:10 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-11 10:30 +0200
Re: Git migration schedule Sandro Tosi <morph@debian.org> - 2015-10-18 03:00 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-05 17:50 +0200
Re: Git migration schedule Daniel Stender <debian@danielstender.com> - 2015-10-05 21:00 +0200
Re: Git migration schedule Barry Warsaw <barry@python.org> - 2015-10-06 01:20 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-06 01:30 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-08 17:10 +0200
Re: Git migration schedule Brian May <brian@microcomaustralia.com.au> - 2015-10-09 02:00 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-09 10:00 +0200
Re: Git migration schedule Brian May <brian@microcomaustralia.com.au> - 2015-10-10 00:40 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-10 01:00 +0200
Re: Git migration schedule Brian May <brian@microcomaustralia.com.au> - 2015-10-11 02:30 +0200
Re: Git migration schedule Raphael Hertzog <hertzog@debian.org> - 2015-10-12 09:10 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-12 21:40 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-09 10:10 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-09 16:50 +0200
Re: Git migration schedule Arthur de Jong <adejong@debian.org> - 2015-10-09 18:50 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-09 19:40 +0200
Re: Git migration schedule Arthur de Jong <adejong@debian.org> - 2015-10-09 21:30 +0200
Re: Git migration schedule Brian May <brian@microcomaustralia.com.au> - 2015-10-10 00:30 +0200
Re: Git migration schedule Stefano Rivera <stefanor@debian.org> - 2015-10-11 10:30 +0200
Re: Git migration schedule pushback permissions/DEP-3 workflow Daniel Stender <debian@danielstender.com> - 2015-10-12 20:20 +0200
Re: Git migration schedule pushback permissions/DEP-3 workflow Daniele Tricoli <eriol@mornie.org> - 2015-10-12 20:30 +0200
Re: Git migration schedule Brian May <brian@microcomaustralia.com.au> - 2015-10-10 00:20 +0200
Re: Git migration schedule IOhannes m zmölnig <zmoelnig@umlaeute.mur.at> - 2015-10-10 21:40 +0200
Re: Git migration schedule Jean-Michel Vourgère <nirgal@debian.org> - 2015-10-18 22:10 +0200
Re: Git migration schedule Piotr Ożarowski <piotr@debian.org> - 2015-10-18 23:10 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-19 19:20 +0200
Re: Git migration schedule Brian May <bam@debian.org> - 2015-10-19 23:40 +0200
Re: Git migration schedule Raphael Hertzog <hertzog@debian.org> - 2015-10-21 10:00 +0200
Re: Git migration schedule Brian May <bam@debian.org> - 2015-10-19 23:40 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-20 16:10 +0200
Re: Git migration schedule Sandro Tosi <morph@debian.org> - 2015-10-21 09:40 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-21 16:50 +0200
Re: Git migration schedule Sandro Tosi <morph@debian.org> - 2015-10-21 23:40 +0200
Re: Git migration schedule Brian May <bam@debian.org> - 2015-10-22 00:10 +0200
Re: Git migration schedule Sandro Tosi <sandro.tosi@gmail.com> - 2015-10-22 00:30 +0200
Re: Git migration schedule Raphael Hertzog <hertzog@debian.org> - 2015-10-22 09:20 +0200
Re: Git migration schedule Barry Warsaw <barry@debian.org> - 2015-10-23 01:50 +0200
Re: Git migration schedule Julien Puydt <julien.puydt@laposte.net> - 2015-10-22 10:00 +0200
Re: Git migration schedule Piotr Ożarowski <piotr@debian.org> - 2015-10-22 10:10 +0200
pristine-tar (was: Git migration schedule) "W. Martin Borgert" <debacle@debian.org> - 2015-10-22 13:10 +0200
Re: pristine-tar (was: Git migration schedule) Barry Warsaw <barry@debian.org> - 2015-10-23 01:50 +0200
Re: Git migration schedule Brian May <bam@debian.org> - 2015-10-22 10:30 +0200
csiph-web