Dave Miller

Results 79 comments of Dave Miller

OK, now it builds, but running it doesn't work. `docker run` output ``` dave@mini:~$ docker run 6ffb5c3c0c32 Usage: APPLICATION COMMAND [OPTIONS] mojo version mojo generate lite-app ./myapp.pl daemon -m production...

Conversation lifted off IRC: 1:34:38 AM ok, `docker run -ti --rm --expose 8080 -p 8080:8080 bugzilla daemon -m production -l 'http://*:8080'` seems to work just fine 1:34:47 AM I think...

Do we have a Bugzilla bug that goes with this PR?

Still don't see a bug filed to go with this. If we hope to keep BMO following upstream in the future, shouldn't we move this code into the BMO extension...

> My understanding was that this was never an option, as the BMO team is uninterested in collaborating with any upstream. Yeah, I guess that's pretty much the way it...

> Sorry, this is part of the BMO cleanup effort, so same bug as most other PRs from me. OK, so [bug 1446236](https://bugzilla.mozilla.org/show_bug.cgi?id=1446236)

> @justdave can you rebase this against the unstable branch, and then force push it? There's a lot of conflicts in code that I have no clue how it works...

Looks like something got merged here that wasn't meant to be, the conflicts all have nothing to do with the patch. What branch should be the target for this merge?...

OK, I re-created my local branch from unstable, then cherry-picked this patch off the original upstream branch, then force-pushed it back. > * Is there anything that can be done...