PhoenicisOrg / phoenicis-winebuild

Docker based Wine building tool for Linux and macOS
https://www.playonlinux.com/wine/
MIT License
72 stars 20 forks source link

Projects uses a lot of bandwidth #142

Closed Gcenx closed 3 years ago

Gcenx commented 3 years ago

https://github.com/PhoenicisOrg/phoenicis-winebuild/blob/90e39cdeb467a80d16bdc25e091881bdb08c93d1/builders/WineBuilder.py#L19-L21

This downloads the entire git history then checkout the desired release why not directly clone the desired release and use --depth 1

For example;

git clone -b wine-6.0 --depth 1 https://github.com/wine-mirror/wine.git