This pull request implements a significant speed-up in Package-Builder by avoiding the download of the whole repository and then doing a checkout of the specified version. The speed-up is implemented by using "git clone" options that download only the code for the specified version. No change in the basic logic of the Package-Builder.
This pull request implements a significant speed-up in Package-Builder by avoiding the download of the whole repository and then doing a checkout of the specified version. The speed-up is implemented by using "git clone" options that download only the code for the specified version. No change in the basic logic of the Package-Builder.