Review Board 2.0.5 released for EPEL 7

2014-08-08 Thread Stephen Gallagher
Hello folks! I just wanted to announce that as of a few minutes ago, I
finally cleared the last hurdles to get Review Board 2.0.5 released into
the EPEL 7 repository for Red Hat Enterprise Linux 7 (and derivatives,
such as CentOS 7). It should filter out to the mirrors within a day or so.

If you are interested in running Review Board 2.x on these platforms,
please see instructions at
https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F to
get the EPEL repository installed and then run yum install ReviewBoard
to get the packages.

Enjoy, and please give me feedback on how it works for you.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


New user of review board here, I'm having trouble attaching diffs

2014-08-08 Thread Usama Ahmed
Whenever I create a new branch in VS, do some work and then enter 'rbt 
post' on the repo

I get this message: 
 ERROR: Error uploading diff 
 One or more fields had errors (HTTP 400, API Error 105) 
 path: fatal: git cat-file eac: bad file
 Your review still exists, but the diff is not attached. 


How do I fix this? And what field is this referring to?

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: New user of review board here, I'm having trouble attaching diffs

2014-08-08 Thread Andrew Hills (anhills)
Hi Usama,

Run rbt post with the -d flag to get more details.

Thanks,
Andrew

On Aug 8, 2014, at 11:39 AM, Usama Ahmed 
usama.ahme...@gmail.commailto:usama.ahme...@gmail.com wrote:

Whenever I create a new branch in VS, do some work and then enter 'rbt post' on 
the repo

I get this message:
ERROR: Error uploading diff
One or more fields had errors (HTTP 400, API Error 105)
path: fatal: git cat-file eac: bad file
Your review still exists, but the diff is not attached.

How do I fix this? And what field is this referring to?


--
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
---
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
reviewboard+unsubscr...@googlegroups.commailto:reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Something broke! (Error 500)

2014-08-08 Thread Arjun A.M.


I get a 500 error when I try to open the reviewboard website after 
installation. Could someone please help me with this.Thanks in advance for 
the help

 The apache log looks like this

Error opening file for reading: Permission denied
Error opening file for reading: Permission denied
[Fri Aug 08 19:19:09 2014] [notice] caught SIGTERM, shutting down
[Fri Aug 08 19:19:10 2014] [warn] RSA server certificate CommonName (CN) 
`ubuntu' does NOT match server name!?
[Fri Aug 08 19:19:10 2014] [warn] RSA server certificate CommonName (CN) 
`ubuntu' does NOT match server name!?
[Fri Aug 08 19:19:10 2014] [notice] Apache/2.2.22 (Ubuntu) mod_ssl/2.2.22 
OpenSSL/1.0.1 mod_wsgi/3.3 Python/2.7.3 configured -- resuming normal 
operations
[Sat Aug 09 02:19:26 2014] [error] ERROR:root:Exception thrown for user 
AnonymousUser at http://reviews.example.com/r/
[Sat Aug 09 02:19:26 2014] [error] 
[Sat Aug 09 02:19:26 2014] [error] The file 'rb/images/favicon_notify.ico' 
could not be found with pipeline.storage.PipelineCachedStorage object at 
0xa6b2328c.
[Sat Aug 09 02:19:26 2014] [error] Traceback (most recent call last):
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/handlers/base.py,
 
line 112, in get_response
[Sat Aug 09 02:19:26 2014] [error] response = wrapped_callback(request, 
*callback_args, **callback_kwargs)
[Sat Aug 09 02:19:26 2014] [error]   File 
/etc/djblets/reviewboard/reviewboard/accounts/decorators.py, line 23, in 
_check
[Sat Aug 09 02:19:26 2014] [error] return view_func(*args, **kwargs)
[Sat Aug 09 02:19:26 2014] [error]   File 
/etc/djblets/reviewboard/reviewboard/site/decorators.py, line 35, in 
_check
[Sat Aug 09 02:19:26 2014] [error] return view_func(request, 
local_site=local_site, *args, **kwargs)
[Sat Aug 09 02:19:26 2014] [error]   File 
/etc/djblets/reviewboard/reviewboard/datagrids/views.py, line 38, in 
all_review_requests
[Sat Aug 09 02:19:26 2014] [error] return 
datagrid.render_to_response(template_name)
[Sat Aug 09 02:19:26 2014] [error]   File 
/etc/djblets/djblets/datagrid/grids.py, line 1042, in render_to_response
[Sat Aug 09 02:19:26 2014] [error] return 
render_to_response(template_name, Context(context))
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/shortcuts/__init__.py,
 
line 29, in render_to_response
[Sat Aug 09 02:19:26 2014] [error] return 
HttpResponse(loader.render_to_string(*args, **kwargs), 
**httpresponse_kwargs)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader.py,
 
line 164, in render_to_string
[Sat Aug 09 02:19:26 2014] [error] return t.render(Context(dictionary))
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 140, in render
[Sat Aug 09 02:19:26 2014] [error] return self._render(context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 134, in _render
[Sat Aug 09 02:19:26 2014] [error] return self.nodelist.render(context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 840, in render
[Sat Aug 09 02:19:26 2014] [error] bit = self.render_node(node, context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 854, in render_node
[Sat Aug 09 02:19:26 2014] [error] return node.render(context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader_tags.py,
 
line 123, in render
[Sat Aug 09 02:19:26 2014] [error] return 
compiled_parent._render(context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 134, in _render
[Sat Aug 09 02:19:26 2014] [error] return self.nodelist.render(context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 840, in render
[Sat Aug 09 02:19:26 2014] [error] bit = self.render_node(node, context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 854, in render_node
[Sat Aug 09 02:19:26 2014] [error] return node.render(context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader_tags.py,
 
line 123, in render
[Sat Aug 09 02:19:26 2014] [error] return 
compiled_parent._render(context)
[Sat Aug 09 02:19:26 2014] [error]   File 
/usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
 
line 134, 

Re: Something broke! (Error 500)

2014-08-08 Thread David Trowbridge
Did you set DEBUG=True?

-David

 On Aug 8, 2014, at 7:28 PM, Arjun A.M. arjun.ch...@gmail.com wrote:
 
 
 
 I get a 500 error when I try to open the reviewboard website after 
 installation. Could someone please help me with this.Thanks in advance for 
 the help
 
  The apache log looks like this
 
 Error opening file for reading: Permission denied
 Error opening file for reading: Permission denied
 [Fri Aug 08 19:19:09 2014] [notice] caught SIGTERM, shutting down
 [Fri Aug 08 19:19:10 2014] [warn] RSA server certificate CommonName (CN) 
 `ubuntu' does NOT match server name!?
 [Fri Aug 08 19:19:10 2014] [warn] RSA server certificate CommonName (CN) 
 `ubuntu' does NOT match server name!?
 [Fri Aug 08 19:19:10 2014] [notice] Apache/2.2.22 (Ubuntu) mod_ssl/2.2.22 
 OpenSSL/1.0.1 mod_wsgi/3.3 Python/2.7.3 configured -- resuming normal 
 operations
 [Sat Aug 09 02:19:26 2014] [error] ERROR:root:Exception thrown for user 
 AnonymousUser at http://reviews.example.com/r/
 [Sat Aug 09 02:19:26 2014] [error] 
 [Sat Aug 09 02:19:26 2014] [error] The file 'rb/images/favicon_notify.ico' 
 could not be found with pipeline.storage.PipelineCachedStorage object at 
 0xa6b2328c.
 [Sat Aug 09 02:19:26 2014] [error] Traceback (most recent call last):
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/core/handlers/base.py,
  line 112, in get_response
 [Sat Aug 09 02:19:26 2014] [error] response = wrapped_callback(request, 
 *callback_args, **callback_kwargs)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /etc/djblets/reviewboard/reviewboard/accounts/decorators.py, line 23, in 
 _check
 [Sat Aug 09 02:19:26 2014] [error] return view_func(*args, **kwargs)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /etc/djblets/reviewboard/reviewboard/site/decorators.py, line 35, in _check
 [Sat Aug 09 02:19:26 2014] [error] return view_func(request, 
 local_site=local_site, *args, **kwargs)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /etc/djblets/reviewboard/reviewboard/datagrids/views.py, line 38, in 
 all_review_requests
 [Sat Aug 09 02:19:26 2014] [error] return 
 datagrid.render_to_response(template_name)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /etc/djblets/djblets/datagrid/grids.py, line 1042, in render_to_response
 [Sat Aug 09 02:19:26 2014] [error] return 
 render_to_response(template_name, Context(context))
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/shortcuts/__init__.py,
  line 29, in render_to_response
 [Sat Aug 09 02:19:26 2014] [error] return 
 HttpResponse(loader.render_to_string(*args, **kwargs), **httpresponse_kwargs)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader.py,
  line 164, in render_to_string
 [Sat Aug 09 02:19:26 2014] [error] return t.render(Context(dictionary))
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  line 140, in render
 [Sat Aug 09 02:19:26 2014] [error] return self._render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  line 134, in _render
 [Sat Aug 09 02:19:26 2014] [error] return self.nodelist.render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  line 840, in render
 [Sat Aug 09 02:19:26 2014] [error] bit = self.render_node(node, context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  line 854, in render_node
 [Sat Aug 09 02:19:26 2014] [error] return node.render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader_tags.py,
  line 123, in render
 [Sat Aug 09 02:19:26 2014] [error] return compiled_parent._render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  line 134, in _render
 [Sat Aug 09 02:19:26 2014] [error] return self.nodelist.render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  line 840, in render
 [Sat Aug 09 02:19:26 2014] [error] bit = self.render_node(node, context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/base.py,
  line 854, in render_node
 [Sat Aug 09 02:19:26 2014] [error] return node.render(context)
 [Sat Aug 09 02:19:26 2014] [error]   File 
 /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/template/loader_tags.py,
  line 123, in render
 [Sat Aug 09 02:19:26 2014] [error]