Package: golang-github-jesseduffield-go-getter / 0.0~git20180822.906e156-4

Metadata

Package Version Patches format
golang-github-jesseduffield-go-getter 0.0~git20180822.906e156-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use local artifacts.patch | (download)

client.go | 2 1 + 1 - 0 !
detect.go | 2 1 + 1 - 0 !
get_git.go | 2 1 + 1 - 0 !
get_hg.go | 2 1 + 1 - 0 !
module_test.go | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

 use local artifacts
 Use internal package to build go-getter.
fix test extended header tar.patch | (download)

test-fixtures/decompress-tar/extended_header.tar | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix the extended_header.tar test file
 There was a bug in the original test file which is now properly caught
 by the Go tar package. Update the file with a current version of git.
disable internet access.patch | (download)

detect_bitbucket_test.go | 8 5 + 3 - 0 !
get_git_test.go | 16 15 + 1 - 0 !
get_hg_test.go | 10 8 + 2 - 0 !
get_s3_test.go | 22 20 + 2 - 0 !
4 files changed, 48 insertions(+), 8 deletions(-)

 disable the internet access
 Disable the Internet access during build and test. The Debian package
 should never assume that Internet access is available during building.