Skip to content

Add few reference notes in debbuild readme#1772

Merged
tekton-robot merged 1 commit into
tektoncd:mainfrom
vinamra28:add-notes-in-debbuild-readme
Nov 7, 2022
Merged

Add few reference notes in debbuild readme#1772
tekton-robot merged 1 commit into
tektoncd:mainfrom
vinamra28:add-notes-in-debbuild-readme

Conversation

@vinamra28
Copy link
Copy Markdown
Member

Changes

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 jvinamra776@gmail.com

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

  • Includes tests (if functionality changed/added)
  • Run the code checkers with make check
  • Regenerate the manpages, docs and go formatting with make generated
  • Commit messages follow commit message best practices

See the contribution guide
for more details.

Release Notes

NONE

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 <jvinamra776@gmail.com>
@tekton-robot tekton-robot added the release-note-none Denotes a PR that doesnt merit a release note. label Oct 31, 2022
@tekton-robot tekton-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 31, 2022
@vinamra28
Copy link
Copy Markdown
Member Author

/retest

@tekton-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vdemeester

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 3, 2022
@piyush-garg
Copy link
Copy Markdown
Contributor

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 3, 2022
@piyush-garg
Copy link
Copy Markdown
Contributor

/test all

@piyush-garg
Copy link
Copy Markdown
Contributor

/retest

1 similar comment
@vinamra28
Copy link
Copy Markdown
Member Author

/retest

@tekton-robot tekton-robot merged commit a9a6263 into tektoncd:main Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesnt merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants