https://bugs.freedesktop.org/show_bug.cgi?id=56131
--- Comment #2 from Matúš Kukan <[email protected]> --- (In reply to comment #1) > There is a third possible solution: to have all the download information > directly in the external modules. My preferred format for that is 2 files > for every tarball in a module: > * <tarball>.md5 for the name and md5 (in fact, output of md5sum <tarball>) > * <tarball>.url for source URL. This file should be optional for the default > URL (http://dev-www.libreoffice.org/src). So, 'download' ('make fetch') would first do ls */*.md5 and then wget them ? And also gb_UnpackedTarball_UnpackedTarball,foo would read the tarball-name from foo.md5 file ? Sounds cool. But how would 'make fetch' know which tarballs do we really need ? We would need to put that information into <tarball>.md5 I guess. (Or hint how to find it out.) Another way could be: for foo.md5 search for 'foo' in new 'TARBALLS' variable. (Something like BUILD_TYPE) Does this make sense ? Am I missing something? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
