Skip to content

Commit

Permalink
Packit: README: Fix typo.
Browse files Browse the repository at this point in the history
We need to escape the special character "*" to print it.
  • Loading branch information
junaruga authored and mr-c committed Jul 19, 2023
1 parent 6ae0763 commit b309d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .packit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We want to keep [Fedora rawhide](https://docs.fedoraproject.org/en-US/releases/r
1. Enable Packit CI for your forked simde repository. See the [onboarding guide](https://packit.dev/docs/guide/).
2. When you push branches to your repository, the CI is triggered. Go to the [Pipelines](https://dashboard.packit.dev/pipelines) page to see your pipeline.
3. Do browser-search by "simde".
4. Click a "fedora-*-*" button on the Jobs to go to the job detailed page.
4. Click a "fedora-\*-\*" button on the Jobs to go to the job detailed page.
5. You can see 3 links below. You can check the Build Logs first, and the SRPM Logs second if it is necessary.
* **SRPM Logs**: A log of the preparation of the test such as installing the used RPM packages to test. This is a log that the system creates Source RPM (SRPM) from the RPM spec file.
* **Web URL**: Go to the jobs page in Fedora Copr web system used to run the RPM.
Expand Down

0 comments on commit b309d89

Please sign in to comment.