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

given recent discussions, remove support for certain features where unneeded #16

Open
tbarker9 opened this issue Oct 4, 2013 · 0 comments
Milestone

Comments

@tbarker9
Copy link
Member

tbarker9 commented Oct 4, 2013

our build process is getting greatly simplified by using certain conventions. There is a lot of code in here that is totally unnecessary. Like checking if something was already deployed. We are now assuming if it is NOT a SNAPSHOT, then we release it, otherwise we don't. We can use bash to detect this kind of stuff without much work.

tbarker9 added a commit that referenced this issue Oct 11, 2013
moved a lot of functionality to bash, will assume all other projects
will use a release.sh file (The release.sh file in this project is a
good example of how this will happen.  Some stuff is just easier in
bash, like doing git calls and what not.

Issue #16, #17
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

No branches or pull requests

1 participant