> https://downloads.apache.org/iceberg points to https://dist.apache.org/repos/dist/release/iceberg so we don't need to edit it by hand.
It looks like the two files are different. For example, search for "Matt Topol", it only appears in the `dist/release` but not in `downloads`. https://downloads.apache.org/iceberg/KEYS https://dist.apache.org/repos/dist/release/iceberg/KEYS Best, Kevin Liu On Tue, Nov 12, 2024 at 9:02 AM Kevin Liu <kevin.jq....@gmail.com> wrote: > Hey folks, > > As mentioned in the previous email. Here are the references to > `dist/dev/iceberg/KEYS` > https://grep.app/search?q=dist.apache.org/repos/dist/.%2A/iceberg/KEYS®exp=true > > There are 3 repos mentioned. Here are the corresponding PRs: > - iceberg-python https://github.com/apache/iceberg-python/pull/1315 > - iceberg-go https://github.com/apache/iceberg-go/pull/200 > - iceberg https://github.com/apache/iceberg/pull/11526 > > We will probably want to merge and remove the dev KEYS first. > > Thanks, > Kevin Liu > > On Mon, Nov 11, 2024 at 11:52 PM Jean-Baptiste Onofré <j...@nanthrax.net> > wrote: > >> Hi Fokko >> >> As we discussed about that together on Slack, I'm fine merging and >> removing the dev located KEYS file. >> >> Regards >> JB >> >> On Mon, Nov 11, 2024 at 4:13 PM Fokko Driesprong <fo...@apache.org> >> wrote: >> > >> > Hi everyone, >> > >> > While looking at the release steps for iceberg-go, I noticed that we >> have two KEYS files: >> > >> > https://dist.apache.org/repos/dist/dev/iceberg/KEYS >> > https://dist.apache.org/repos/dist/release/iceberg/KEYS (Also >> available through https://downloads.apache.org/iceberg/KEYS) >> > >> > The first one is referenced by Java and Python, and the last one by >> Rust. As mentioned earlier, Go references them both. Should we consolidate >> these? My suggestion would be to merge the `/dev/` ones into the `release` >> ones, and get rid of the one in `dev`. Thoughts? >> > >> > Kind regards, >> > Fokko >> >