Created
June 20, 2013 21:54
-
-
Save andre/5827041 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name "scout" | |
maintainer "CHANGE ME" | |
homepage "CHANGEME.com" | |
replaces "scout" | |
install_path "/opt/scout" | |
build_version Omnibus::BuildVersion.new.semver | |
build_iteration 1 | |
# creates required build directories | |
dependency "preparation" | |
# scout dependencies/components | |
dependency "scout" | |
# version manifest file | |
dependency "version-manifest" | |
exclude "\.git*" | |
exclude "bundler\/git" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment