COPYING | 2 +- howtos/triage-bugs.mdwn | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-)
New commits: commit 02cd64954129ab9d0d118b8eaed6319001c5ec99 Author: Cyril Brulebois <[email protected]> Date: Sun Jan 16 05:41:20 2011 +0100 triage-bugs: Fix typo. diff --git a/howtos/triage-bugs.mdwn b/howtos/triage-bugs.mdwn index bc1f340..1bd7e43 100644 --- a/howtos/triage-bugs.mdwn +++ b/howtos/triage-bugs.mdwn @@ -67,7 +67,7 @@ Needed steps for that to happen: * create usercategories. * move usertags from `[email protected]` to `[email protected]`, probably using the `bts select` - command to get the list over which to iterate: + command to get the list over which to iterate. * profit! To move the usertags, something like that should do the job: commit 6104e658be13d987a52cc41394b1df81c8004e65 Author: Cyril Brulebois <[email protected]> Date: Sun Jan 16 05:40:18 2011 +0100 triage-bugs: Rephrase to get a nicer pdf output. diff --git a/howtos/triage-bugs.mdwn b/howtos/triage-bugs.mdwn index 116cad6..bc1f340 100644 --- a/howtos/triage-bugs.mdwn +++ b/howtos/triage-bugs.mdwn @@ -22,9 +22,9 @@ Another feature of the BTS is usertagging. That lets people keep track of additional tags, “attached” to a given mail address. For XSF, that’s `[email protected]`. -The list of all usertagged bugs can be seen on: -<http://bugs.debian.org/cgi-bin/[email protected]>; -the list of all used usertags is at the bottom, in the form. +The list of all usertagged bugs can be seen on the following page; the +list of all used usertags is at the bottom, in the form. +→ <http://bugs.debian.org/cgi-bin/[email protected]> Let’s give some examples: @@ -37,9 +37,10 @@ Let’s give some examples: * `squeeze-candidate`: helps keeping a list of bugs we’d like to get fixed in a point release (through a stable update). -Here’s an example of URL, for the last tag: -<http://bugs.debian.org/cgi-bin/[email protected]&tag=squeeze-candidate> -— by the way one should keep an eye on the list of found/fixed +Here’s an example of URL, for the last tag: +→ <http://bugs.debian.org/cgi-bin/[email protected]&tag=squeeze-candidate> + +By the way one should keep an eye on the list of found/fixed versions since those bugs are likely marked as resolved (in `unstable` or `experimental`), but might still affect a stable release. Maybe we just need to have both `squeeze-candidate` and `squeeze-accepted`, and commit ef38a624037363f8958158489920d516a55cb907 Author: Cyril Brulebois <[email protected]> Date: Sun Jan 16 04:53:43 2011 +0100 copyright: Update years. diff --git a/COPYING b/COPYING index 2f50c7f..31eda94 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -© 2010 Cyril Brulebois <[email protected]> +© 2010-2011 Cyril Brulebois <[email protected]> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

