User Tools

Site Tools


wiki:bugs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:bugs [2013/04/15 08:32]
sunweaver [X2Go Bug Tracker]
wiki:bugs [2014/08/04 17:18]
sunweaver [Bug submitter used a non-appropriate title]
Line 28: Line 28:
 Subject: <a-really-good-short-description-of-the-problem> Subject: <a-really-good-short-description-of-the-problem>
 Body: Body:
-""" 
 Package: <name-of-x2go-component> Package: <name-of-x2go-component>
 Version: <a.b.c.d> Version: <a.b.c.d>
  
 <your-not-too-long-description-of-the-discovered-problem> <your-not-too-long-description-of-the-discovered-problem>
-""" 
 </code> </code>
  
Line 39: Line 37:
  
 In case you can provide a patch with your bug report, please attach the patch to your bug report. Do __not__ copy+paste the patch into the mail body, as the result will not be usable!!! In case you can provide a patch with your bug report, please attach the patch to your bug report. Do __not__ copy+paste the patch into the mail body, as the result will not be usable!!!
 +
 +Create patches for master branch and send them in git format. The documentation about creating git patches can be found [[http://www.git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project#Public-Large-Project|here]] 
  
 Some of you have their own Git clones of X2Go Git. If you want to provide a patch via your public Git clone of an X2Go component, please make sure that the patch is just one commit on one of your Git branches. The rule here is simple: one Git commit on your side, one bug report in X2Go BTS. Everything else will take too much time on the patch reviewer side. Some of you have their own Git clones of X2Go Git. If you want to provide a patch via your public Git clone of an X2Go component, please make sure that the patch is just one commit on one of your Git branches. The rule here is simple: one Git commit on your side, one bug report in X2Go BTS. Everything else will take too much time on the patch reviewer side.
Line 48: Line 48:
 Subject: <a-really-good-short-description-of-the-problem> Subject: <a-really-good-short-description-of-the-problem>
 Body: Body:
-""" 
 Package: <name-of-x2go-component> Package: <name-of-x2go-component>
 Version: <a.b.c.d> Version: <a.b.c.d>
Line 54: Line 53:
  
 <your-not-too-long-description-of-the-discovered-problem> <your-not-too-long-description-of-the-discovered-problem>
-"""+
 Attachment: <your-patch.diff> Attachment: <your-patch.diff>
 </code> </code>
 +
 +==== Feature requests / Wishlist bugs ====
 +
 +Feature requests are also handled via the X2Go BTS system. Feature requests are bugs with severity ,,wishlist". See example below.
 +
 +<code>
 +To: submit@bugs.x2go.org
 +Subject: <a-really-good-short-description-of-the-problem>
 +Body:
 +Package: <name-of-x2go-component>
 +Version: <a.b.c.d>
 +Severity: wishlist
 +
 +<your-not-too-long-description-of-the-discovered-problem>
 +</code>
 +
  
  
Line 67: Line 82:
 ==== Bug has been fixed in X2Go Git ==== ==== Bug has been fixed in X2Go Git ====
  
-Bugs are only closed as part of the X2Go release workflow. The release manager only is allowed to close bugs (this is an agreement, not a technical constraint). To mark a bug as fixed whilst it is not yet included in a release, we tag the bug as pending and add the (next-to-be-released) version number for that the issue will be fixed:+Marking bugs being fixed in X2Go Git has been automatized. 
  
-<code> +**Important notice for developers:** Every X2Go source project uses ''/debian/changelog'' as (upstream!) changelog fileIf you fix a bug make sure to add a »(Fixes: #<nnn>)« at the end of the changelog entry (where #<nnn> is the bug number, e.g#186)If you commit a bug fix in that way, a script will notice that and send a mail to the bug's mail address in X2Go BTS. The bug will be tagged as »pending« and some information is added (changelog difflink to the commit in X2Go Git's WebUI).
-To<nnn>@bugs.x2go.org +
-Cc: control@bugs.x2go.org, <nnn>-submitter@bugs.x2go.org +
-Subject: Issue resolved in X2Go Git +
-Body: +
-""" +
-tag #<nnn> pending +
-fixed #<nnn> <a.b.c.d> +
-thanks +
- +
-The reported issue has been resolved with this commit+
-<http-URL-to-Gitweb-of-commitdiff> +
- +
-Thanks, +
-<my-name> +
-""" +
-</code>+
  
 ==== New version with a bug fixed has been released ==== ==== New version with a bug fixed has been released ====
Line 95: Line 94:
 <code> <code>
 To: <nnn>@bugs.x2go.org To: <nnn>@bugs.x2go.org
-Cc: control@bugs.x2go.org, <nnn>-submitter@bugs.x2go.org+Cc: <nnn>-submitter@bugs.x2go.org
 Subject: Issue resolved in <x2go-component> <version> Subject: Issue resolved in <x2go-component> <version>
 Body: Body:
-""" +Control: close -1
-close #<nnn> +
-thanks+
  
 The reported issue has been resolved in the lately release version <version> of <x2go-component>. The reported issue has been resolved in the lately release version <version> of <x2go-component>.
Line 106: Line 103:
 Thanks for reporting this issue, Thanks for reporting this issue,
 <my-name> <my-name>
-""" 
 </code> </code>
  
Line 115: Line 111:
 <code> <code>
 To: <nnn>@bugs.x2go.org To: <nnn>@bugs.x2go.org
-Cc: control@bugs.x2go.org, <nnn>-submitter@bugs.x2go.org+Cc: <nnn>-submitter@bugs.x2go.org
 Subject: <a-good-subject-line> Subject: <a-good-subject-line>
 Body: Body:
-""" +Control: reassign -1 <another-x2go-component>
-reassign #<nnn> <another-x2go-component> +
-thanks+
  
 The reported issue is actually a bug in <another-x2go-component>. Reassigning. The reported issue is actually a bug in <another-x2go-component>. Reassigning.
Line 128: Line 122:
 Thanks for reporting this issue, Thanks for reporting this issue,
 <my-name> <my-name>
-""" 
 </code> </code>
  
Line 138: Line 131:
 <code> <code>
 To: <nnn>@bugs.x2go.org To: <nnn>@bugs.x2go.org
-Cc: control@bugs.x2go.org, <nnn>-submitter@bugs.x2go.org+Cc: <nnn>-submitter@bugs.x2go.org
 Subject: <a-good-subject-line> Subject: <a-good-subject-line>
 Body: Body:
-""" +Control: retitle -1 <better-title>
-retitle #<nnn> <better-title> +
-thanks+
  
 <further-info-if-any> <further-info-if-any>
Line 149: Line 140:
 Thanks for reporting this issue, Thanks for reporting this issue,
 <my-name> <my-name>
-""" 
 </code> </code>
  
Line 162: Line 152:
 Subject: <cloning-this-bug-for-a-reason> Subject: <cloning-this-bug-for-a-reason>
 Body: Body:
-""" 
 clone #<nnn> -1 clone #<nnn> -1
 tag -1 - pending tag -1 - pending
Line 174: Line 163:
 Best, Best,
 <my-name> <my-name>
-""" 
 </code> </code>
  
  
  
wiki/bugs.txt · Last modified: 2018/05/24 17:19 by stefanbaur