~vcs-imports/nut:drv_retry

Last commit made on 2013-11-18
Get this branch:
git clone -b drv_retry https://git.launchpad.net/~vcs-imports/nut

Branch merges

Branch information

Name:
drv_retry
Repository:
lp:~vcs-imports/nut

Recent commits

9dd64a7... by Arnaud Quette <email address hidden>

Fix start command when driver startup is successful

When the driver is successfully started, upsdrvctl shall not try any
further attempt

0d118ad... by Arnaud Quette <email address hidden>

Fix behaviour for stop and shutdown commands

stop and shutdown, conversely to start, are only attempted once

652f1ce... by Arnaud Quette <email address hidden>

Provide retry options for upsdrvctl and driver(s)

As recently seen in Debian (bugs #694717 and #677143), it may be
required to have upsdrvctl retrying to start the driver in case of
failure. More specifically, a mix of init system (V and systemd), udev
and USB device(s) can result in the /dev entry not being available at
driver startup, thus resulting in a general failure to start NUT.
This commit provides at least a way to overcome this issue. A more
suitable solution will require more work on NUT design.

70450dc... by Charles Lepple <email address hidden>

Add nutdrv_qx (blzr) / remove voltronic driver.

Merge branch 'blzr_integration_rebased'

Conflicts:
 docs/man/Makefile.am

3296088... by Daniele Pezzini <email address hidden>

Add nutdrv_qx to .gitignore files and remove voltronic from them

7090959... by Charles Lepple <email address hidden>

a2x: use --destination-dir

This option seems to work now. Previously, Asciidoc source files were copied
to the destination directory, but this did not account for included files.

0d44047... by Daniele Pezzini <email address hidden>

nutdrv_qx: fix cross links in manpage

Remove links to voltronic manuals.
Fix links to blazer manuals.

5e9cf04... by Charles Lepple <email address hidden>

git: ignore test-driver, and sort ignores list

test-driver is apparently part of automake, generated for libcpp unit tests.

a52e84d... by Charles Lepple <email address hidden>

Include blazer-common.txt in built tarball

ed5b61b... by Charles Lepple <email address hidden>

Merge remote-tracking branch 'zykh/blazer-fix'

Closes networkupstools#56, and should make the blzr/nutdrv_qx merge easier.