* [Bug Infrastructure/29643] New: Release upload process improvements
@ 2022-10-02 21:17 mark at klomp dot org
2022-10-03 3:10 ` Ian Kelling
` (7 more replies)
0 siblings, 8 replies; 12+ messages in thread
From: mark at klomp dot org @ 2022-10-02 21:17 UTC (permalink / raw)
To: overseers
https://sourceware.org/bugzilla/show_bug.cgi?id=29643
Bug ID: 29643
Summary: Release upload process improvements
Product: sourceware
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: Infrastructure
Assignee: overseers at sourceware dot org
Reporter: mark at klomp dot org
Target Milestone: ---
Projects that use https://sourceware.org/pub/ for releases need a shell account
and are responsible for providing signatures themselves (although we do
generate md5 and sha512 sums).
It would be good to provide a release mechanism like:
https://www.gnu.org/prep/maintain/maintain.html#Automated-FTP-Uploads
So no shell access is required and signatures are.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Bug Infrastructure/29643] New: Release upload process improvements
2022-10-02 21:17 [Bug Infrastructure/29643] New: Release upload process improvements mark at klomp dot org
@ 2022-10-03 3:10 ` Ian Kelling
2022-10-03 17:10 ` Frank Ch. Eigler
2022-10-03 4:08 ` [Bug Infrastructure/29643] " iank at fsf dot org
` (6 subsequent siblings)
7 siblings, 1 reply; 12+ messages in thread
From: Ian Kelling @ 2022-10-03 3:10 UTC (permalink / raw)
To: Overseers mailing list; +Cc: mark at klomp dot org
mark at klomp dot org via Overseers <overseers@sourceware.org> writes:
> https://sourceware.org/bugzilla/show_bug.cgi?id=29643
>
> Bug ID: 29643
> Summary: Release upload process improvements
> Product: sourceware
> Version: unspecified
> Status: NEW
> Severity: normal
> Priority: P2
> Component: Infrastructure
> Assignee: overseers at sourceware dot org
> Reporter: mark at klomp dot org
> Target Milestone: ---
>
> Projects that use https://sourceware.org/pub/ for releases need a shell account
> and are responsible for providing signatures themselves (although we do
> generate md5 and sha512 sums).
>
> It would be good to provide a release mechanism like:
> https://www.gnu.org/prep/maintain/maintain.html#Automated-FTP-Uploads
> So no shell access is required and signatures are.
Is it better to comment on these in bugzilla? Apparently I never created
one, I just emailed, in the meantime, I'll reply here.
This is a great idea, and I suggest using the GNU FTP software. It is
unpublished currently, I think only because of momentum that it started
as a tiny script 16 years ago but we (FSF) could publish and/or share it
right away (just say the word). We recently had a volunteer audit the
code for security issues and have been working toward publish a release
that had all the documentation for other people to easily use it, but
that doesn't need to be perfect, we can just do it.
Right now, I see that GCC, GDB, GLIBC and Binutils are published both
places, so this seems like an obvious area for more
cooperation/coordination
For example, (and I would just open a separate bug for this, but I want
to get this off my chest): I notice that the sort order on
https://sourceware.org/pub/ is alphabetical instead of version ordering,
which is confusing. On the GNU FTP, we apparently get the right sort
ordering through debian's config,
/etc/apache2/mods-available/autoindex.conf, the line seems to be:
IndexOptions FancyIndexing VersionSort HTMLTable NameWidth=* DescriptionWidth=* Charset=UTF-8,
the debian upstream repo for this config is
https://salsa.debian.org/apache-team/apache2 in the path
./debian/config-dir/mods-available/autoindex.conf
I suggest adding that line to the sourceware apache config.
--
Ian Kelling | Senior Systems Administrator, Free Software Foundation
GPG Key: B125 F60B 7B28 7FF6 A2B7 DF8F 170A F0E2 9542 95DF
https://fsf.org | https://gnu.org
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Bug Infrastructure/29643] Release upload process improvements
2022-10-02 21:17 [Bug Infrastructure/29643] New: Release upload process improvements mark at klomp dot org
2022-10-03 3:10 ` Ian Kelling
@ 2022-10-03 4:08 ` iank at fsf dot org
2022-10-06 17:50 ` mark at klomp dot org
` (5 subsequent siblings)
7 siblings, 0 replies; 12+ messages in thread
From: iank at fsf dot org @ 2022-10-03 4:08 UTC (permalink / raw)
To: overseers
https://sourceware.org/bugzilla/show_bug.cgi?id=29643
--- Comment #1 from iank at fsf dot org ---
mark at klomp dot org via Overseers <overseers@sourceware.org> writes:
> https://sourceware.org/bugzilla/show_bug.cgi?id=29643
>
> Bug ID: 29643
> Summary: Release upload process improvements
> Product: sourceware
> Version: unspecified
> Status: NEW
> Severity: normal
> Priority: P2
> Component: Infrastructure
> Assignee: overseers at sourceware dot org
> Reporter: mark at klomp dot org
> Target Milestone: ---
>
> Projects that use https://sourceware.org/pub/ for releases need a shell account
> and are responsible for providing signatures themselves (although we do
> generate md5 and sha512 sums).
>
> It would be good to provide a release mechanism like:
> https://www.gnu.org/prep/maintain/maintain.html#Automated-FTP-Uploads
> So no shell access is required and signatures are.
Is it better to comment on these in bugzilla? Apparently I never created
one, I just emailed, in the meantime, I'll reply here.
This is a great idea, and I suggest using the GNU FTP software. It is
unpublished currently, I think only because of momentum that it started
as a tiny script 16 years ago but we (FSF) could publish and/or share it
right away (just say the word). We recently had a volunteer audit the
code for security issues and have been working toward publish a release
that had all the documentation for other people to easily use it, but
that doesn't need to be perfect, we can just do it.
Right now, I see that GCC, GDB, GLIBC and Binutils are published both
places, so this seems like an obvious area for more
cooperation/coordination
For example, (and I would just open a separate bug for this, but I want
to get this off my chest): I notice that the sort order on
https://sourceware.org/pub/ is alphabetical instead of version ordering,
which is confusing. On the GNU FTP, we apparently get the right sort
ordering through debian's config,
/etc/apache2/mods-available/autoindex.conf, the line seems to be:
IndexOptions FancyIndexing VersionSort HTMLTable NameWidth=* DescriptionWidth=*
Charset=UTF-8,
the debian upstream repo for this config is
https://salsa.debian.org/apache-team/apache2 in the path
./debian/config-dir/mods-available/autoindex.conf
I suggest adding that line to the sourceware apache config.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Bug Infrastructure/29643] New: Release upload process improvements
2022-10-03 3:10 ` Ian Kelling
@ 2022-10-03 17:10 ` Frank Ch. Eigler
2022-10-07 15:38 ` Ian Kelling
0 siblings, 1 reply; 12+ messages in thread
From: Frank Ch. Eigler @ 2022-10-03 17:10 UTC (permalink / raw)
To: Overseers mailing list; +Cc: Ian Kelling
Hi -
> [...] For example, (and I would just open a separate bug for this,
> but I want to get this off my chest): I notice that the sort order
> on https://sourceware.org/pub/ is alphabetical instead of version
> ordering, [...]
The systemwide default indexoptions already include versionsort.
Where do you see something contrary? I'm seeing e.g. correct behaviour
in subdirectories such as https://sourceware.org/pub/gcc/releases/ .
- FChE
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Bug Infrastructure/29643] Release upload process improvements
2022-10-02 21:17 [Bug Infrastructure/29643] New: Release upload process improvements mark at klomp dot org
2022-10-03 3:10 ` Ian Kelling
2022-10-03 4:08 ` [Bug Infrastructure/29643] " iank at fsf dot org
@ 2022-10-06 17:50 ` mark at klomp dot org
2022-10-12 4:07 ` iank at fsf dot org
` (4 subsequent siblings)
7 siblings, 0 replies; 12+ messages in thread
From: mark at klomp dot org @ 2022-10-06 17:50 UTC (permalink / raw)
To: overseers
https://sourceware.org/bugzilla/show_bug.cgi?id=29643
--- Comment #2 from Mark Wielaard <mark at klomp dot org> ---
(In reply to iank from comment #1)
> This is a great idea, and I suggest using the GNU FTP software. It is
> unpublished currently, I think only because of momentum that it started
> as a tiny script 16 years ago but we (FSF) could publish and/or share it
> right away (just say the word). We recently had a volunteer audit the
> code for security issues and have been working toward publish a release
> that had all the documentation for other people to easily use it, but
> that doesn't need to be perfect, we can just do it.
If you do publish the scripts please add a pointer in this bug.
> For example, (and I would just open a separate bug for this, but I want
> to get this off my chest): I notice that the sort order on
> https://sourceware.org/pub/ is alphabetical instead of version ordering,
> which is confusing. On the GNU FTP, we apparently get the right sort
> ordering through debian's config,
It looks like we already are using VersionSort so this should be correct.
Do you have an directory where the sort oder is wrong?
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Bug Infrastructure/29643] New: Release upload process improvements
2022-10-03 17:10 ` Frank Ch. Eigler
@ 2022-10-07 15:38 ` Ian Kelling
0 siblings, 0 replies; 12+ messages in thread
From: Ian Kelling @ 2022-10-07 15:38 UTC (permalink / raw)
To: Frank Ch. Eigler; +Cc: Overseers mailing list
"Frank Ch. Eigler" <fche@redhat.com> writes:
> Hi -
>
>> [...] For example, (and I would just open a separate bug for this,
>> but I want to get this off my chest): I notice that the sort order
>> on https://sourceware.org/pub/ is alphabetical instead of version
>> ordering, [...]
>
> The systemwide default indexoptions already include versionsort.
> Where do you see something contrary? I'm seeing e.g. correct behaviour
> in subdirectories such as https://sourceware.org/pub/gcc/releases/ .
You are right, that is an embarrassing mistake, I chalk it up to working
while tired, thought I noticed something and didn't double check.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Bug Infrastructure/29643] Release upload process improvements
2022-10-02 21:17 [Bug Infrastructure/29643] New: Release upload process improvements mark at klomp dot org
` (2 preceding siblings ...)
2022-10-06 17:50 ` mark at klomp dot org
@ 2022-10-12 4:07 ` iank at fsf dot org
2022-12-31 16:14 ` mark at klomp dot org
` (3 subsequent siblings)
7 siblings, 0 replies; 12+ messages in thread
From: iank at fsf dot org @ 2022-10-12 4:07 UTC (permalink / raw)
To: overseers
https://sourceware.org/bugzilla/show_bug.cgi?id=29643
iank at fsf dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |iank at fsf dot org
--- Comment #3 from iank at fsf dot org ---
Update: A volunteer, Jacob Bachmeyer, is working on doing some
documenting and refactoring so it is reasonable for anyone to adopt and
use instead of just the GNU release site. For example having a
documented config file instead of hard coded variables with path
locations. His estimate for this is a few weeks to a month or three, and
I prefer to wait to publish it until then. But as I said before, if you
want is sooner, just ask and I can provide it privately under GPLv3+ in
it's current state and then of course you have the freedom to share as
you wish.
I will definitely add a pointer on this bug when we publish it.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Bug Infrastructure/29643] Release upload process improvements
2022-10-02 21:17 [Bug Infrastructure/29643] New: Release upload process improvements mark at klomp dot org
` (3 preceding siblings ...)
2022-10-12 4:07 ` iank at fsf dot org
@ 2022-12-31 16:14 ` mark at klomp dot org
2023-01-04 11:14 ` Ian Kelling
2023-01-04 11:14 ` iank at fsf dot org
` (2 subsequent siblings)
7 siblings, 1 reply; 12+ messages in thread
From: mark at klomp dot org @ 2022-12-31 16:14 UTC (permalink / raw)
To: overseers
https://sourceware.org/bugzilla/show_bug.cgi?id=29643
--- Comment #4 from Mark Wielaard <mark at klomp dot org> ---
Any update on publishing the scripts?
If the review isn't complete yet could you sent them privately so we can
inspect them ourselves and try them out on sourceware?
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Bug Infrastructure/29643] Release upload process improvements
2022-12-31 16:14 ` mark at klomp dot org
@ 2023-01-04 11:14 ` Ian Kelling
0 siblings, 0 replies; 12+ messages in thread
From: Ian Kelling @ 2023-01-04 11:14 UTC (permalink / raw)
To: Overseers mailing list; +Cc: mark at klomp dot org
mark at klomp dot org via Overseers <overseers@sourceware.org> writes:
> https://sourceware.org/bugzilla/show_bug.cgi?id=29643
>
> --- Comment #4 from Mark Wielaard <mark at klomp dot org> ---
> Any update on publishing the scripts?
>
> If the review isn't complete yet could you sent them privately so we can
> inspect them ourselves and try them out on sourceware?
Yes. Give me another day or so.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Bug Infrastructure/29643] Release upload process improvements
2022-10-02 21:17 [Bug Infrastructure/29643] New: Release upload process improvements mark at klomp dot org
` (4 preceding siblings ...)
2022-12-31 16:14 ` mark at klomp dot org
@ 2023-01-04 11:14 ` iank at fsf dot org
2023-01-10 9:51 ` iank at fsf dot org
2023-01-10 10:04 ` iank at fsf dot org
7 siblings, 0 replies; 12+ messages in thread
From: iank at fsf dot org @ 2023-01-04 11:14 UTC (permalink / raw)
To: overseers
https://sourceware.org/bugzilla/show_bug.cgi?id=29643
--- Comment #5 from iank at fsf dot org ---
mark at klomp dot org via Overseers <overseers@sourceware.org> writes:
> https://sourceware.org/bugzilla/show_bug.cgi?id=29643
>
> --- Comment #4 from Mark Wielaard <mark at klomp dot org> ---
> Any update on publishing the scripts?
>
> If the review isn't complete yet could you sent them privately so we can
> inspect them ourselves and try them out on sourceware?
Yes. Give me another day or so.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Bug Infrastructure/29643] Release upload process improvements
2022-10-02 21:17 [Bug Infrastructure/29643] New: Release upload process improvements mark at klomp dot org
` (5 preceding siblings ...)
2023-01-04 11:14 ` iank at fsf dot org
@ 2023-01-10 9:51 ` iank at fsf dot org
2023-01-10 10:04 ` iank at fsf dot org
7 siblings, 0 replies; 12+ messages in thread
From: iank at fsf dot org @ 2023-01-10 9:51 UTC (permalink / raw)
To: overseers
https://sourceware.org/bugzilla/show_bug.cgi?id=29643
--- Comment #6 from iank at fsf dot org ---
I understand this is public, we just aren't ready to advertise it yet:
git clone https://vcs.fsf.org/git/gatekeeper.git
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Bug Infrastructure/29643] Release upload process improvements
2022-10-02 21:17 [Bug Infrastructure/29643] New: Release upload process improvements mark at klomp dot org
` (6 preceding siblings ...)
2023-01-10 9:51 ` iank at fsf dot org
@ 2023-01-10 10:04 ` iank at fsf dot org
7 siblings, 0 replies; 12+ messages in thread
From: iank at fsf dot org @ 2023-01-10 10:04 UTC (permalink / raw)
To: overseers
https://sourceware.org/bugzilla/show_bug.cgi?id=29643
--- Comment #7 from iank at fsf dot org ---
As you will see from the repo, development got stalled over the winter
holiday but we are picking it back up again.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2023-01-10 10:04 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-02 21:17 [Bug Infrastructure/29643] New: Release upload process improvements mark at klomp dot org
2022-10-03 3:10 ` Ian Kelling
2022-10-03 17:10 ` Frank Ch. Eigler
2022-10-07 15:38 ` Ian Kelling
2022-10-03 4:08 ` [Bug Infrastructure/29643] " iank at fsf dot org
2022-10-06 17:50 ` mark at klomp dot org
2022-10-12 4:07 ` iank at fsf dot org
2022-12-31 16:14 ` mark at klomp dot org
2023-01-04 11:14 ` Ian Kelling
2023-01-04 11:14 ` iank at fsf dot org
2023-01-10 9:51 ` iank at fsf dot org
2023-01-10 10:04 ` iank at fsf dot org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).