Hi, Am Mittwoch, den 27.01.2021, 17:25 +0100 schrieb Svata Dedic: > in fact all the binaries are present at > https://ftp.osuosl.org/pub/netbeans/binaries/ but are not linked from > the web (see note at > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=115507251). > > If someone suggests a procedure how to refresh the index file info, I'll > do that (neither README or confluence page gave a guidance). The > 'index.html*' files regenerated somehow today, but do not include link > for the added files.
it should be fixed now. There was a cronjob, that mirrored the content of https://hg.netbeans.org/binaries/ to https://netbeans.osuosl.org/binaries/. The mirroring was done using a one level deep recursive wget. That also happily created the index files from hg.netbeans.org. As hg.netbeans.org is not used anymore to upload files, it only held the old binaries and this was reflected in the index files. The relevant file is crontab-sync.sh, which was called from the upload users crontab. I disabled the the call in the crontab, created a directory "unused" and moved the now unused scripts there. Greetings Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists