- Add missing option values.
- Describe repeatable options.
- Use the same format for EXIT STATUS.
- Add missing trailing dots at end of sentences.
- Shorten man page titles.
Change-Id: Ia6c9536602677371eb6501ce21532734b39ec0f3
Use the same code layout as the other tools, to avoid accidents and
breaking expectations and assumptions when dealing with the code at
large.
Change-Id: I559f06eb24c09e4afdc60ce6d16491dea6ad5108
The prevalent convention in the project is to use «-» instead of «_» to
split words in options. Switch the options to that, and keep backwards
compatibility option alias that emits a deprecation warning while people
transition to the new names. The alias will be removed on the next LTS.
Change-Id: I5dd702f68cbc548a027ba57a5bff1716944cf159
With newer debhelper versions, it tracks what has been installed and
what is left over under debian/tmp. When using pathnames not matching
the ones seen we confuse debhelper. Also this removes redundant pathname
information for the destination.
Change-Id: I6161119d6d6ad6447c0f927a8e6566036ccf4d5a
die with proper response body only on client errors,
or server errors other than 502, 503, 504 errors.
skip further processing silently on 502, 503, 504
(to prevent running into them again and again).
so cron messages will only pop if there is a real problem.
Change-Id: I66146eff783746e975b5ef10e617eda821f7b7e0
die with proper response body only on client errors,
or server errors other than 502, 503, 504 errors.
skip further processing silently on 502, 503, 504
(to prevent running into them again and again).
so cron messages will only pop if there is a real problem.
Change-Id: I1ee193c69ce8ea6f07fe4b228cd19bc47c2e35b6
* supports --pbx_pilot option, has no effect if the customer
is non-pbx
* add support to check option aliases
* change cc,ac,sn options to be strings, to address possible
sn=000 scenarios
Change-Id: I1942120db04781ea70f3b72d22391f31cf4910bb