Skip to content

Conversation

@rjelkins
Copy link
Contributor

  • scripts allow for building all packages, installing to local env to test depenency issues, and packaging to a tar

install_packages="${d%/} $install_packages"
done

# remvoe ooi-status and create a separate env for that one,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correct spelling: 'remove'...'dependencies' ... 'packages'

packages="$packages ${d%/}"
done

# seperate out ooi-status
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

separate

@rjelkins
Copy link
Contributor Author

rjelkins commented Jan 9, 2018

lol, this is some old code, I'm going to add Tim to it as he more or less took over managing building the conda things. Most of these scripts were to help streamline the build process and were done before I completely understood how conda worked.

I mainly wanted to create a process that didn't require developers to push things up to the public repo to test out the resultant conda package.

I think there may be some useful concepts in here that Tim may want to put into use or that developers may find helpful.

@rjelkins rjelkins requested a review from tlfish3638 January 9, 2018 18:22

# copy in create utility script
cat > "$tarname/create" << HERE
#!/bin/env bash
Copy link
Contributor

@tlfish3638 tlfish3638 Jan 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the above line intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Copy link
Contributor

@tlfish3638 tlfish3638 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See my question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants