Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add shell scripts for building and packaging #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.


# 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.

3 participants