You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@buildstream.apache.org by GitBox <gi...@apache.org> on 2020/12/30 10:16:42 UTC

[GitHub] [buildstream] BuildStream-Migration-Bot opened a new issue #7: Enhancement: Implement tar source plugin

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:
users@infra.apache.org



[GitHub] [buildstream] BuildStream-Migration-Bot commented on issue #7: Enhancement: Implement tar source plugin

Posted by GitBox <gi...@apache.org>.
BuildStream-Migration-Bot commented on issue #7:
URL: https://github.com/apache/buildstream/issues/7#issuecomment-752403910






----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [buildstream] BuildStream-Migration-Bot closed issue #7: Enhancement: Implement tar source plugin

Posted by GitBox <gi...@apache.org>.
BuildStream-Migration-Bot closed issue #7:
URL: https://github.com/apache/buildstream/issues/7


   


----------------------------------------------------------------
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:
users@infra.apache.org