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 Features Related to Build Versions #1

Merged
merged 1 commit into from Mar 6, 2012
Merged

Conversation

sdelano
Copy link
Contributor

@sdelano sdelano commented Mar 6, 2012

Adding additional helpers to the git-based build version detection will let us pull in dependencies in a conditional fashion:

name "private-chef-administration"

if Omnibus::BuildVersion.development_version?
  version "master"
else
  version Omnibus::BuildVersion.version_tag
end

dependencies ["rsync"]

@sdelano sdelano merged commit 4165168 into master Mar 6, 2012
@sethvargo sethvargo deleted the advanced-build-versions branch February 27, 2014 23:19
scotthain pushed a commit that referenced this pull request Mar 28, 2019
Merge master into feature branch
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.

None yet

1 participant