Class: Pkgr::Distributions::DebianWheezy
- Inherits:
-
Debian
- Object
- Debian
- Pkgr::Distributions::DebianWheezy
show all
- Defined in:
- lib/pkgr/distributions/debian_wheezy.rb
Instance Method Summary
collapse
Methods inherited from Debian
#build_dependencies, #buildpacks, #check, #data_dir, #data_file, #dependencies, #fpm_command, #initializers_for, #osfamily, #postinstall_file, #preinstall_file, #slug, #templates
Instance Method Details
#codename ⇒ Object
6
7
8
|
# File 'lib/pkgr/distributions/debian_wheezy.rb', line 6
def codename
"wheezy"
end
|
#default_buildpacks ⇒ Object
10
11
12
13
14
15
16
17
18
19
|
# File 'lib/pkgr/distributions/debian_wheezy.rb', line 10
def default_buildpacks
%w{
https://github.com/pkgr/heroku-buildpack-ruby.git#precise
https://github.com/heroku/heroku-buildpack-nodejs.git
https://github.com/heroku/heroku-buildpack-java.git
https://github.com/heroku/heroku-buildpack-play.git
https://github.com/heroku/heroku-buildpack-python.git
https://github.com/heroku/heroku-buildpack-clojure.git
}
end
|