← Back to issue list

feat: don't emit url for `--profile=test`

View original Github issue

Metadata

Project
rockcraft
Number
#981
Type
pull request
State
open
Author
lczyk
Labels
Created
Updated
Closed

Current evaluation

One-line change to stop `rockcraft init --profile=test` from printing a docs URL (reference/extensions/test) that does not exist. Approved by one reviewer, all CI checks passing, but inactive for ~11 months.

Suggested action: needs review

Reason: The PR is approved with all CI passing, but it has been inactive for 334 days and the target file rockcraft/services/init.py has since been refactored (commit 484099f5 moved the init logic upstream), so the one-line diff may no longer apply cleanly. A maintainer needs to rebase/verify the change still works before landing.

Impact: 15 Quick Win: 14.25 Staleness: 70 Complexity: 5 Confidence: 60

Issue body

`rockcraft init --profile=test` prints ``` Go to https://documentation.ubuntu.com/rockcraft/en/latest/reference/extensions/test to read more about the 'test' profile. Successfully initialised project. ``` https://documentation.ubuntu.com/rockcraft/en/latest/reference/extensions/test ^ this page does not exist. - [x] Have you followed the guidelines for contributing? - [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)? - [x] Have you successfully run `make lint && make test`? ---

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.8-27b
Impact: 15
Quick Win: 14.25
Staleness: 70
Complexity: 5
Confidence: 60
needs review One-line change to stop `rockcraft init --profile=test` from printing a docs URL (reference/extensions/test) that does not exist. Approved by one reviewer, all CI checks passing, but inactive for ~11 months.
qwen/qwen3.6-35b-a3b
Staleness: 78
Complexity: 3
Confidence: 90
needs review Fixes rockcraft init --profile=test by removing a broken documentation URL from the output. Approved by one reviewer, all CI checks passing, awaiting maintainer merge.
qwen3.6-35b-a3b-mtp-q6
Staleness: 85
Complexity: 10
Confidence: 80
close stale Removes a broken documentation URL printed during rockcraft init --profile=test. PR has been inactive for ~9 months with no maintainer feedback or CI status.
qwen3.6-35b-a3b-mtp-q6
Staleness: 80
Complexity: 10
Confidence: 85
needs review Fixes rockcraft init --profile=test by suppressing a broken documentation URL in CLI output. The change is trivial and ready for maintainer review.
qwen3.6-35b-a3b-mtp-q6
Staleness: 85
Complexity: 10
Confidence: 75
needs review Removes a broken documentation URL printed when running rockcraft init with the test profile. The pull request is open, submitted by an external contributor, and has been inactive for 257 days awaiting review or triage.

Update history

No update history recorded yet.

Related work

  • Related To: rockcraft#1030 (confidence 55%)

    Commit f22480ec 'docs: fix some URL issues in docs and CLI messages' may have already addressed the same broken URL, making this PR potentially redundant.

Related issues

No related issues found above the similarity threshold.