Skip to content

Testing and bug reporting

himanshuc edited this page Sep 13, 2010 · 5 revisions

Procedure for reporting errors/bugs

  • Obtain the latest version of HA-OSCAR via Github
    • $ git clone git://github.com/okoye/HA-OSCAR.git
    • $ cd HA-OSCAR/binaries
  • Switch to “root” or use sudo to run the installer
    • $ sudo python haoscar_configure
  • If any error arises during the installation process copy the error message as reported in standard output
  • Go to http://gist.github.com and paste the output in the empty box and click on “Add Another File”.
  • In the new textbox paste the output of the command “lsb_release -a” and click on “Add Another File”.
  • In the new textbox paste the output of the command “git log -n1” and click on “Create Public Gist”
  • Copy the url which is in the form http://gist.github.com/xxxxxxx (where xxxxxxx is an arbitrary number)
  • Go to http://github.com/okoye/HA-OSCAR/issues and click “Create Issue”.
  • Paste the url you copied earlier on the space provided and give it an appropiate title/description.
  • Click “Create a new Issue”
Clone this wiki locally