On Sun, Mar 18, 2012 at 9:45 PM, Carl Karsten <[email protected]> wrote: > On Sun, Mar 18, 2012 at 9:30 PM, Dan Dennedy <[email protected]> wrote: >> >>> Also, would you be amicable to the idea of creating a new git repository >>> for MLT scripts (the ones from the Wiki) and maybe some other misc. scripts >>> that I'll need for all the automated tests? >>> >> >> The purpose of the scripts was to make it convenient and easy for >> users. Does putting them into a git repo defeat that? We can make >> links to the git-web head's version, but unlike the wiki, which makes >> it download, it just opens in the browser for me, e.g. >> >> http://mltframework.org/gitweb/mlt.git?p=mltframework.org/mlt.git;a=blob_plain;f=configure;hb=HEAD > > Here is how I manage my install script: > > https://github.com/CarlFK/veyepar/blob/master/INSTALL.sh > > lines 4,5,6: > # boot strap command to get this file and run it. > # wget -N http://github.com/CarlFK/veyepar/raw/master/INSTALL.sh > # chmod u+x INSTALL.sh
Of course, either location will work fine with wget or curl, but this is not about automation and build systems. This is about someone using a graphical web browser, downloading the script, and following some directions. The wiki inserts this HTTP header, which makes the browser download instead of display it: Content-disposition: inline;filename=build-melt.sh But I guess this is a minor point. If the user cannot figure out how to use Save As... or click Back and then right-click to download, then they should not be attempting to use this build script. I am OK to use github since you plan to add other scripts for the build server. https://github.com/pez4brian/build-melt as for v2 vs. v3 of build-melt.sh, I will take care of that in my fork and send you a pull request. It fixes some things on OS X for the nearly ready build agent. -- +-DRD-+ ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
