File tree 2 files changed +9
-10
lines changed
packit_service/worker/handlers
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -194,13 +194,11 @@ def get_handler_specific_task_accepted_message(
194
194
user = (
195
195
"packit" if service_config .deployment == Deployment .prod else "packit-stg"
196
196
)
197
-
198
197
return (
199
- f"You can check the recent Bodhi update activity of `{ user } ` in "
200
- f"[the Bodhi interface](https://bodhi.fedoraproject.org/users/{ user } ) (we "
201
- f"have also planned adding support for viewing the updates"
202
- f" in [Packit dashboard]({ service_config .dashboard_url } ), "
203
- f"see [this issue](https://github.com/packit/dashboard/issues/187))."
198
+ "You can check the recent Bodhi update submissions of Packit "
199
+ f"in [Packit dashboard]({ service_config .dashboard_url } /jobs/bodhi-updates). "
200
+ f"You can also check the recent Bodhi update activity of `{ user } ` in "
201
+ f"[the Bodhi interface](https://bodhi.fedoraproject.org/users/{ user } )."
204
202
f"\n \n ---\n \n { CHANGED_LOADING_BEHAVIOUR_IN_DISTGIT_MESSAGE } "
205
203
)
206
204
Original file line number Diff line number Diff line change @@ -2539,14 +2539,15 @@ def test_bodhi_update_retrigger_via_dist_git_pr_comment(pagure_pr_comment_added)
2539
2539
flexmock (target_branch = "the_distgit_branch" )
2540
2540
.should_receive ("comment" )
2541
2541
.with_args (
2542
- "The task was accepted. You can check the recent Bodhi update activity of `packit` in "
2543
- "[the Bodhi interface](https:/ /bodhi.fedoraproject.org/users/packit) "
2544
- "(we have also planned adding support for viewing the updates in [Packit dashboard](), "
2545
- "see [this issue ](https://github.com/packit/dashboard/issues/187) )."
2542
+ "The task was accepted. You can check the recent Bodhi update submissions of Packit "
2543
+ "in [Packit dashboard](/jobs /bodhi-updates). "
2544
+ "You can also check the recent Bodhi update activity of `packit` in "
2545
+ "[the Bodhi interface ](https://bodhi.fedoraproject.org/users/packit )."
2546
2546
f"\n \n ---\n \n { CHANGED_LOADING_BEHAVIOUR_IN_DISTGIT_MESSAGE } "
2547
2547
)
2548
2548
.mock ()
2549
2549
)
2550
+
2550
2551
pagure_project = flexmock (
2551
2552
PagureProject ,
2552
2553
full_repo_name = "rpms/jouduv-dort" ,
You can’t perform that action at this time.
0 commit comments