Point to GNOME for filing bugs

The canonical bug tracker for Clutter has been moved to
bugzilla.gnome.org.
This commit is contained in:
Emmanuele Bassi 2011-04-12 17:32:01 +01:00
parent 6a0857f17d
commit 267de48c1e
3 changed files with 5 additions and 7 deletions

View File

@ -93,8 +93,7 @@ Mailman web interface available at:
New bug page on Bugzilla:
http://bugzilla.clutter-project.org/enter_bug.cgi?product=clutter
http://bugzilla.clutter-project.org/enter_bug.cgi?product=cogl
http://bugzilla.gnome.org/enter_bug.cgi?product=clutter
Clutter is licensed under the terms of the GNU Lesser General Public
License, version 2.1 or (at your option) later.
@ -262,8 +261,7 @@ BUGS
Bugs should be reported to the Clutter Bugzilla at:
http://bugzilla.clutter-project.org/enter_bug.cgi?product=clutter
http://bugzilla.clutter-project.org/enter_bug.cgi?product=cogl
http://bugzilla.gnome.org/enter_bug.cgi?product=clutter
You will need a Bugzilla account.

View File

@ -140,7 +140,7 @@ The usual workflow for contributions should be:
2. Create a branch (`git checkout -b my_work`)
3. Commit your changes (`git commit -am "Added my awesome feature"`)
4. Push to the branch (`git push origin my_work`)
5. Create an [Issue][1] with a link to your branch
5. Create an [Bug][1] with a link to your branch
6. Sit back, relax and wait for feedback and eventual merge
Bugs
@ -172,4 +172,4 @@ obtained using gdb are greatly appreciated.
[building-clutter]: http://wiki.clutter-project.org/wiki/BuildingClutter
[1]: http://github.com/clutter-project/clutter/issues
[1]: http://bugzilla.gnome.org/enter_bug.cgi?product=clutter

View File

@ -49,7 +49,7 @@ AC_PREREQ([2.63])
AC_INIT([clutter],
[clutter_version],
[http://bugzilla.clutter-project.org/enter_bug.cgi?product=clutter],
[http://bugzilla.gnome.org/enter_bug.cgi?product=clutter],
[clutter],
[http://www.clutter-project.org])