BuildStream-Migration-Bot opened a new issue #7: URL: https://github.com/apache/buildstream/issues/7
[See original issue on GitLab](https://gitlab.com/BuildStream/buildstream/-/issues/7) In GitLab by [[Gitlab user @jonathanmaw]](https://gitlab.com/jonathanmaw) on Apr 10, 2017, 13:58 From https://wiki.gnome.org/Projects/BuildStream/Roadmap/SourcePlugins Tarball Source This should simply use host wget to obtain and cache tarballs in the local users source directory. The source should make a sha256 sum of the downloaded tarball in the track() method, so that users need not list the checksums themselves. The source should be able to detect and extract the tarball by itself, regardless of compression types, using host tar. If it is not good enough to derive what compression format from the file extension, then a configuration option for the source can be added for the tarball Source so a user can explicitly say this tarball is bzip2. A source plugin needs to implement: * configure * preflight * get_unique_key * get_consistency * get_ref * set_ref * track * fetch * stage ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
