jobd/update.sh: restore mirror ref update notifications
commit22406d90f738a4eafef8339371fc2b06029ec58e
authorKyle J. McKay <mackyle@gmail.com>
Sun, 30 Jun 2013 06:08:04 +0000 (29 23:08 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 30 Jun 2013 06:08:04 +0000 (29 23:08 -0700)
tree73370600c28812fcaf6928c4c91583374d1d9fd3
parent48408744548c0e054927141f3c43e537d7cae331
jobd/update.sh: restore mirror ref update notifications

When jobd.pl is run with the --quiet/-q option it does
not set the show_progress variable.

update.sh uses the "bang" function to compute before
and after refs in order to send notifications.  It
redirects the output of the "bang" command into a before
and then an after file.  Unfortunately, unless show_progress
is set, the "bang" function eats all the output so both the
before and after files end up being empty thus preventing
any notifications!

Now the two "bang" commands that generate the before and
after refs files temporarily set show_progress=1 to avoid
this problem.
jobd/update.sh