Send Netdot-devel mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://osl.uoregon.edu/mailman/listinfo/netdot-devel
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-devel digest..."


Today's Topics:

   1. [SCM] Netdot branch master updated.       netdot-1.0.7-26-ga6cda3c
      ([email protected])
   2. [SCM] Netdot branch netdot-1.0 updated.
      netdot-1.0.7-26-ga6cda3c ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Fri, 17 Jul 2015 11:41:41 -0700
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch master updated.
        netdot-1.0.7-26-ga6cda3c
To: [email protected]
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Netdot".

The branch, master has been updated
       via  a6cda3c434606a4e8097230fdf0c070c7cd0bc3b (commit)
      from  c9ac706ab635cf06bd25011c795ebd0cddc7ffba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a6cda3c434606a4e8097230fdf0c070c7cd0bc3b
Author: Carlos Vicente <[email protected]>
Date:   Fri Jul 17 14:41:05 2015 -0400

    Correction to previous changes

diff --git a/lib/Netdot/Exporter/BIND.pm b/lib/Netdot/Exporter/BIND.pm
index 76b8c2f..15b2525 100644
--- a/lib/Netdot/Exporter/BIND.pm
+++ b/lib/Netdot/Exporter/BIND.pm
@@ -92,6 +92,9 @@ sub generate_configs {
            Netdot::Model->do_transaction(sub{
                if ( @pending || $argv{force} ){
                    my $path = $self->print_zone_to_file(zone=>$zone, 
nopriv=>$argv{nopriv});
+                   # Need to query again because the above method updates the 
serial
+                   # which creates another hostaudit record
+                   @pending = HostAudit->search(zone=>$zone->name, pending=>1);
                    foreach my $record ( @pending ){
                        # Un-mark audit records as pending
                        $record->update({pending=>0});

-----------------------------------------------------------------------

Summary of changes:
 lib/Netdot/Exporter/BIND.pm | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
Netdot


------------------------------

Message: 2
Date: Fri, 17 Jul 2015 11:41:58 -0700
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
        netdot-1.0.7-26-ga6cda3c
To: [email protected]
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Netdot".

The branch, netdot-1.0 has been updated
       via  a6cda3c434606a4e8097230fdf0c070c7cd0bc3b (commit)
      from  c9ac706ab635cf06bd25011c795ebd0cddc7ffba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 lib/Netdot/Exporter/BIND.pm | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
Netdot


------------------------------

_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel


End of Netdot-devel Digest, Vol 100, Issue 7
********************************************

Reply via email to