-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build.go setup problems with gomodules #5454
Labels
build
Issues caused by or requiring changes to the build system (scripts or Docker image)
frozen-due-to-age
Issues closed and untouched for a long time, together with being locked for discussion
Milestone
Comments
I don't think anyone's run this for years :) |
imsodin
added a commit
to imsodin/syncthing
that referenced
this issue
Jan 14, 2019
imsodin
added a commit
to imsodin/syncthing
that referenced
this issue
Jan 14, 2019
calmh
added a commit
to calmh/syncthing
that referenced
this issue
Feb 2, 2019
* master: (61 commits) build: Remove outdated&non-functional setup command (fixes syncthing#5454) (syncthing#5455) cmd/syncthing, lib/config: Update default config creation (syncthing#5492) golangci: Add config file cmd/syncthing: Correct strings.HasPrefix args order (syncthing#5498) all: Revert the underscore sillyness all: A few more interesting linter fixes (syncthing#5502) all: Even more boring linter fixes (syncthing#5501) all: Bunch of more linter fixes (syncthing#5500) all: Fix some linter errors (syncthing#5499) lib/db: Fix race in NamespacedKV (syncthing#5496) docker: Build outside GOPATH (fixes syncthing#5495) cmd/syncthing: Pass SIGTERM on in monitor (fixes syncthing#5493) (syncthing#5494) lib/model: In tests disable watching for changes by default (fixes syncthing#5246) (syncthing#5485) gui, man, authors: Update docs, translations, and contributors test, lib/rc: Integration test fixes and polish (syncthing#5488) mod: Update dependencies and tidy (fixes syncthing#5311) (syncthing#5486) lib/config: Add omitempty to DeprecatedMinHomeDiskFreePct (fixes syncthing#5482) (syncthing#5484) all: Copy owner/group from parent (fixes syncthing#5445) (syncthing#5479) vendor: rm -rf vendor (syncthing#5478) lib/model: Improve errors while pulling (syncthing#5474) ...
calmh
added a commit
to calmh/syncthing
that referenced
this issue
Feb 2, 2019
* master: (62 commits) cmd/syncthing: Fixup previous commit build: Remove outdated&non-functional setup command (fixes syncthing#5454) (syncthing#5455) cmd/syncthing, lib/config: Update default config creation (syncthing#5492) golangci: Add config file cmd/syncthing: Correct strings.HasPrefix args order (syncthing#5498) all: Revert the underscore sillyness all: A few more interesting linter fixes (syncthing#5502) all: Even more boring linter fixes (syncthing#5501) all: Bunch of more linter fixes (syncthing#5500) all: Fix some linter errors (syncthing#5499) lib/db: Fix race in NamespacedKV (syncthing#5496) docker: Build outside GOPATH (fixes syncthing#5495) cmd/syncthing: Pass SIGTERM on in monitor (fixes syncthing#5493) (syncthing#5494) lib/model: In tests disable watching for changes by default (fixes syncthing#5246) (syncthing#5485) gui, man, authors: Update docs, translations, and contributors test, lib/rc: Integration test fixes and polish (syncthing#5488) mod: Update dependencies and tidy (fixes syncthing#5311) (syncthing#5486) lib/config: Add omitempty to DeprecatedMinHomeDiskFreePct (fixes syncthing#5482) (syncthing#5484) all: Copy owner/group from parent (fixes syncthing#5445) (syncthing#5479) vendor: rm -rf vendor (syncthing#5478) ...
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
build
Issues caused by or requiring changes to the build system (scripts or Docker image)
frozen-due-to-age
Issues closed and untouched for a long time, together with being locked for discussion
This is not very important, more of a reminder:
gometalinter doesn't support gomodules (alecthomas/gometalinter#569):
and doesn't intend to: alecthomas/gometalinter#518:
Also "github.com/opennota/check/cmd/..." fails due to golang/go#27215 - a simple workaround exists.
In addition running
go run build.go setup
updates go.mod/go.sum, which as far as I understand isn't desired.The text was updated successfully, but these errors were encountered: