I do not have scripts for iris.  This is something that we can potentially add later, but not for the initial release.

-Jason


On Tue, Jul 9, 2013 at 11:42 AM, Jason Baumohl <jkbaumohl@lbl.gov> wrote:
Hi Tom,

I do not pretend to be a make expert.  This project is the first time that I have used it.   Do you have an example of what you like me to change it to?

Thanks,
Jason


On Tue, Jul 9, 2013 at 6:34 AM, Thomas Brettin <brettint@gmail.com> wrote:
Hi Jason,

I was reviewing your module makefile, and I'd like to help you make some changes that will rely more on templates. Since your code is all perl, this should be pretty straight forward.

As an example, you have in your make file:

deploy-service-scripts: 
        # First create the start script (should be a better way to do this…)

Usually, we use tpage as a templating tool and use start_service.tt and stop_service.tt templates that get filled in at make time.

Also, I don't see a scripts directory. Do you have scripts that will be executable from IRIS?

Thanks,
Tom



On Jul 8, 2013, at 7:49 PM, Jason Baumohl <jkbaumohl@lbl.gov> wrote:

Works for me.

-Jason


On Mon, Jul 8, 2013 at 5:40 PM, Thomas Brettin <brettint@gmail.com> wrote:
I'd like to schedule this for a minor release and not wait until the Aug build. We'll do at least one minor release this month.


On Jul 1, 2013, at 5:06 PM, Jason Baumohl <jkbaumohl@lbl.gov> wrote:

> Hi Tom and Paramvir,
>
> I think I have an official candidate for release for expression.
>
> I have a bunch of stuff but includes the following:
> spec file
> impl code with 30 complete functions that have been tested (note 2 are currently incomplete functions - related to GEO parsing).
> automated testing for all completed functions
> readme
> releasenotes
> exchangeformat specs
> uploader
> preprocessors
> initial data loaded into expression on DB1
> automated doc for Impl code
> documentation for exchange format (file format for uploads).
>
> I think I have everything except scripts and commands to be run from the command line and iris.
>
> All of the code is committed to git.
>
> -Jason