Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > linux.debian.vote > #4351
| From | Ian Jackson <ijackson@chiark.greenend.org.uk> |
|---|---|
| Newsgroups | linux.debian.vote |
| Subject | Re: [RFC] General Resolution to deploy tag2upload |
| Date | 2024-06-12 14:50 +0200 |
| Message-ID | <IOvAl-2nON-7@gated-at.bofh.it> (permalink) |
| References | <IOia6-2f7C-3@gated-at.bofh.it> <IOofw-2j5f-5@gated-at.bofh.it> <IOsj7-2lXf-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Helmut Grohne writes ("Re: [RFC] General Resolution to deploy tag2upload"):
> Thanks for reminding. While I've seen arguments in favour of the
> weaknesses of sha1 not affecting our use much, the xz-incident changes
> the weights of those arguments for me. I am now wondering whether we can
> be more proactive about changing the hash function used by git. For new
> repositories, this seems as simple as git init --object-format=sha256.
It is an important feature of most of the best Debian git workflows
that the Debian git branch is a descendant of the upstream git. It's
been a while since I looked at the git plans for sha25 transition. Is
it the case that a whole project and all its forks needs to change all
at once? (That's a very undesirable property, obvously.)
> I note that use of weak hashes in the current tag2upload is not a
> fundamental blocker but something that I expect proponents to work on in
> case the GR passes. Would one of the proponents confirm that they see
> this as worth spending their time on (on the condition that the GR
> passes)?
I do not have any plans to try to help push git's hash transition, in
upstream git, or on Salsa. (I did have a go a number of years ago,
but my sketch of a workable transition plan was rejected by the
upstream git maintainers, who at the time instead seemed intent on
adopting an inferior model which would make transition much more
awkward.)
On the other hand, when the dependencies are sorted out, I will
certainly make sure that better hashes can be used with tag2upload,
and develop and deploy appropriate barriers to use the old hashes
where they oughtn't to be appearing.
> I think you this depends on the bigger picture. When the /usr-merge
> transition was started, it was repeatedly sold as opt-in, but it really
> was not meant as opt-in. Maybe tag2upload is similar. While the mail
> thread suggests that it does not have to be used, I wouldn't be
> surprised to be talking about terminating non-git uploads later. Once
> that happens, we'd back to one path of issuance and that one path is
> tag2upload then. It is not entirely clear whether this is the vision or
> not and to me this vision would make the argument for tag2upload
> stronger due to the reason you give.
Well, I do have a vision. However, unlike the proponents of usrmerge,
I do not intend to force my views on maintainers and users.
Personally I do see tag2upload as a next step in a more complete
Debian git transition.
I do expect tag2upload to become very popular very quickly, simply
because it's so convenient. I'm also hoping that we can get it (and
dgit) supported for uploads to securit.d.o and do something about
with-binaries uploads. I want everyone to have the option of using
tag2upload, for every upload.
If tag2upload becomes very popular, and always possible, we might make
it possible for a maintainer to declare that a particular package
ought not to be uploaded with a raw .dsc - or perhaps for a PGP key
owner to declare that such and such a key will only be used for
tag2upload uploads.
I can't see Debian abolishing the ability to upload a raw source
package any time in the foreseeable future.
> We only really have two ways of changing the upload process. Either we
> temporarily add a new process and later remove the old process or we do
> a flag-day transition. I guess that most of us agree that doing a
> flag-day transition from .dsc uploads to git-debpush would not pass
> muster. So we have little options but adding it if we agree that the
> upload process needs changes.
Quite so.
> > And we also remove the Debian Maintainer role as dak would no longer
> > know who uploaded the package? Debian is larger than only Debian
> > Developers.
>
> This is a policy aspect. When we need to revoke a key used for uploading
> this happens via keyring maintainers as far as I understand, but in
> urgent cases it is ftp master who can also deny upload rights more
> quickly than via a keyring update. In moving to tag2upload as a service
> external to ftp, we partially move this capability from ftp master to
> the entity running tag2upload (DSA afaiui). Is there a sensible way to
> leave this policy aspect with the ftp team when using the tag2upload
> service? In effect, I'm asking whether ftp could somehow provide an
> authorization oracle to be used by tag2upload.
tag2upload leaves this policy with the ftpmaster team. It uses the
archive keyrings and dak's list of Debian Maintainers.
So there is no change here.
> > If only one could use regular git instead of a custom, non-standard VCS
> > built on top of Git that makes some workflows impossible and team
> > maintenance harder by not supporting publishing intermediate work. :-(
>
> Even though the people behind the tag2upload work are the same as dgit,
> the tag2upload service has been carefully designed to actually work with
> most maintainer views. It also uploads to dgit, but I think tag2upload
> would also work if that dgit part were skipped (please correct me if I'm
> wrong about this). Hence, tag2upload provides a very important value to
> me: I then get a an authentication chain from the Debian archive signing
> key to the actual git object used for uploading. That is a property that
> I would formerly only get from using dgit and only for the dgit view.
> With tag2upload, we would be authenticating actual maintainer tags of
> maintainer histories on salsa from the archive signing key. To me, this
> is a significant step affecting my workflows in a positive way.
I think this exchange contains a fundamental misunderstanding about
what dgit is. It's not a "custom nonstandard VCS built on top of
git". IHNI what "not supporting publishing intermediate work" refers
to. The expected way for an uploader to use dgit is to replace the
upload step with `dgit push-source`, not to replace Salsa.
If there is a custom nonstandard VCS built on top of git in this
picture, it's git-buildpackage.
Helmut's reference to "the dgit part" doesn't seem to make any sense
to me. tag2upload uses dgit to convert the git branch to a canonical
form (ie, a form treesame to `dpkg-source -x`), and then build a
source package from that.
Both dgit and tag2upload publish the git information (both forms)
and the .dsc to their respective servers (*.dgit.d.o, ftp.d.o).
None of that could or should be skipped.
dgit (the program) is needed here because it's the only program that
can reliably convert every suitable git branch to a .dsc. (It often
does much of its work by calling git-buildpackage, but sadly, that is
by no means everything that needs sorting out and fixing up.)
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: [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 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