diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-01-23 10:24:15 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-02-03 07:58:07 +0100 |
| commit | 9d22a2eef773db24837ddcfc84a5b3b7078cce8c (patch) | |
| tree | 5b84a2b03979a3b5dc30c470048168bbf8819afa /doc/contributing.texi | |
| parent | 0871dba4d60a1f59218e52f2bf661412cbfe84c9 (diff) | |
doc: Update Debbugs deprecation warnings.
* doc/contributing.texi (The Issue Tracker): Update deprecation notice.
(Debbugs User Interfaces): Likewise.
Merges guix/guix!5840
Change-Id: Ic5c1bddddbb8c53b031d52887f57372759badf8b
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'doc/contributing.texi')
| -rw-r--r-- | doc/contributing.texi | 31 |
1 files changed, 12 insertions, 19 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 9cfeba94d9e..068c51f9a05 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi | |||
| @@ -2134,8 +2134,6 @@ guix pull --url=/path/to/your/checkout --profile=/tmp/guix.master --disable-auth | |||
| 2134 | @node Configuring Git | 2134 | @node Configuring Git |
| 2135 | @subsection Configuring Git | 2135 | @subsection Configuring Git |
| 2136 | @cindex git configuration | 2136 | @cindex git configuration |
| 2137 | @cindex @code{git format-patch} | ||
| 2138 | @cindex @code{git send-email} | ||
| 2139 | 2137 | ||
| 2140 | If you have not done so already, you may wish to set a name and email | 2138 | If you have not done so already, you may wish to set a name and email |
| 2141 | that will be associated with your commits (@pxref{telling git your name, | 2139 | that will be associated with your commits (@pxref{telling git your name, |
| @@ -2172,24 +2170,20 @@ patch submissions and topic branches. | |||
| 2172 | @node The Issue Tracker | 2170 | @node The Issue Tracker |
| 2173 | @subsection The Issue Tracker | 2171 | @subsection The Issue Tracker |
| 2174 | 2172 | ||
| 2175 | @cindex bug reports, tracking | 2173 | @cindex email workflow, deprecated |
| 2176 | @cindex patch submissions, tracking | 2174 | @cindex issue tracker, for the email workflow |
| 2177 | @cindex issue tracking | ||
| 2178 | @cindex Debbugs, issue tracking system | 2175 | @cindex Debbugs, issue tracking system |
| 2179 | Bug reports (@dfn{issues}) and patch submissions (@dfn{pull requests}) | 2176 | Bug reports (@dfn{issues}) and patch submissions (@dfn{pull requests}) |
| 2180 | are currently tracked at the @uref{https://codeberg.org/guix/guix, | 2177 | are currently tracked at the @uref{https://codeberg.org/guix/guix, |
| 2181 | project's home at Codeberg}. | 2178 | project's home at Codeberg}. |
| 2182 | 2179 | ||
| 2183 | Before May 25th, 2025, bug reports and patches were exclusively tracked | 2180 | Before January 1st, 2026, bug reports and patches were tracked using the |
| 2184 | using the Debbugs instance at @uref{https://bugs.gnu.org}; it may still | 2181 | Debbugs instance at @uref{https://bugs.gnu.org}, which can also be |
| 2185 | be used for these purposes until December 31st, 2025, after which | 2182 | browsed at @uref{https://issues.guix.gnu.org}. This has been |
| 2186 | Codeberg will become the sole option to report new bugs and propose new | 2183 | discontinued and Codeberg is now the sole option to report new bugs and |
| 2187 | changes@footnote{Check out | 2184 | propose new changes@footnote{Check out |
| 2188 | @uref{https://codeberg.org/guix/guix-consensus-documents/src/branch/main/002-codeberg.md, | 2185 | @uref{https://codeberg.org/guix/guix-consensus-documents/src/branch/main/002-codeberg.md, |
| 2189 | Guix Consensus Document 002} for details on this decision.}. With | 2186 | Guix Consensus Document 002} for details on this decision.}. |
| 2190 | Debbugs, bug reports are sent by email to @email{bug-guix@@gnu.org} and | ||
| 2191 | patches are sent to @email{guix-patches@@gnu.org} (@pxref{Submitting | ||
| 2192 | Patches}). | ||
| 2193 | 2187 | ||
| 2194 | @node Managing Patches and Branches | 2188 | @node Managing Patches and Branches |
| 2195 | @subsection Managing Patches and Branches | 2189 | @subsection Managing Patches and Branches |
| @@ -2301,11 +2295,10 @@ only then should the merge requests be created, as documented earlier. | |||
| 2301 | 2295 | ||
| 2302 | @quotation Warning | 2296 | @quotation Warning |
| 2303 | This section is about bug reports and patches sent by email to | 2297 | This section is about bug reports and patches sent by email to |
| 2304 | @uref{https://issues.guix.gnu.org, Debbugs}. This option is supported | 2298 | @uref{https://issues.guix.gnu.org, Debbugs}, which is discontinued. |
| 2305 | until December 31st, 2025, after which | 2299 | Since January 1st, 2026, bug reports and patches are submitted as issues |
| 2306 | @uref{https://codeberg.org/guix/guix, Codeberg} will be the only | 2300 | and pull requests on @uref{https://codeberg.org/guix/guix, Codeberg}. |
| 2307 | interface for submitting bug reports and changes. @xref{Submitting | 2301 | @xref{Submitting Patches}, for more info. |
| 2308 | Patches}, for more info. | ||
| 2309 | @end quotation | 2302 | @end quotation |
| 2310 | 2303 | ||
| 2311 | @subsubsection Web interface | 2304 | @subsubsection Web interface |
