You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2013/03/21 18:07:57 UTC

git commit: Change documented bug reporting process.

Updated Branches:
  refs/heads/master 25c6e631a -> cad8683ab


Change documented bug reporting process.


Project: http://git-wip-us.apache.org/repos/asf/incubator-knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-knox/commit/cad8683a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-knox/tree/cad8683a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-knox/diff/cad8683a

Branch: refs/heads/master
Commit: cad8683ab4832343b47b4f8efbb10c7aeea794aa
Parents: 25c6e63
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Thu Mar 21 13:07:51 2013 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Thu Mar 21 13:07:51 2013 -0400

----------------------------------------------------------------------
 gateway-release/README                             |   16 ++++++++------
 .../src/site/markdown/getting-started.md.vm        |    9 ++++++-
 2 files changed, 16 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/cad8683a/gateway-release/README
----------------------------------------------------------------------
diff --git a/gateway-release/README b/gateway-release/README
index cb0a37c..3d496d6 100644
--- a/gateway-release/README
+++ b/gateway-release/README
@@ -73,13 +73,15 @@ http://knox.incubator.apache.org/examples.html
 ------------------------------------------------------------------------------
 Filing bugs
 ------------------------------------------------------------------------------
-Current the Jira infrastructure for the Apache Knox project is not setup.
-If you have access, file bugs at hortonworks.jira.com under
-  Project: Bug DB
-  Component: Knox
+Currently we do not have Jira setup for Knox.  Therefore if you find an issue
+please send an email to the Knox user list (user AT knox.incubator.apache.org)
+with a subject prefix of [BUG] describing the issue.  Please include the
+results of this command in the email.
 
-Include the results of this command
+    java -jar bin/gateway-${gateway-version}.jar -version
 
-  java -jar bin/gateway-0.2.0-SNAPSHOT.jar -version
+in the Environment section.  Also include the version of Hadoop being used.
+
+One we have Jira setup the email archive will be reviewed and Jira issues
+created for each bug.
 
-in the Environment section.  Also include the version of Hadoop being used.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/cad8683a/gateway-site/src/site/markdown/getting-started.md.vm
----------------------------------------------------------------------
diff --git a/gateway-site/src/site/markdown/getting-started.md.vm b/gateway-site/src/site/markdown/getting-started.md.vm
index 411005a..fd92712 100644
--- a/gateway-site/src/site/markdown/getting-started.md.vm
+++ b/gateway-site/src/site/markdown/getting-started.md.vm
@@ -336,13 +336,18 @@ A number of useful, more fine loggers are also provided in the file.
 ------------------------------------------------------------------------------
 Filing bugs
 ------------------------------------------------------------------------------
-File bugs at hortonworks.jira.com under Project "Hadoop Gateway Development"
-Include the results of
+Currently we do not have Jira setup for Knox.  Therefore if you find an issue
+please send an email to the Knox user list (user AT knox.incubator.apache.org)
+with a subject prefix of [BUG] describing the issue.  Please include the
+results of this command in the email.
 
     java -jar bin/gateway-${gateway-version}.jar -version
 
 in the Environment section.  Also include the version of Hadoop being used.
 
+One we have Jira setup the email archive will be reviewed and Jira issues
+created for each bug.
+
 ------------------------------------------------------------------------------
 Disclaimer
 ------------------------------------------------------------------------------