setup issues (remote git/cgit)

2024-08-05 Thread Bagels1b
I'm trying to get my first ReviewBoard server (7.0.1) up and running but I've run into a number of issues. My RB is on Ubuntu 22.04 and I have a remote server (Ubuntu 24.04) with a git mirror of my repo and cgit installed. My current issue is I can't Add a Repository. My current error when I

Re: setup issues (remote git/cgit)

2024-08-09 Thread Bagels1b
Can the Raw File URL Mask reference any file in the repository or should it be something specific? On Monday, August 5, 2024 at 1:12:50 PM UTC-4 Bagels1b wrote: > I'm trying to get my first ReviewBoard server (7.0.1) up and running but > I've run into a number of issues. My

"New Review Request" repo info missing

2024-08-09 Thread Bagels1b
This is a new 7.0.1 ReviewBoard setup using a remote Git repository. It's mostly up and running. I've added the remote Git repository and I can use 'rbt post' to create a Draft Review. Then I can edit and publish it using the web gui or rbt. However if I navigate to the "New Review Request"

Re: setup issues (remote git/cgit)

2024-08-09 Thread Bagels1b
wrote: > The raw file mask is essentially a format string, which the server uses to > create the URL to fetch blob content. It should explicitly have > "" and "" in it, not a specific file or revision. > > So for your case, it should be "http://myserverurl

Re: "New Review Request" repo info missing

2024-08-09 Thread Bagels1b
jority of cases, our workflow recommendation > is to use rbtools to review code before it gets landed into a central > repository. > > David > > On Fri, Aug 9, 2024 at 6:12 AM Bagels1b wrote: > >> This is a new 7.0.1 ReviewBoard setup using a remote Git repository.