Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > linux.debian.vote > #4439
| From | Ian Jackson <ijackson@chiark.greenend.org.uk> |
|---|---|
| Newsgroups | linux.debian.vote |
| Subject | Re: [RFC] General Resolution to deploy tag2upload |
| Date | 2024-06-13 13:40 +0200 |
| Message-ID | <IOQYa-2DVy-5@gated-at.bofh.it> (permalink) |
| References | <IOia6-2f7C-3@gated-at.bofh.it> <IOyeR-2ptu-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Antoine Beaupré writes ("Re: [RFC] General Resolution to deploy tag2upload"):
> Right now my workflow is basically git-buildpackage + salsa + dput,
> relunctantly using pristine-tar sometimes.
> I have *tried* to use dgit, but [...]
I think maybe I should make a blog post explaining what dgit is, and
isn't. But that's probably rather out-of-scope for this thread.
> 1. how does this change my gbp/salsa/dput workflow?
> can i *just* s/dput/dgit/?
By "this" I'm going to take you to mean "tag2upload".
With tag2upload you don't run dgit.
You replace gbp/salsa/dput with git-debpush. git-debpush will push to
your branch salsa for you, as well as making and pushing the git tag.
The tag2upload service will take care of the rest.
You'll still want to run gbp, etc., as part of your pre-upload
testing, of course.
> Can I just keep doing gbp + salsa and switch the "dput" bit to
> "dgit" or "tag2upload" without changing anything else? That would be
> kind of neat, but I'm not sure *why* I would do that in the first
> place...
There are two good reasons why you might want to adopt tag2upload,
(and they mostly apply to dgit push).
Firstly, tag2upload is much simpler, more convenient and faster.
(dgit is also simpler to use and more convenient, but not quite so
simple as tag2upload, and it isn't faster than old-school uploads.)
Secondly, tag2upload is more reliable, more traceable, and provides a
better result for users. (These advantages apply to dgit too.)
NB "reliable" here often means "more likely to stop and report a
problem, than blindly carry on and perhaps do a wrong thing".
tag2upload and dgit have many additional safety checks that help avoid
mistakes. For example, you can be sure that the git tree you are
about to upload is precisely what ends up in the archive - so you can
rely on git diff and never need to run debdiff on source packages.
It is much harder to accidentally undo an NMU. etc.
> 2. does this scale to the archive?
> ==================================
...
> So what's the plan for dealing with the sheer size of the Debian
> archive, assuming that eventually everything might reasonably be
> expected to be *both* on dgit and salsa, if I understand the proposal
> correctly?
It's true that this is a lot of data. It's going to be comparable in
size to the archive. Scalability is a reasonable concern.
There is one singleton service push.dgit.d.o, which is used only by
uploaders (and the tag2upload robot). So it shouldn't become
overloaded.
Non-uploading clients use {browse,git}.dgit.d.o. Currently that is a
single host, which is also shared with some other services. But it is
a read-only mirror and we could scale up to multiple mirrors.
> (Well, technically, the proposal says "this is opt-in, entirely
> optional", but Ian at least has explicitly stated he expects people to
> enthusiastically start to use dgit massively in the future, so even if
> that's not actually part of the proposal, we should take that scenario
> into account.)
YM enthusiastically start to use tag2upload. But, yes.
> 3. what does this mean for salsa/jenkins/bts/etc?
Nothing.
> In the long term, what do you actually think we should do about the
> duplication of tools out there? We are wasting a lot of energy here
> maintaining two CI systems (Jenkins and GitLab CI), two bug trackers
> (BTS and GitLab issues), two wiki systems (MoinMoin and GitLab Wikis),
I don't think I have an opinion about that. (Or at least, maybe I do,
but it's not relevant.)
tag2upload is not a competitor to any of the things you list.
In the long term, tag2upload depends on there being one or more things
that are a enough like git forges that they can call webhooks and
serve up git tags. Right now that's Salsa. If Debian wants to
replace gitlab with some other forge that's not something that
tag2upload has much of an opinion about.
Ultimately, *.dgit.d.o is in some sense a competitor to
archive.debian.org, but I don't see us abolishing archive.d.o.
Instead, tag2upload is getting us further towards on dual running,
where we accept either source packages or git trees, and publish both.
> two (or more?) VCS hosting systems (dgit and GitLab repos)?
dgit-repos is complementary to gitlab. (The relationship to salsa has
been discussed extensively elsewhere in this megathread.)
> I understand the proposal doesn't directly say "oh yeah, we're actually
> thinking we should ditch salsa and replace it with all those nice little
> small components", but it is certainly taking a stand that Salsa is not
> good enough to provide the level of security that is required to upload
> packages in Debian, and saying that is saying a lot because I suspect we
> are *actually* trusting Salsa and GitLab with our code much more than we
> would like to admit...
To be completely clear: tag2upload is not a replacement for Salsa, and
it cannot be such a replacement. In the planned deployment it
*depends on* Salsa.
> Anyways, I hope I'm not throwing a brick here, I do really have those
> questions and concerns and I am hoping a GR would pre-emptively answer
> them so we have a better idea of what we're actually voting on here,
> because I think the proposal, as it stands now, hides a lot of the
> unresolved issues and problems we have.
Past experience with GRs suggests very strongly that GR proposals
should be short. So I think the background has to be outside the
formal GR - in places like this discussion thread.
Ian.
--
Ian Jackson <ijackson@chiark.greenend.org.uk> These opinions are my own.
Pronouns: they/he. If I emailed you from @fyvzl.net or @evade.org.uk,
that is a private address which bypasses my fierce spamfilter.
Back to linux.debian.vote | Previous | Next — Previous in thread | Next in thread | Find similar
[RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-12 00:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 01:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-12 03:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 10:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Jonas Smedegaard <jonas@jones.dk> - 2024-06-12 10:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 12:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Jonas Smedegaard <jonas@jones.dk> - 2024-06-12 13:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 13:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Jonas Smedegaard <jonas@jones.dk> - 2024-06-12 13:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Pierre-Elliott Bécue <peb@debian.org> - 2024-06-13 11:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-12 13:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-12 18:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 22:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-12 22:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-12 13:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 13:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-12 14:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 14:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Jonas Smedegaard <jonas@jones.dk> - 2024-06-12 14:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 15:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Jonas Smedegaard <jonas@jones.dk> - 2024-06-12 15:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 15:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Jonas Smedegaard <jonas@jones.dk> - 2024-06-12 16:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 22:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Jonas Smedegaard <jonas@jones.dk> - 2024-06-12 23:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 23:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Jonas Smedegaard <jonas@jones.dk> - 2024-06-12 23:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Aigars Mahinovs <aigarius@debian.org> - 2024-06-13 11:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-12 16:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 16:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-12 18:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-12 23:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 23:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-12 23:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 23:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Alexander Wirt <formorer@debian.org> - 2024-06-13 00:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-13 00:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-13 10:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-12 23:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 23:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-12 23:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Gunnar Wolf <gwolf@debian.org> - 2024-06-12 19:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Gunnar Wolf <gwolf@debian.org> - 2024-06-12 19:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-12 19:50 +0200
Re: [RFC] General Resolution to deploy tag2upload "Adam D. Barratt" <adam@adam-barratt.org.uk> - 2024-06-12 20:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-12 20:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 22:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-12 22:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 23:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-12 23:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Simon Richter <sjr@debian.org> - 2024-06-13 08:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-13 00:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-13 10:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-13 10:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Jonathan Carter <jcc@debian.org> - 2024-06-12 17:20 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-13 12:00 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Simon Richter <sjr@debian.org> - 2024-06-13 12:50 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-13 13:10 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Matthias Urlichs <matthias@urlichs.de> - 2024-06-16 20:30 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Marco d'Itri <md@Linux.IT> - 2024-06-13 13:40 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Simon Richter <sjr@debian.org> - 2024-06-13 15:50 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-13 16:10 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Simon McVittie <smcv@debian.org> - 2024-06-13 17:20 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Sean Whitton <spwhitton@spwhitton.name> - 2024-06-14 03:10 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Russ Allbery <rra@debian.org> - 2024-06-13 18:00 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Simon Richter <sjr@debian.org> - 2024-06-14 05:50 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Russ Allbery <rra@debian.org> - 2024-06-14 06:40 +0200
Archive support for *.orig.bundle.* and *.debian.bundle.* Simon Josefsson <simon@josefsson.org> - 2024-06-14 09:20 +0200
Re: Archive support for *.orig.bundle.* and *.debian.bundle.* Simon McVittie <smcv@debian.org> - 2024-06-14 11:40 +0200
Re: Archive support for *.orig.bundle.* and *.debian.bundle.* Matthias Urlichs <matthias@urlichs.de> - 2024-06-16 21:00 +0200
Re: Archive support for *.orig.bundle.* and *.debian.bundle.* "Adam D. Barratt" <adam@adam-barratt.org.uk> - 2024-06-16 22:00 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-14 13:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Soren Stoutner <soren@debian.org> - 2024-06-12 02:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-12 03:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-12 03:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-12 04:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-12 07:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-12 07:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Holger Levsen <holger@layer-acht.org> - 2024-06-12 09:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-12 11:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Holger Levsen <holger@layer-acht.org> - 2024-06-12 11:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-12 13:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Holger Levsen <holger@layer-acht.org> - 2024-06-12 14:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-13 11:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-13 13:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-13 14:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-13 14:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Pierre-Elliott Bécue <peb@debian.org> - 2024-06-13 15:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-13 16:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Bastian Blank <waldi@debian.org> - 2024-06-12 13:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-12 18:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-13 10:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-16 16:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Bart Martens <bartm@debian.org> - 2024-06-16 17:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Aigars Mahinovs <aigarius@debian.org> - 2024-06-17 14:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-12 13:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Gard Spreemann <gspr@nonempty.org> - 2024-06-12 09:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-12 11:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-12 13:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-12 14:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-16 16:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Helmut Grohne <helmut@subdivi.de> - 2024-06-12 11:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-12 11:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-12 16:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-12 14:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-12 23:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-12 23:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-13 00:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-13 11:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-13 12:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Aigars Mahinovs <aigarius@debian.org> - 2024-06-13 12:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-13 13:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-13 17:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-13 17:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-13 17:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-14 19:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-14 20:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-14 22:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-14 23:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Gunnar Wolf <gwolf@debian.org> - 2024-06-16 08:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-14 22:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-14 23:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-14 23:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-14 23:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-15 08:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-15 00:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-15 00:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-15 01:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-15 03:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-15 06:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Soren Stoutner <soren@debian.org> - 2024-06-15 09:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-17 12:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-16 16:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-16 18:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Daniel Gröber <dxld@darkboxed.org> - 2024-06-15 12:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-17 11:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-13 18:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Gunnar Wolf <gwolf@debian.org> - 2024-06-13 22:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-16 16:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Gunnar Wolf <gwolf@debian.org> - 2024-06-16 20:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Marco d'Itri <md@Linux.IT> - 2024-06-12 16:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-13 00:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-14 15:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-14 16:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Simon Josefsson <simon@josefsson.org> - 2024-06-14 17:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-14 18:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Simon Josefsson <simon@josefsson.org> - 2024-06-14 18:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-15 00:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-12 15:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-12 16:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-12 16:50 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 2 more messages] Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-13 12:50 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 2 more messages] Scott Kitterman <debian@kitterman.com> - 2024-06-14 19:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Simon McVittie <smcv@debian.org> - 2024-06-12 17:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Bastian Blank <waldi@debian.org> - 2024-06-12 17:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-13 12:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Marco d'Itri <md@Linux.IT> - 2024-06-12 18:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Simon McVittie <smcv@debian.org> - 2024-06-12 18:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Andrey Rakhmatullin <wrar@debian.org> - 2024-06-12 19:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-12 19:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Soren Stoutner <soren@debian.org> - 2024-06-12 19:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-13 10:50 +0200
Re: source tarballs vs. source from git (was: tag2upload) Simon McVittie <smcv@debian.org> - 2024-06-12 16:50 +0200
Re: source tarballs vs. source from git Sean Whitton <spwhitton@spwhitton.name> - 2024-06-13 14:30 +0200
Re: source tarballs vs. source from git Mike Hommey <mh@glandium.org> - 2024-06-13 21:50 +0200
Re: source tarballs vs. source from git Sean Whitton <spwhitton@spwhitton.name> - 2024-06-13 23:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Marco d'Itri <md@Linux.IT> - 2024-06-12 16:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Mathias Behrle <mbehrle@debian.org> - 2024-06-13 09:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Antoine Beaupré <anarcat@orangeseeds.org> - 2024-06-12 17:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-12 23:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Antoine Beaupré <anarcat@debian.org> - 2024-06-13 03:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-13 13:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Antoine Beaupré <anarcat@orangeseeds.org> - 2024-06-13 16:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-13 17:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-13 17:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-13 10:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-14 12:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-14 20:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-16 06:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-16 06:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-16 09:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Timo Röhling <roehling@debian.org> - 2024-06-16 15:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-16 18:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Timo Röhling <roehling@debian.org> - 2024-06-16 18:50 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-17 12:20 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Matthias Urlichs <matthias@urlichs.de> - 2024-06-17 13:30 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-17 14:00 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Jonas Smedegaard <jonas@jones.dk> - 2024-06-17 14:00 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-17 14:20 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Jonas Smedegaard <jonas@jones.dk> - 2024-06-17 15:30 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-17 18:20 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Simon Richter <sjr@debian.org> - 2024-06-17 20:00 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Matthias Urlichs <matthias@urlichs.de> - 2024-06-17 21:00 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-17 21:10 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Michael Lustfield <michael@lustfield.net> - 2024-06-17 14:30 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Andrey Rakhmatullin <wrar@debian.org> - 2024-06-17 14:40 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-17 15:10 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Michael Lustfield <michael@lustfield.net> - 2024-06-17 17:10 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Judit Foglszinger <urbec@riseup.net> - 2024-06-17 17:20 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Michael Lustfield <michael@lustfield.net> - 2024-06-17 18:10 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Andrey Rakhmatullin <wrar@debian.org> - 2024-06-17 17:20 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Russ Allbery <rra@debian.org> - 2024-06-17 18:10 +0200
Re: [RFC] General Resolution to deploy tag2upload [and 1 more messages] Matthias Urlichs <matthias@urlichs.de> - 2024-06-17 15:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-15 02:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Jonathan Carter <jcc@debian.org> - 2024-06-15 11:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-16 06:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Andreas Tille <andreas@an3as.eu> - 2024-06-13 10:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-13 11:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Andreas Tille <andreas@an3as.eu> - 2024-06-13 11:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-13 13:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-13 15:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Timo Röhling <roehling@debian.org> - 2024-06-13 15:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-13 15:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <bluca@debian.org> - 2024-06-13 16:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Timo Röhling <roehling@debian.org> - 2024-06-13 17:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Luca Boccassi <luca.boccassi@gmail.com> - 2024-06-13 16:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-13 15:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Andreas Tille <andreas@an3as.eu> - 2024-06-13 22:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-13 23:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Andreas Tille <andreas@an3as.eu> - 2024-06-14 06:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-14 13:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Timo Röhling <roehling@debian.org> - 2024-06-13 11:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-13 13:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Didier 'OdyX' Raboud <odyx@debian.org> - 2024-06-13 21:20 +0200
A thought experiment regarding tag2upload and trust Philip Hands <phil@hands.com> - 2024-06-15 11:10 +0200
Re: A thought experiment regarding tag2upload and trust Louis-Philippe Véronneau <pollo@debian.org> - 2024-06-17 06:30 +0200
Re: A thought experiment regarding tag2upload and trust Scott Kitterman <debian@kitterman.com> - 2024-06-17 06:50 +0200
Re: A thought experiment regarding tag2upload and trust Louis-Philippe Véronneau <pollo@debian.org> - 2024-06-17 07:00 +0200
Re: A thought experiment regarding tag2upload and trust Bastian Blank <waldi@debian.org> - 2024-06-17 07:20 +0200
Re: A thought experiment regarding tag2upload and trust Russ Allbery <rra@debian.org> - 2024-06-17 07:30 +0200
Re: A thought experiment regarding tag2upload and trust Scott Kitterman <debian@kitterman.com> - 2024-06-17 07:40 +0200
Re: A thought experiment regarding tag2upload and trust Russ Allbery <rra@debian.org> - 2024-06-17 17:50 +0200
Re: A thought experiment regarding tag2upload and trust Andrey Rakhmatullin <wrar@debian.org> - 2024-06-17 10:20 +0200
Re: A thought experiment regarding tag2upload and trust Matthias Urlichs <matthias@urlichs.de> - 2024-06-17 08:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Bart Martens <bartm@debian.org> - 2024-06-15 15:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-15 19:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-15 18:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-15 21:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Marco d'Itri <md@Linux.IT> - 2024-06-15 22:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-15 23:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Marco d'Itri <md@linux.it> - 2024-06-15 23:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Philip Hands <phil@hands.com> - 2024-06-16 23:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-17 08:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-17 00:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Marco d'Itri <md@Linux.IT> - 2024-06-17 01:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Marco d'Itri <md@linux.it> - 2024-06-17 12:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Simon Richter <sjr@debian.org> - 2024-06-17 18:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-17 20:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Aigars Mahinovs <aigarius@gmail.com> - 2024-06-17 21:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-17 09:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-17 11:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Sven Mueller <sven@debian.org> - 2024-06-17 14:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-17 12:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-17 16:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Jessica Clarke <jrtc27@debian.org> - 2024-06-17 16:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-17 18:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Aigars Mahinovs <aigarius@debian.org> - 2024-06-17 22:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Aigars Mahinovs <aigarius@debian.org> - 2024-06-18 10:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Soren Stoutner <soren@debian.org> - 2024-06-18 17:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Aigars Mahinovs <aigarius@gmail.com> - 2024-06-18 18:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Soren Stoutner <soren@debian.org> - 2024-06-18 18:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Aigars Mahinovs <aigarius@gmail.com> - 2024-06-18 18:30 +0200
Re: [RFC] General Resolution to deploy tag2upload "Paul R. Tagliamonte" <paultag@gmail.com> - 2024-06-18 18:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Andrey Rakhmatullin <wrar@debian.org> - 2024-06-18 19:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-19 12:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Simon Richter <sjr@debian.org> - 2024-06-19 10:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Aigars Mahinovs <aigarius@debian.org> - 2024-06-19 10:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Simon Richter <sjr@debian.org> - 2024-06-19 16:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-19 19:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Simon Richter <sjr@debian.org> - 2024-06-19 20:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-19 11:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-19 18:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-19 19:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-18 20:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-18 18:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-19 03:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-19 08:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Simon McVittie <smcv@debian.org> - 2024-06-19 10:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@debian.org> - 2024-06-19 11:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-19 11:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-19 16:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-19 17:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-19 17:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Andrey Rakhmatullin <wrar@debian.org> - 2024-06-19 19:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-19 19:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-19 20:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-19 21:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-19 21:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-19 23:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Bastian Blank <waldi@debian.org> - 2024-06-19 21:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-19 22:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-19 23:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-19 23:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-20 00:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Aigars Mahinovs <aigarius@gmail.com> - 2024-06-20 00:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-20 06:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-20 01:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-20 07:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-20 21:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-21 13:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-21 14:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-21 14:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-21 16:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-21 17:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-21 17:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-21 17:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-21 19:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-21 19:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-21 17:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-21 17:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-21 18:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-21 18:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-21 17:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-21 17:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-21 18:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-21 19:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-21 20:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-21 21:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-21 21:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-22 04:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-23 17:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-23 17:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-23 18:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-23 19:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-23 19:50 +0200
Any reference of ftpmaster does not want to accept tag2upload (Was: [RFC] General Resolution to deploy tag2upload) Andreas Tille <andreas@an3as.eu> - 2024-06-26 16:20 +0200
Re: Any reference of ftpmaster does not want to accept tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-27 05:30 +0200
Re: Any reference of ftpmaster does not want to accept tag2upload (Was: [RFC] General Resolution to deploy tag2upload) Sam Hartman <hartmans@debian.org> - 2024-06-27 22:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-23 17:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-21 19:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-21 20:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-22 14:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-22 19:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Marco d'Itri <md@Linux.IT> - 2024-06-22 20:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-23 15:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-24 10:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-27 10:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-27 14:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-27 20:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-27 20:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-28 08:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-28 08:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-28 11:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-28 12:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Didier 'OdyX' Raboud <odyx@debian.org> - 2024-06-28 13:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-28 19:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-28 19:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-28 22:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Philip Hands <phil@hands.com> - 2024-06-20 08:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-21 12:20 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-21 17:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-19 23:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-19 17:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Kurt Roeckx <kurt@roeckx.be> - 2024-06-17 12:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-17 14:00 +0200
Isn't that just source format 3.0 (git)? (Was: [RFC] General Resolution to deploy tag2upload) Daniel Gröber <dxld@darkboxed.org> - 2024-06-17 13:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-17 21:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-17 21:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-18 23:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-19 00:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-19 01:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Russ Allbery <rra@debian.org> - 2024-06-19 02:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-19 08:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Ansgar 🙀 <ansgar@43-1.org> - 2024-06-19 10:10 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-19 22:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Matthias Urlichs <matthias@urlichs.de> - 2024-06-18 13:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-17 12:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Sean Whitton <spwhitton@spwhitton.name> - 2024-06-16 06:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-16 17:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-16 22:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-17 13:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Jonathan Carter <jcc@debian.org> - 2024-06-17 13:40 +0200
Re: [RFC] General Resolution to deploy tag2upload Simon Richter <sjr@debian.org> - 2024-06-17 16:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-17 17:50 +0200
Re: [RFC] General Resolution to deploy tag2upload Scott Kitterman <debian@kitterman.com> - 2024-06-17 17:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Gunnar Wolf <gwolf@debian.org> - 2024-06-17 20:00 +0200
Re: [RFC] General Resolution to deploy tag2upload Ian Jackson <ijackson@chiark.greenend.org.uk> - 2024-06-17 20:30 +0200
Re: [RFC] General Resolution to deploy tag2upload Joerg Jaspert <joerg@debian.org> - 2024-06-17 22:20 +0200
csiph-web