#5181 Pagure PR Page refers to absent `runtests.sh`
Opened 2 years ago by abitrolly. Modified 2 years ago

The message shown when opening a new PR is this.

Ensure the unit-tests are all passing (cf the runtests.sh script at the top level of the sources)

There are two issues.

  1. There are no runtests.sh at the top
  2. It is not clear where this message is configured. https://docs.pagure.org/pagure/usage/pr_custom_page.html says the message should be in templates/contributing.md and there is no such file too.

There are two issues.

  1. There are no runtests.sh at the top
  2. It is not clear where this message is configured. https://docs.pagure.org/pagure/usage/pr_custom_page.html says the message should be in templates/contributing.md and there is no such file too.

This file exists in the PR git repository:
https://docs.pagure.org/pagure/usage/pr_custom_page.html

If you mean there is a separate repo just for configuring PR texts, then following the example https://pagure.io/requests/pagure.git is not found.

So where is the PR git repository for this instance to edit PR text?

git clone ssh://git@pagure.io/requests/pagure.git
Cloning into 'pagure'...
No such repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.         

Docs also say that there should be Source GIT URLs section on the main page, but I could not find any.

All the URLs to the different git repositories can be found on the main page of the project, on the right-side menu, under the section Source GIT URLs, click on more to see them.

The requests and tickets repo are private in the sense that only people with
commit access or above can access them

The GitHub model is better in that anyone can propose changes to PR and issue templates. Is it something that can be done in Pagure?

Login to comment on this ticket.

Metadata