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

2014-03-24 Thread Stephan Beal
On Sun, Mar 23, 2014 at 8:51 PM, Jon jon.for...@gmail.com wrote: 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! -- - stephan beal http://wanderinghorse.net/home/stephan/

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] Automating fossil source builds?

2014-03-24 Thread Stephan Beal
On Mon, Mar 24, 2014 at 6:08 PM, Jon jon.for...@gmail.com wrote: Great, thank you. problem == null Someday I'll tweak the buildlet to allow fetching/building arbitrary fossil dev versions. You know how toy projects are re: smoothing the sharp edges ;) Welcome to Fossil, and try not to

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

2014-03-23 Thread Baruch Burstein
On Sun, Mar 23, 2014 at 5:49 AM, Jon jon.for...@gmail.com wrote: but I haven't yet found a way to create a URL to download a tarball for a specific release tag of fossil. Ideally, I'd like to type `./build_fossil.ps1 1.28` and have it download the tarball from

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

2014-03-23 Thread Stephan Beal
On Sun, Mar 23, 2014 at 8:21 AM, Baruch Burstein bmburst...@gmail.comwrote: Replace the uuid with the tag, e.g.: http://www.fossil-scm.org/fossil/tarball/Fossil_1.28.tar.gz?uuid=version-1.28 You might also be interested in the libfossil CLI tools, one of which can generate ZIP files:

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] Automating fossil source builds?

2014-03-23 Thread Stephan Beal
On Sun, Mar 23, 2014 at 6:05 PM, Jon jon.for...@gmail.com wrote: 1) Should the comments for `src/tar.c:tarball_page:L577` be updated to include query param doco similar to `src/browse.c:page_tree:L403`? The current the `URL: /tarball/RID.tar.gz` comment doesn't capture the current URL