sebbASF commented on issue #297: URL: https://github.com/apache/incubator-ponymail-foal/issues/297#issuecomment-4757247736
Note that the ?revision= qualifiers on the HTML links should all be the same, as they are all updated at the same time. However, that is not the case for lists.a.o: ``` list.html: <link href="css/scaffolding.css?revision=952d7f7" rel="stylesheet" media="all"> list.html: <script src="js/config.js?revision=f51d5f8"></script> list.html: <script src="js/wordcloud.js?revision=f51d5f8"></script> list.html: <script src="js/ponymail.js?revision=f51d5f8"></script> thread.html: <link href="css/scaffolding.css?revision=952d7f7" rel="stylesheet" media="all"> thread.html: <script src="js/config.js?revision=f51d5f8"></script> thread.html: <script src="js/wordcloud.js?revision=f51d5f8"></script> thread.html: <script src="js/ponymail.js?revision=f51d5f8"></script> ``` The other HTML files (index.html and oauth.html) use `revision=952d7f7` only. The id values are only used to ensure the linked files are fetched at least once when the HTML is updated. But the discrepancy does suggest that lists.a.o is not running a vanilla copy of any commit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
