This repository was archived by the owner on Aug 19, 2026. It is now read-only.
chore: master to release - #119
Closed
eladda-weka wants to merge 6 commits into
Closed
Conversation
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
This repository moved to https://github.com/weka/gohome, but people with existing clones never see GitHub's deprecation banner and keep building here. Make that impossible instead of advisory: every build entry point now stops with the new clone command. - cmd/homecli/deprecated.go: undefined identifiers so go build / go vet / go test / go run / IDE compilation all fail with the redirect in the compiler output. Scoped to package main so anything importing pkg/client as a library is not collaterally broken. - Makefile: $(error) in the read phase, so every target stops - build, test, clean, all. - build.sh, deploy.sh: banner and exit 1 at the top. This also covers go.Dockerfile (runs build.sh) and `task deploy` (runs deploy.sh). - .github/workflows/release.yaml: guard step fails any dispatch from master. release/v0.4 is deliberately left unguarded so an emergency hotfix can still be released from there. - README.md: expand the notice with the clone command. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
deprecated: fail every build and point at weka/gohome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.