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

allow optional build parameter to rundeckapp to specify use of a local copy of the grails zip #296

Merged

Conversation

onejli
Copy link
Contributor

@onejli onejli commented Feb 4, 2013

If the parameter isn't included, the gradle build should fall back to the default behavior of downloading the grails zip. If the parameter is included, the build should attempt use the zip file (as specified in rundeckapp/build.gradle [via gradle.properties]) that lives in the provided directory.

:core:clean UP-TO-DATE
:plugins:clean UP-TO-DATE
:rundeck-launcher:clean UP-TO-DATE
:rundeckapp:cleanWar UP-TO-DATE
:rundeckapp:downloadGrails
Downloading grails-1.3.7...
:rundeckapp:extractGrails
:rundeckapp:grailsClean SKIPPED
:rundeckapp:clean UP-TO-DATE

This comes into play when attempting to build rundeck in isolated/secure environments without access to the internet.

@onejli
Copy link
Contributor Author

onejli commented Feb 2, 2013

Thinking of re-jiggering rundeckapp/build.gradle to accept a command line override for grailsZipFileBasePath.

ahonor added a commit that referenced this pull request Feb 11, 2013
allow optional build parameter to rundeckapp to specify use of a local copy of the grails zip
@ahonor ahonor merged commit aedc32e into rundeck:development Feb 11, 2013
@onejli onejli deleted the issues/296-optional-grails-zip branch December 4, 2014 16:22
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