Patch #12338 » redmine_rdm_mailhandler.patch
| /etc/exim/redmine/rdm-mailhandler.rb 2012-11-09 17:33:51.000000000 +0000 | ||
|---|---|---|
| 87 | 87 |
[ '--project', '-p', GetoptLong::REQUIRED_ARGUMENT ], |
| 88 | 88 |
[ '--status', '-s', GetoptLong::REQUIRED_ARGUMENT ], |
| 89 | 89 |
[ '--tracker', '-t', GetoptLong::REQUIRED_ARGUMENT ], |
| 90 |
[ '--number', '-n', GetoptLong::REQUIRED_ARGUMENT ], |
|
| 90 | 91 |
[ '--category', GetoptLong::REQUIRED_ARGUMENT ], |
| 91 | 92 |
[ '--priority', GetoptLong::REQUIRED_ARGUMENT ], |
| 92 | 93 |
[ '--allow-override', '-o', GetoptLong::REQUIRED_ARGUMENT ], |
| ... | ... | |
| 106 | 107 |
self.verbose = true |
| 107 | 108 |
when '--version' |
| 108 | 109 |
puts VERSION; exit |
| 109 |
when '--project', '--status', '--tracker', '--category', '--priority' |
|
| 110 |
when '--project', '--status', '--tracker', '--category', '--priority', '--number'
|
|
| 110 | 111 |
self.issue_attributes[opt.gsub(%r{^\-\-}, '')] = arg.dup
|
| 111 | 112 |
when '--allow-override' |
| 112 | 113 |
self.allow_override = arg.dup |
- « Previous
- 1
- 2
- Next »