You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must have upload rights for the package (`<SRCPKG>` above) for the test request to be successful.
178
178
:::
179
179
180
-
The test is then displayed at [autopkgtest.ubuntu.com/running](http://autopkgtest.ubuntu.com/running). Upon completion, the test result is available at an index page at `https://autopkgtest.ubuntu.com/results/autopkgtest-<RELEASE>-<LPUSER>-<PPA>/?format=plain`. The index contains the results for each autopkgtest run against this particular `<PPA>` for this `<RELEASE>`. To see a particular test, append the appropriate path from the index to
180
+
The test is then displayed at [`autopkgtest.ubuntu.com/running`](https://autopkgtest.ubuntu.com/running). Upon completion, the test result is available at an index page at `https://autopkgtest.ubuntu.com/results/autopkgtest-<RELEASE>-<LPUSER>-<PPA>/?format=plain`. The index contains the results for each autopkgtest run against this particular `<PPA>` for this `<RELEASE>`. To see a particular test, append the appropriate path from the index to
Copy file name to clipboardExpand all lines: docs/contributors/bug-fix/propose-changes.rst
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,20 +28,16 @@ Once you find a bug report on Launchpad that you want to work on, evaluate the b
28
28
29
29
Read the bug description carefully and look for:
30
30
31
-
.. TODO link UMH
32
-
33
31
- steps to reproduce the problem
34
32
- crash logs or terminal output
35
33
- details about the affected version and package
36
-
- attached ``.crash`` files or `Apport crash files <https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/PackageFixing.md#evaluate-the-bug>`_
34
+
- attached ``.crash`` files or :ref:`Apport crash files <evaluate-the-bug>`
37
35
38
36
For example, the `Postconf segfaults every 5 minutes <https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1753470>`_ bug report shows a segmentation fault in ``postconf`` on Ubuntu 18.04. It includes logs from ``/var/log/kern.log``, shell commands that reproduce the issue, and metadata about the system environment. This information helps confirm whether the bug still affects current versions and if the report is complete.
39
37
40
38
If the bug includes a ``.crash`` file, extract and inspect the stack trace. Use the information to better understand where the failure occurred in the code.
41
39
42
-
.. TODO link UMH
43
-
44
-
For more details, see `Evaluate the bug <https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/PackageFixing.md#evaluate-the-bug>`_.
40
+
For more details, see :ref:`Evaluate the bug <evaluate-the-bug>`.
45
41
46
42
Identify the source package
47
43
---------------------------
@@ -226,7 +222,7 @@ You can also use PPA-based method whenever possible. It produces results closest
226
222
227
223
.. TODO UMH link
228
224
229
-
To learn how to set up and run these test methods, see `Running package tests <https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/PackageTests.md>`_.
225
+
To learn how to set up and run these test methods, see :ref:`Running package tests <how-to-run-package-tests>`.
230
226
231
227
232
228
.. _submitting-the-fix:
@@ -240,9 +236,7 @@ Once you've documented and saved your changes in a new changelog entry, run ``de
240
236
241
237
debuild -S -d
242
238
243
-
.. TODO UMH link
244
-
245
-
The command signs the changes in the file. After that, submit your fix by opening a merge proposal. For details on how to do this, see the section on `Merge proposal <https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/MergeProposal.md>`_ in the Ubuntu Maintainer's Handbook.
239
+
The command signs the changes in the file. After that, submit your fix by opening a merge proposal. For details on how to do this, see the section on :ref:`Merge proposal <how-to-submit-a-merge-proposal>`.
246
240
247
241
In many cases, Debian would benefit from the fix as well. Submitting to Debian is considered best practice because it ensures that a wider audience receives the fix. You can submit the fix to Debian by running:
Copy file name to clipboardExpand all lines: docs/contributors/bug-triage/bug-responses.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
It is common when triaging bugs that you need to respond to the original reporter -- perhaps to request more information, or to redirect their request, etc.
5
5
Over time, a set of curated standard responses has been created, and you can use these when you correspond with the reporter.
6
6
7
-
These standard responses (and other amazing scripts) are available as a FireFox extension [in a PPA](https://launchpad.net/~gm-dev-launchpad/+archive/ppa).
7
+
These standard responses (and other amazing scripts) are available as a FireFox extension [in a PPA](https://launchpad.net/~gm-dev-launchpad/+archive/ubuntu/ppa).
8
8
9
9
When you update one of these responses, you should also update the response used by the Firefox extension.
10
10
These responses can be found in the bazaar branch [lp:ubuntu-bugcontrol-tools](https://code.launchpad.net/ubuntu-bugcontrol-tools) in the `gm-xml-files/bugsquad-replies.xml` file.
@@ -796,7 +796,7 @@ Please seek support and bug reporting solutions from your distribution. Thank yo
Copy file name to clipboardExpand all lines: docs/contributors/bug-triage/bug-tags.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Here we outline some standard tags with information about when to use them while
37
37
|[`likely-dup`](https://launchpad.net/ubuntu/+bugs?field.tag=likely-dup)| The bug is likely a duplicate of another bug (maybe an upstream bug) but you can't find it |
38
38
|[`manpage`](https://launchpad.net/ubuntu/+bugs?field.tag=manpage)| This bug is about a package's manual page being incorrect |
39
39
|[`metabug`](https://launchpad.net/ubuntu/+bugs?field.tag=metabug)| This bug has a high probability of duplicate reports being filed |
40
-
|[`multiarch`](https://launchpad.net/ubuntu/+bugs?field.tag=multiarch)| This bug is due to an issue with [multiarch triplet paths](http://wiki.debian.org/Multiarch); this could be build time, install time, or run time issues |
40
+
|[`multiarch`](https://launchpad.net/ubuntu/+bugs?field.tag=multiarch)| This bug is due to an issue with [multiarch triplet paths](https://wiki.debian.org/Multiarch); this could be build time, install time, or run time issues |
41
41
|[`nautilus-desktop-icons`](https://launchpad.net/ubuntu/+bugs?field.tag=nautilus-desktop-icons)| Bugs related to the Nautilus desktop; especially the alignment, display, and grid of icons |
42
42
|[`needs-devrelease-testing`](https://launchpad.net/ubuntu/+bugs?orderby=-importance&field.status%3Alist=New&field.status%3Alist=Incomplete&field.status%3Alist=Invalid&field.status%3Alist=Won%27t+Fix&field.status%3Alist=Confirmed&field.status%3Alist=Triaged&field.status%3Alist=In+Progress&field.status%3Alist=Fix+Committed&field.status%3Alist=Fix+Released&field.tag=needs-devrelease-testing&search=Search)| A bug that existed in a previous release of Ubuntu and needs to be tested in the latest development release |
43
43
|[`needs-reassignment`](https://launchpad.net/ubuntu/+bugs?field.tag=needs-reassignment)| A bug reported about the wrong package but the package maintainer isn't sure which package it belongs to |
@@ -93,10 +93,10 @@ Specific bugs concerning parts of the [Ayatana project](https://launchpad.net/ay
93
93
94
94
| Tag | Use case |
95
95
| :---- | :---- |
96
-
|[`app-menu`](https://bugs.edge.launchpad.net/ubuntu/+bugs?field.tag=app-menu)| Bugs related to the [App Menu](https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationMenu)|
97
-
|[`indicator-applet`](https://bugs.edge.launchpad.net/ubuntu/+bugs?field.tag=indicator-applet)| Bugs related to the use of the Indicator Applet that are not in the `indicator-applet` package (no Application Indicators) |
98
-
|[`indicator-application`](https://bugs.edge.launchpad.net/ubuntu/+bugs?field.tag=indicator-application)| Bugs related to the use of Indicator Application that are not in the `indicator-application` package |
99
-
|[`trayaway`](https://bugs.edge.launchpad.net/ubuntu/+bugs?field.tag=trayaway)| Bugs related to the [Notification Area transition](https://wiki.ubuntu.com/NotificationAreaTransition)|
96
+
|[`app-menu`](https://bugs.launchpad.net/ubuntu/+bugs?field.tag=app-menu)| Bugs related to the [App Menu](https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationMenu)|
97
+
|[`indicator-applet`](https://bugs.launchpad.net/ubuntu/+bugs?field.tag=indicator-applet)| Bugs related to the use of the Indicator Applet that are not in the `indicator-applet` package (no Application Indicators) |
98
+
|[`indicator-application`](https://bugs.launchpad.net/ubuntu/+bugs?field.tag=indicator-application)| Bugs related to the use of Indicator Application that are not in the `indicator-application` package |
99
+
|[`trayaway`](https://bugs.launchpad.net/ubuntu/+bugs?field.tag=trayaway)| Bugs related to the [Notification Area transition](https://wiki.ubuntu.com/NotificationAreaTransition)|
100
100
101
101
102
102
### Hardware-specific
@@ -211,7 +211,8 @@ See the [regression tracker](http://qa.ubuntu.com/reports/regression/regression_
211
211
212
212
| Tag | Use case |
213
213
| :---- | :---- |
214
-
|[`update-excuse`](https://launchpad.net/ubuntu/+bugs?field.tag=update-excuse)| A bug tracking a cause of a package not being migrated to the `-release` pocket (this tag causes the bug to appear on the [update excuses report](https://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html)) |
214
+
| [`update-excuse`](https://launchpad.net/ubuntu/+bugs?field.tag=update-excuse) | A bug tracking a cause of a package not being migrated to the `-release` pocket (this tag causes the bug to appear on the [update excuses report](https://ubuntu-archive-team.ubuntu.com/proposed-migration/update_excuses.html
215
+
)) |
215
216
|[`block-proposed`](https://launchpad.net/ubuntu/+bugs?field.tag=block-proposed)| A bug that should be held back from migrating into the `-release` pocket |
0 commit comments