[clutter] Point to GNOME for filing bugs



commit 267de48c1ee585d2f4607f252315b3677746f5b8
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Tue Apr 12 17:32:01 2011 +0100

    Point to GNOME for filing bugs
    
    The canonical bug tracker for Clutter has been moved to
    bugzilla.gnome.org.

 README.in    |    6 ++----
 README.md    |    4 ++--
 configure.ac |    2 +-
 3 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/README.in b/README.in
index c89055d..4444be8 100644
--- a/README.in
+++ b/README.in
@@ -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.
 
diff --git a/README.md b/README.md
index b189692..6a85f64 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/configure.ac b/configure.ac
index 9a9f4a7..8184696 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]