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.4-60-g81e67dd ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Mon, 29 Apr 2013 08:15:17 -0700
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
netdot-1.0.4-60-g81e67dd
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 81e67dd4f6139d2cb862a1b855a28c8547e36b16 (commit)
from c8fb4e5a2eaf376f582135e03c428f13158712ca (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 81e67dd4f6139d2cb862a1b855a28c8547e36b16
Author: Carlos Vicente <[email protected]>
Date: Mon Apr 29 05:05:22 2013 -0400
Shorter display names for OOB and power fields in Device
diff --git a/etc/netdot.meta b/etc/netdot.meta
index 9029ca6..b55377e 100644
--- a/etc/netdot.meta
+++ b/etc/netdot.meta
@@ -2156,7 +2156,7 @@ $meta = {
description => 'A name or command used to connect to this Device via
an Out of Band connection, such as a Console Server',
length => '255',
nullable => 1,
- tag => 'Out-of-Band Hostname #1',
+ tag => 'OOB Hostname #1',
type => 'varchar'
},
oobname_2 => {
@@ -2164,7 +2164,7 @@ $meta = {
description => 'A name or command used to connect to this Device via
an Out of Band connection, such as a Console Server',
length => '255',
nullable => 1,
- tag => 'Out-of-Band Hostname #2',
+ tag => 'OOB Hostname #2',
type => 'varchar'
},
oobnumber => {
@@ -2172,7 +2172,7 @@ $meta = {
description => 'A phone number used to connect to this Device via an
Out of Band modem',
length => '32',
nullable => 1,
- tag => 'Out-of-Band Tel Number #1',
+ tag => 'OOB Tel #1',
type => 'varchar'
},
oobnumber_2 => {
@@ -2180,7 +2180,7 @@ $meta = {
description => 'A phone number used to connect to this Device via an
Out of Band modem',
length => '32',
nullable => 1,
- tag => 'Out-of-Band Tel Number #2',
+ tag => 'OOB Tel #2',
type => 'varchar'
},
owner => {
@@ -2209,7 +2209,7 @@ $meta = {
description => 'ID of the power outlet in a power distribution unit or
similar',
length => '255',
nullable => 1,
- tag => 'power_outlet #1',
+ tag => 'Power #1',
type => 'varchar'
},
power_outlet_2 => {
@@ -2217,7 +2217,7 @@ $meta = {
description => 'ID of the power outlet in a power distribution unit or
similar',
length => '255',
nullable => 1,
- tag => 'power_outlet #2',
+ tag => 'Power #2',
type => 'varchar'
},
rack => {
-----------------------------------------------------------------------
Summary of changes:
etc/netdot.meta | 12 ++++++------
1 files changed, 6 insertions(+), 6 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 73, Issue 13
********************************************