Mac nightly builds no longer have hyphens in timestamps
A restructuring of http://prereleases.musescore.org/macosx/nightly/ has changed the timestamps in the names of the builds, which were in the format "2016-12-13-0050," to the less readable "201612130050." You can see the earlier behavior at https://web.archive.org/web/20161019052932/http://prereleases.musescore…, and compare with http://prereleases.musescore.org/windows/nightly/.
Comments
It might be sufficient to change ...build/travis/job_macos/updateHTML.py, line 40 to include those missing hypens? I don't talk Python enough to be sure though
Assigning to lasconic.
Just noting that the AppImage nightlies "suffer" the same datetime formatting.
https://github.com/musescore/MuseScore/blob/7a995b0782739c23407ea7727f5…
@Jojo: close but no cigar, although the parsing of the date will need adjustments there as well, the generated HTML starts by performing a directory read of filenames. Those already have the condensed datetime in them.
Fixed in branch master, commit 95ee9546d7
fix #151056: Mac nightly builds no longer have hyphens in timestamps
Fixed in branch 2.1, commit f50c9f97d6
fix #151056: Mac nightly builds no longer have hyphens in timestamps
Automatically closed -- issue fixed for 2 weeks with no activity.