Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add few reference notes in debbuild readme
At the time of doing patch release v0.25.1, the build at launchpad failed with the error ``` + cat debian/VERSION + VERSION=0.25.1 + go build -mod=vendor -v -o obj-x86_64-linux-gnu/bin/tkn -ldflags -X github.com/tektoncd/cli/pkg/cmd/version.clientVersion=0.25.1 ./cmd/tkn build flag -mod=vendor only valid when using modules make[1]: *** [debian/rules:17: override_dh_auto_build] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:14: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 -------------------------------------------------------------------------------- ``` So adding the notes in Readme for future reference. Signed-off-by: vinamra28 <[email protected]>
- Loading branch information