Check-in [160c9333a7]
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Remove unused and mysterious 'settings' method |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
160c9333a7f5db4ee26980d97919fdfd |
| User & Date: | jls@semicomplete.com 2012-03-19 07:17:25 |
Context
|
2012-03-19
| ||
| 07:17 | Fix missing doc comments check-in: 2aac1cb1a7 user: jls@semicomplete.com tags: trunk | |
| 07:17 | Remove unused and mysterious 'settings' method check-in: 160c9333a7 user: jls@semicomplete.com tags: trunk | |
| 07:04 | Disable rpm provides hackery that doesn't belong in the gem package check-in: 387a9ba400 user: jls@semicomplete.com tags: trunk | |
Changes
Changes to lib/fpm/command.rb.
| ︙ | ︙ | |||
146 147 148 149 150 151 152 |
end # --before-remove
parameter "[ARGS] ...",
"Inputs to the source package type. For the 'dir' type, this is the files" \
" and directories you want to include in the package. For others, like " \
"'gem', it specifies the packages to download and use as the gem input",
:attribute_name => :args
| < < < | 146 147 148 149 150 151 152 153 154 155 156 157 158 159 |
end # --before-remove
parameter "[ARGS] ...",
"Inputs to the source package type. For the 'dir' type, this is the files" \
" and directories you want to include in the package. For others, like " \
"'gem', it specifies the packages to download and use as the gem input",
:attribute_name => :args
FPM::Package.types.each do |name, klass|
klass.apply_options(self)
end
# TODO(sissel): expose 'option' and 'parameter' junk to FPM::Package and subclasses.
# Apply those things to this command.
|
| ︙ | ︙ |