well, I have already made some changes to review board, so may not be
in a position to install the production copy again.

For second, I dont see any settings_local.py.tmpl and devserver.sh
Is this added new or is their any other way also.

Thanks,
Kunal

On Dec 18, 2:10 pm, "Christian Hammond" <chip...@chipx86.com> wrote:
> You can run "sudo python setup.py install" to install a production copy.
>
> If you're doing pure development, you can just copy settings_local.py.tmpl
> to settings_local.py, set the stuff inside, run ./devserver.sh in the
> reviewboard directory and connect to the IP shown.
>
> Adding a bugs field to the dashboard is probably going to be really easy.
> It's a simple subclass of a Column (see reviews/datagrids.py) and an entry
> in the right DataGrid subclass.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> VMware, Inc.
>
> On Thu, Dec 18, 2008 at 1:02 AM, KunalG <kunal.gosw...@gmail.com> wrote:
>
> > What are the steps to compile the site again, if I make changes in
> > some of the .py file for my local usage.
> > Actually I want to customize the email that is send and i made changes
> > in email.py but my changes are not picked and .pyc file is still the
> > old one.
>
> > Thanks,
> > Kunal
>
> > On Dec 18, 1:59 pm, KunalG <kunal.gosw...@gmail.com> wrote:
> > > ya what you say holds to us as well and had this in mind but thought
> > > to check if something like this is provided.
> > > We will try to find a solution to display the bug ID and the review
> > > request number in the dashboard itself along with review summary.
>
> > > Thanks,
> > > Kunal
>
> > > On Dec 18, 12:32 pm, "Christian Hammond" <chip...@chipx86.com> wrote:
>
> > > > Hi.
>
> > > > There's no API at this time for looking up a review request by a bug
> > ID.
> > > > This could be added if someone wants to write a patch, but it's
> > important to
> > > > note a few things:
>
> > > > 1) This will have to be per-repository, since you can have two
> > different
> > > > bugs on two different trackers that have the same number.
>
> > > > 2) It's not uncommon in many cases for multiple review requests to
> > reference
> > > > the same bug number. This can't be broken. Any API function returning
> > review
> > > > requests must provide a list.
>
> > > > 3) There's no fast, clean way to index bug numbers, so searching is
> > going to
> > > > be slow. This is probably going to be a blocker, really.
>
> > > > Why can't people use their dashboard to find these review requests? We
> > may
> > > > want to look at the core problem -- people not remembering the review
> > > > request ID -- and figure out why this is a problem there.
>
> > > > Christian
>
> > > > --
> > > > Christian Hammond - chip...@chipx86.com
> > > > VMware, Inc.
>
> > > > On Wed, Dec 17, 2008 at 11:17 PM, KunalG <kunal.gosw...@gmail.com>
> > wrote:
>
> > > > > Hi Devs,
>
> > > > > Right now we are testing Review board and uptill now it feels great
> > to
> > > > > use this. We have already customized it to a good extent to integrate
> > > > > it with some of other used systems.
> > > > > Now the questions is we have a bug ID that we submit at the time of
> > > > > posting request. That gets attached to the review request but if we
> > > > > want to submit file changes again to that bugID, we need to know the
> > > > > review request number which users may not be remembering every time.
> > > > > For us they will be knowing the bug Id. So our requirement is if we
> > > > > provide the bug ID it should go to the same request.
>
> > > > > How can this be done? Is there API that is provided to get the review
> > > > > request number for a bug ID. Then we can proceed that way.
>
> > > > > Thanks,
> > > > > Kunal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to