Skip to content

Fix copr integration#391

Merged
oglok merged 1 commit intoopenshift:mainfrom
mangelajo:fix-copr
Oct 27, 2021
Merged

Fix copr integration#391
oglok merged 1 commit intoopenshift:mainfrom
mangelajo:fix-copr

Conversation

@mangelajo
Copy link
Copy Markdown
Contributor

It's called from the project root directory with

make -f .copr/Makefile srpm outdir=...

This means that we are already on the project root directory,
otherwise this fails on copr with:

stdout: cd .. && make srpm
make[1]: Entering directory '/mnt/workdir-8s69h1kn'
make[1]: Leaving directory '/mnt/workdir-8s69h1kn'
make[1]: *** No rule to make target 'srpm'.  Stop.

Signed-off-by: Miguel Angel Ajo majopela@redhat.com

It's called from the project root directory with

make -f .copr/Makefile srpm outdir=...

This means that we are already on the project root directory,
otherwise this fails on copr with:

```
stdout: cd .. && make srpm
make[1]: Entering directory '/mnt/workdir-8s69h1kn'
make[1]: Leaving directory '/mnt/workdir-8s69h1kn'
make[1]: *** No rule to make target 'srpm'.  Stop.
```

Signed-off-by: Miguel Angel Ajo <majopela@redhat.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Oct 27, 2021

✔️ Deploy Preview for microshift canceled.

🔨 Explore the source changes: 82b54b4

🔍 Inspect the deploy log: https://app.netlify.com/sites/microshift/deploys/61797c34190cef0007e6e3a9

@openshift-ci openshift-ci Bot requested review from copejon and husky-parul October 27, 2021 16:20
@oglok
Copy link
Copy Markdown
Contributor

oglok commented Oct 27, 2021

/approve

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Oct 27, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: oglok

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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 27, 2021
@oglok oglok merged commit 87d1472 into openshift:main Oct 27, 2021
@mangelajo
Copy link
Copy Markdown
Contributor Author

thank you @oglok

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants