diff options
author | Greg Sabino Mullane | 2013-06-25 02:36:14 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2013-06-25 02:36:14 +0000 |
commit | cc05424726a84f237806130ee453ead31d6a6089 (patch) | |
tree | 2cf2fc1c23f49d5f546f39e69ef87ea3c06eaab8 | |
parent | 86a6b8927c2d7aa48be28dbf5cde9842615f0888 (diff) |
Move issue tracking from Bugzilla to github
-rw-r--r-- | META.yml | 2 | ||||
-rw-r--r-- | README.dev | 2 | ||||
-rw-r--r-- | TODO | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -43,7 +43,7 @@ keywords: resources: homepage : http://bucardo.org/check_postgres/ license : http://bucardo.org/check_postgres/ - bugtracker : http://bucardo.org/bugzilla/ + bugtracker : https://github.com/bucardo/check_postgres/issues MailingList : https://mail.endcrypt.com/mailman/listinfo/check_postgres Repository : git://bucardo.org/check_postgres.git diff --git a/README.dev b/README.dev index bf106e3f3..0c0db7eed 100644 --- a/README.dev +++ b/README.dev @@ -46,7 +46,5 @@ Login to the bucardo.org box, and then: Once the new version is out there: -* Make sure the new version is in the pulldown list of available versions on bugzilla. -** http://bucardo.org/bugzilla/editversions.cgi * Go through and make sure all bugs solved in this release are marked as resolved. @@ -1,5 +1,7 @@ Quick list of outstanding items / bugs / feature requests for CP: +NOTE: All bugzilla items are now on github + * The same_schema action does not check indexes. See bugzilla #54 * Perform automatic creation of views and function to allow all actions to be run |