satis icon indicating copy to clipboard operation
satis copied to clipboard

Is there any opportunity to generate also git archives with source?

Open andkirby opened this issue 10 years ago • 1 comments

For example we have a source of a package: URL: http://github.com/vendor/prj.git reference: "someHashToMasterBranch"

But GitHub can generate ZIP archive: http://github.com/vendor/prj/archive/master.zip So, satis can generate "dist" for an archive. GitLab can generate it by similar URL: http://gitlab.com/vendor/prj/repository/archive.zip?ref=master

andkirby avatar Jan 11 '15 18:01 andkirby

Composer must pass a private_token to GitLab in order to download the ZIP archive directly. This will be possible with the GitLab driver: https://github.com/composer/composer/pull/3765

GromNaN avatar Mar 18 '15 11:03 GromNaN