From 9b7e90eb0234f74a986fdfa4299858b49898aee8 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Mon, 21 Mar 2016 09:50:24 -0400 Subject: Fix syntax --- jwst_pipeline/jwst_pipeline.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'jwst_pipeline') diff --git a/jwst_pipeline/jwst_pipeline.ini b/jwst_pipeline/jwst_pipeline.ini index 6cfe3c6..376fd8d 100644 --- a/jwst_pipeline/jwst_pipeline.ini +++ b/jwst_pipeline/jwst_pipeline.ini @@ -1,6 +1,6 @@ [package] name : jwst_pipeline -version : {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") } +version : {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }} [about] # The JWST repo layout is different: One repo for many packages. @@ -45,6 +45,10 @@ commands : [cbc_build] linux : pip install --no-deps --force --upgrade d2to1 + + # For now... + rm -rf jwst_pipeline/timeconversion + for d in jwst_pipeline/* do ( cd $$d && python setup.py install || exit 1 ) -- cgit