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 netdot-1.0 updated.
      netdot-1.0.1-76-g384e715 ([email protected])
   2. [SCM] Netdot branch netdot-1.0 updated.
      netdot-1.0.1-77-g21dec52 ([email protected])


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

Message: 1
Date: Fri, 5 Oct 2012 10:00:59 -0700
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
        netdot-1.0.1-76-g384e715
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  384e715bce4ffd14abcb8e0b8da06fcd5a12e1c6 (commit)
      from  36b227beb4f6d3dbb2d6b494f34df6af684bd2b3 (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 384e715bce4ffd14abcb8e0b8da06fcd5a12e1c6
Author: Carlos Vicente <[email protected]>
Date:   Fri Oct 5 13:00:18 2012 -0400

    Remove datacache contents while upgrading

diff --git a/upgrade/updatedb b/upgrade/updatedb
index 40fbc65..edb6f5d 100644
--- a/upgrade/updatedb
+++ b/upgrade/updatedb
@@ -59,7 +59,8 @@ if ( $schema_version eq '1.0.1' ){
        'ALTER TABLE device ADD INDEX `Device8` (`down_until`);',
        'ALTER TABLE device ADD INDEX `Device9` (`extension`);',
        
-       "UPDATE schemainfo SET version='1.0.2' WHERE id=1;";
+       "UPDATE schemainfo SET version='1.0.2' WHERE id=1;",
+       "DELETE FROM datacache;";
        
        # Restore checks
        push @statements, "SET FOREIGN_KEY_CHECKS = 1;", "COMMIT;";
@@ -93,7 +94,8 @@ if ( $schema_version eq '1.0.1' ){
        'CREATE INDEX "Device8" on "device" ("down_until");',
        'CREATE INDEX "Device9" on "device" ("extension");',
 
-       "UPDATE schemainfo SET version='1.0.2' WHERE id=1;";
+       "UPDATE schemainfo SET version='1.0.2' WHERE id=1;",
+       "DELETE FROM datacache;";
        
     }else{
        die "Unsupported DB type: $dbms\n";

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

Summary of changes:
 upgrade/updatedb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Netdot


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

Message: 2
Date: Fri, 5 Oct 2012 10:21:45 -0700
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
        netdot-1.0.1-77-g21dec52
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  21dec52f14242ffcacc245ae7e236d1eddd986ba (commit)
      from  384e715bce4ffd14abcb8e0b8da06fcd5a12e1c6 (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 21dec52f14242ffcacc245ae7e236d1eddd986ba
Author: Carlos Vicente <[email protected]>
Date:   Fri Oct 5 13:21:05 2012 -0400

    Modified install script to deal with patched Net::Patricia

diff --git a/bin/perldeps.pl b/bin/perldeps.pl
index b18e96d..a8df8b6 100755
--- a/bin/perldeps.pl
+++ b/bin/perldeps.pl
@@ -277,6 +277,14 @@ sub install_modules_cpan{
     foreach my $anon_hash (@DEPS){
        my $module = $anon_hash->{'cpan'};
        next unless $module;
+
+       # This is temporary until Net::Patricia is patched upstream
+       if ( $module =~ /^Net::Patricia/ ){
+           &cmd("cd thirdparty/; tar xzvf Net-Patricia-1.19_01.tar.gz;".
+                "cd Net-Patricia-1.19_01; perl Makefile.PL; ".
+                "make all && make test && make install");
+       }
+       
        eval "use $module";
        if ( $@ ){
            $module =~ s/^(.*)\s+.*/$1/;

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

Summary of changes:
 bin/perldeps.pl |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Netdot


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

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


End of Netdot-devel Digest, Vol 67, Issue 4
*******************************************

Reply via email to