ymir-linux / void-packages

The Void source libre packages collection
https://voidlinux.org
Other
7 stars 2 forks source link

We can use shallow clone for the script #5

Closed reback00 closed 4 years ago

reback00 commented 4 years ago

The script clones this repository including all its past change history and branches: https://github.com/drake-newell/void-packages/blob/5a089025729cc137ff7b08b2e3dc32c3bbf625c4/void-liberation-local#L18

I think we can use shallow clone for making it faster, because we won't need all those history for building:

git clone --depth 1 https://github.com/drake-newell/void-packages.git
drake-newell commented 4 years ago

Added it.