Re: [fossil-users] Automating fossil source builds?

2014-03-24 Thread Jon
Pizza's still processing, but here you go; http://fossil-scm.org/index.html/info/7ba06f150c :) same for `src/zip.c:baseline_zip_page` please. Done! Great, thank you. Initial buildlet impl fetching/building both 32 and 64bit fossils (release tagged) with mingw-w64 toolchains on

Re: [fossil-users] nginx fronting fossil best practices?

2014-03-23 Thread Jon
Also, I'm going to experiment with Upstart a bit now due to this thread. I admit I've always been an init script kind of guy, but it doesn't hurt to try something new when it is supported on your platform. re: the future of upstart on ubuntu http://www.markshuttleworth.com/archives/1316

Re: [fossil-users] Automating fossil source builds?

2014-03-23 Thread Jon
Are there other URL schemes I haven't yet discovered that alias to source tarballs for specific tags? Replace the uuid with the tag, e.g.: http://www.fossil-scm.org/fossil/tarball/Fossil_1.28.tar.gz?uuid=version-1.28 Nice. I see `uuid` controls things so I can also do this

Re: [fossil-users] nginx fronting fossil best practices?

2014-03-22 Thread Jon
@lists.fossil-scm.org/msg15001.html On 3/5/14, Jon jon.for...@gmail.com wrote: I'll tinker with scgi tomorrow, but even if I get it working, I don't yet see how scgi ensures fossil generates correct links to it's gui and route back user url's similar to http://somewhere.mydomain.com/partner/repo

Re: [fossil-users] nginx fronting fossil best practices?

2014-03-05 Thread Jon
I'll tinker with scgi tomorrow, but even if I get it working, I don't yet see how scgi ensures fossil generates correct links to it's gui and route back user url's similar to http://somewhere.mydomain.com/partner/repo-name/... ...SNIP... I've only used nginx once, and that was to test

[fossil-users] nginx fronting fossil best practices?

2014-03-04 Thread Jon
appreciate your guidance as to the best way to setup fossil + nginx. I'd prefer nginx in reverse http proxy mode but SCGI is also fine. Once the base config works, I'll move to HTTPS. Jon BASIC FOSSIL and NGINX CONFIGURATION # upstart script - /etc/init/fossil.conf description Fossil DVCS

Re: [fossil-users] nginx fronting fossil best practices?

2014-03-04 Thread Jon
missing a piece of the puzzle and overcomplicating nginx + fossil. On Tue, Mar 4, 2014 at 4:15 PM, Stephen Cripps 9...@queensu.ca wrote: Hi Jon, I went through the process of setting up fossil behind NGINX the same way your looking for, where you can specify the repository depending