Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
isv:perlur:pepel
restic
disable-selfupdate.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File disable-selfupdate.patch of Package restic
diff -uNr restic.org/build.go restic/build.go --- restic.org/build.go 2023-01-16 23:09:42.559283644 +0100 +++ restic/build.go 2023-01-16 23:10:38.002960609 +0100 @@ -56,7 +56,7 @@ Name: "restic", // name of the program executable and directory Namespace: "github.com/restic/restic", // subdir of GOPATH, e.g. "github.com/foo/bar" Main: "./cmd/restic", // package name for the main package - DefaultBuildTags: []string{"selfupdate"}, // specify build tags which are always used + //DefaultBuildTags: []string{"selfupdate"}, // specify build tags which are always used Tests: []string{"./..."}, // tests to run MinVersion: GoVersion{Major: 1, Minor: 18, Patch: 0}, // minimum Go version supported }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor