Hi Rahul,

That's odd. It should be erroring out if it can't build those files.

What version of Review Board are you using? Also, what versions of uglify
and lessc?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - https://www.reviewboard.org
Beanbag, Inc. - https://www.beanbaginc.com

On Wed, Jul 29, 2015 at 4:46 AM, rahul emmatty <rahulb1...@gmail.com> wrote:

> Hi,
>
> I am trying to generate / build rbseverity plugin (.egg file from
> source) from reviewboard repository.
> The Issue is I am not able to generate the static files.
> Which is available at precreated .egg file at
>
>
> http://downloads.reviewboard.org/releases/rbseverity/0.5/rbseverity-0.5.1-py2.6.egg#md5=c24aef5b7a936bddf0c10421722ba066
>
> I am able to find that the following files not being packaged in .egg
> file that I generate.
>
> rbseverity/static/css/default.min.5c83bc65f5a0.css
> rbseverity/static/css/default.min.css
> rbseverity/static/css/severity.69eada437e3f.less
> rbseverity/static/css/severity.less
> rbseverity/static/js/severity-review.min.e090c3e5966d.js
> rbseverity/static/js/severity-review.min.js
> rbseverity/static/js/severity.cb7ba5458d93.js
> rbseverity/static/js/severity.js
>
> For generating .egg I am using the below commands
>
> > python setup.py bdist_egg
> running bdist_egg
> running egg_info
> writing rbseverity.egg-info/PKG-INFO
> writing top-level names to rbseverity.egg-info/top_level.txt
> writing dependency_links to rbseverity.egg-info/dependency_links.txt
> writing entry points to rbseverity.egg-info/entry_points.txt
> reading manifest file 'rbseverity.egg-info/SOURCES.txt'
> writing manifest file 'rbseverity.egg-info/SOURCES.txt'
> installing library code to build/bdist.linux-x86_64/egg
> running install_lib
> running build_py
> running build_static_files
> /usr/lib64/python2.6/site-packages/djblets/extensions/packaging.py:147:
> DeprecationWarning: Parameters to load are deprecated.  Call .resolve
> and .require separately.
>   extension = entrypoint.load(require=False)
> creating build
> creating build/lib
> creating build/lib/rbseverity
> copying rbseverity/__init__.py -> build/lib/rbseverity
> copying rbseverity/extension.py -> build/lib/rbseverity
> creating build/bdist.linux-x86_64
> creating build/bdist.linux-x86_64/egg
> creating build/bdist.linux-x86_64/egg/rbseverity
> copying build/lib/rbseverity/__init__.py ->
> build/bdist.linux-x86_64/egg/rbseverity
> copying build/lib/rbseverity/extension.py ->
> build/bdist.linux-x86_64/egg/rbseverity
> byte-compiling build/bdist.linux-x86_64/egg/rbseverity/__init__.py to
> __init__.pyc
> byte-compiling build/bdist.linux-x86_64/egg/rbseverity/extension.py to
> extension.pyc
> creating build/bdist.linux-x86_64/egg/EGG-INFO
> copying rbseverity.egg-info/PKG-INFO ->
> build/bdist.linux-x86_64/egg/EGG-INFO
> copying rbseverity.egg-info/SOURCES.txt ->
> build/bdist.linux-x86_64/egg/EGG-INFO
> copying rbseverity.egg-info/dependency_links.txt ->
> build/bdist.linux-x86_64/egg/EGG-INFO
> copying rbseverity.egg-info/entry_points.txt ->
> build/bdist.linux-x86_64/egg/EGG-INFO
> copying rbseverity.egg-info/not-zip-safe ->
> build/bdist.linux-x86_64/egg/EGG-INFO
> copying rbseverity.egg-info/top_level.txt ->
> build/bdist.linux-x86_64/egg/EGG-INFO
> creating dist
> creating 'dist/rbseverity-0.5.1-py2.6.egg' and adding
> 'build/bdist.linux-x86_64/egg' to it
> removing 'build/bdist.linux-x86_64/egg' (and everything under it)
>
> I would like to know If I am missing something out here.
>
> Thanks,
> Rahul
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://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.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://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.

Reply via email to