perfsonar-dev - [pS-dev] [GEANT/SA2/SA2T3-OPPD] r657 - in branches/perfsonar-oppd-all-0.52: build/perfSONAR-MA-HADES build/perfSONAR-MA-HADES/t build/redhat/SOURCES lib/perfSONAR/MA
Subject: perfsonar development work
List archive
[pS-dev] [GEANT/SA2/SA2T3-OPPD] r657 - in branches/perfsonar-oppd-all-0.52: build/perfSONAR-MA-HADES build/perfSONAR-MA-HADES/t build/redhat/SOURCES lib/perfSONAR/MA
Chronological Thread
- From:
- To:
- Subject: [pS-dev] [GEANT/SA2/SA2T3-OPPD] r657 - in branches/perfsonar-oppd-all-0.52: build/perfSONAR-MA-HADES build/perfSONAR-MA-HADES/t build/redhat/SOURCES lib/perfSONAR/MA
- Date: Thu, 14 Oct 2010 11:54:52 +0100
Author: dfn.calim
Date: 2010-10-14 11:54:52 +0100 (Thu, 14 Oct 2010)
New Revision: 657
Added:
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/MANIFEST.SKIP
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/MANIFEST.bak
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/oppd-MA-HADES-MDM.spec
branches/perfsonar-oppd-all-0.52/build/redhat/SOURCES/perfsonar-oppd-ma-hades-0.52.tar.gz
Removed:
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/README
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/oppd-MP-BWCTL-MDM.spec
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/t/perfSONAR-BWCTL-001.t
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/t/perfSONAR-MP-001.t
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/t/perfSONAR-MP-BWCTL-001.t
Modified:
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/Build.PL
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/MANIFEST
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/perfsonar-oppd-ma-hades.spec
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/t/00-load.t
branches/perfsonar-oppd-all-0.52/lib/perfSONAR/MA/Hades.pm
Log:
prepare for build HADES MA
Modified: branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/Build.PL
===================================================================
--- branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/Build.PL
2010-10-14 09:58:10 UTC (rev 656)
+++ branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/Build.PL
2010-10-14 10:54:52 UTC (rev 657)
@@ -3,22 +3,22 @@
use Module::Build;
my $builder = Module::Build->new(
- module_name => 'perfSONAR::MP::BWCTL',
- dist_name => 'perfsonar-oppd-mp-bwctl',
+ module_name => 'perfSONAR::MA::Hades',
+ dist_name => 'perfsonar-oppd-ma-hades',
license => 'apache',
dist_author => 'DFN-Labor
<>',
- dist_version_from => 'lib/perfSONAR/MP/BWCTL.pm',
- dist_abstract => 'BWCTL MP module for perl-perfSONAR',
+ dist_version_from => 'lib/perfSONAR/MA/Hades.pm',
+ dist_abstract => 'Hades MA module for open perl-perfSONAR deamon
(oppd)',
build_requires => {
'Test::More' => 0,
},
requires => {
- 'perfSONAR' => 0.51,
+ 'perfSONAR' => 0.52.1,
'IPC::Run' => 0,
'IO::Tty' => '>= 1.02',
},
etc_files => {
- 'etc/oppd-bwctl.conf.example' => 'etc/oppd.d/oppd-bwctl.conf',
+ 'etc/oppd-hades.conf.example' => 'etc/oppd.d/bwctl.conf',
},
add_to_cleanup => [ 'perfSONAR-MP-BWCTL-*' ],
create_makefile_pl => 'small',
Modified: branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/MANIFEST
===================================================================
--- branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/MANIFEST
2010-10-14 09:58:10 UTC (rev 656)
+++ branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/MANIFEST
2010-10-14 10:54:52 UTC (rev 657)
@@ -1,13 +1,8 @@
Build.PL
Changes
-MANIFEST
-README
-lib/perfSONAR/MP/BWCTL.pm
-lib/perfSONAR/BWCTL.pm
-etc/oppd-bwctl.conf.example
+etc/oppd-hades.conf.example
+lib/perfSONAR/MA/Hades.pm
+MANIFEST This list of files
t/00-load.t
-t/perfSONAR-BWCTL-001.t
-t/perfSONAR-MP-001.t
-t/perfSONAR-MP-BWCTL-001.t
Makefile.PL
META.yml
Added: branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/MANIFEST.SKIP
===================================================================
--- branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/MANIFEST.SKIP
(rev 0)
+++ branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/MANIFEST.SKIP
2010-10-14 10:54:52 UTC (rev 657)
@@ -0,0 +1,42 @@
+# Avoid version control files.
+\bRCS\b
+\bCVS\b
+,v$
+\B\.svn\b
+\B\.cvsignore$
+
+# Avoid Makemaker generated and utility files.
+\bMakefile$
+\bblib
+\bMakeMaker-\d
+\bpm_to_blib$
+\bblibdirs$
+^MANIFEST\.SKIP$
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\bBuild.bat$
+\b_build
+
+# Avoid Devel::Cover generated files
+\bcover_db
+
+# Avoid temp and backup files.
+~$
+\.tmp$
+\.old$
+\.bak$
+\#$
+\.#
+\.rej$
+
+# Avoid OS-specific files/dirs
+# Mac OSX metadata
+\B\.DS_Store
+# Mac OSX SMB mount metadata files
+\B\._
+# Avoid archives of this distribution
+\bperfsonar-oppd-ma-hades-[\d\.\_]+
+
+# Avoid spec files
+\b.spec$
Added: branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/MANIFEST.bak
===================================================================
--- branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/MANIFEST.bak
(rev 0)
+++ branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/MANIFEST.bak
2010-10-14 10:54:52 UTC (rev 657)
@@ -0,0 +1,8 @@
+Build.PL
+Changes
+etc/oppd-hades.conf.example
+lib/perfSONAR/MA/Hades.pm
+MANIFEST This list of files
+oppd-MP-BWCTL-MDM.spec
+perfsonar-oppd-ma-hades.spec
+t/00-load.t
Deleted: branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/README
===================================================================
--- branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/README
2010-10-14 09:58:10 UTC (rev 656)
+++ branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/README
2010-10-14 10:54:52 UTC (rev 657)
@@ -1,79 +0,0 @@
-oppd-MP-BWCTL
--------------
-
-Version 0.51
-
-The oppd BWCTL MP is a service plugin for oppd (open perl perfSONAR daemon).
-It's purpose is to provide a perfSONAR interface to bwctl measurements.
-To use this module you need to install the oppd package first. The BWCTL
-MP module needs several perl modules (available via e.g. CPAN) in addition.
-
-For more information about perfSONAR, see www.perfsonar.net
-For more information about CPAN, see www.cpan.org
-
-1. Preparation:
----------------
-
-You need to install the bwctl and iperf tools, to be able to perform a BWCTL
-measurement. You can get these at:
-
-Iperf: http://sourceforge.net/projects/iperf. Note that version 2.0.2 is
-recommended, as newer versions have a bug preventing proper output of
interval
-measurements.
-
-BWCTL: http://e2epi.internet2.edu/bwctl/. Version 1.3 recommended.
-
-Moreover, you need to have a proper time synchronization (via NTP) set up and
-running to get proper test results.
-
-
-Perl modules dependency list:
------------------------------
-perl version 5.8.0 or higher
-perl(IO::Tty) >= 1.02
-perl(IPC::Run)
-perl(perfSONAR) >= 0.51
-
-
-2. Installation:
-----------------
-
-Change to oppd-mp-bwctl-0.51 directory and type the following commands:
-perl Build.PL --install_base=/usr/lib/perfsonar/services/oppd
-./Build install
-
-
-3. Run BWCTL MP:
-----------------
-
-To run the BWCTL MP, you first have to make sure that the bwctld is properly
-running. If this is the case, you should include the BWCTL MP service
definition
-included in /usr/lib/perfsonar/services/oppd/etc/bwctl.conf to
/etc/oppd.conf.
-You can either include it by adding an include line to oppd.conf, or by
attaching
-the contents of bwctl.conf to oppd.conf. When you have done this, restart the
-oppd daemon.
-
-For start options and configuration file format please refer to the manual
-pages.
-
-4. Deinstallation:
-------------------
-
-First make sure that oppd.pl isn't running and stop it, if it is running.
Either
-delete the include line or the definition block for BWCTL MP from
/etc/oppd.conf.
-
-You can now restart the oppd service, if you still have other perfSONAR
services
-provided by oppd other than the BWCTL MP.
-
-To delete BWCTL MP completely, remove the following files from your system:
-rm -f /usr/lib/perfsonar/services/oppd/lib/perfSONAR/MP/BWCTL.pm
-rm -f /usr/lib/perfsonar/services/oppd/lib/perfSONAR/BWCTL.pm
-
-
-
-
-COPYRIGHT AND LICENCE
-
-Copyright (C) 2008, 2009 DFN-Labor
-
-This program is released under the following license: bsd
Copied:
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/oppd-MA-HADES-MDM.spec
(from rev 655,
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/oppd-MP-BWCTL-MDM.spec)
===================================================================
---
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/oppd-MA-HADES-MDM.spec
(rev 0)
+++
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/oppd-MA-HADES-MDM.spec
2010-10-14 10:54:52 UTC (rev 657)
@@ -0,0 +1,117 @@
+%define install_base /usr/lib/perfsonar/services/oppd
+
+Name: perfsonar-oppd-mp-bwctl
+Version: 0.51
+Release: 1
+Summary: perfSONAR::MP::BWCTL Perl module
+License: BSD
+Group: Development/Libraries
+URL: http://search.cpan.org/dist/perfSONAR-MP-BWCTL/
+#Source0:
http://www.cpan.org/modules/by-module/perfSONAR/perfSONAR-MP-BWCTL-%{version}.tar.gz
+Source0: %{name}-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u}
-n)
+BuildArch: noarch
+#BuildRequires: perl(IO::Tty) >= 1.02
+#BuildRequires: perl(IPC::Run)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(perfSONAR) >= 0.4
+Requires: perl(IO::Tty) >= 1.02
+Requires: perl(IPC::Run)
+Requires: perl(perfSONAR) >= 0.51
+#Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo
$version))
+Obsoletes: oppd
+Obsoletes: oppd-mp-bwctl
+
+%description
+The README is used to introduce the module and provide instructions on how
+to install the module, any machine dependencies it may have (for example C
+compilers and installed libraries) and any other information that should be
+provided before the module is installed.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+%{__perl} Build.PL install_base=%install_base
+./Build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+#./Build test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+ln -s %install_base/etc/oppd-bwctl.conf /etc/oppd-bwctl.conf
+echo "include oppd-bwctl.conf" >> /etc/oppd.conf
+
+%preun
+if [ "$1" = 0 ] ; then
+/sbin/service oppd stop > /dev/null 2>&1
+sed -e s/"include oppd-bwctl.conf"// -i /etc/oppd.conf
+fi
+exit 0
+
+%postun
+if [ "$1" -ge 1 ]; then
+/sbin/service oppd condrestart > /dev/null 2>&1
+fi
+exit 0
+
+
+%files
+%defattr(-,perfsonar,perfsonar,-)
+%doc Changes README
+#%{perl_vendorlib}/*
+#%{_mandir}/man3/*
+%{install_base}/*
+
+%changelog
+* Thu Jul 02 2009 Verena Venus
+- Changed Release to 1 added obsoletes
+ for old oppd packages
+* Wed May 06 2009 Verena Venus
+- Changed Release to 0.rc2.MDM_3.1.1
+* Mon Mar 09 2009 Verena Venus
+- Changed Release to 0.rc1.MDM_3.1.1
+* Mon Feb 23 2009 Verena Venus
+- Changed Release to MDM_3.1.1
+- Changed Version to 0.51
+- added %post, %preun
+* Mon Nov 03 2008 Verena Venus
+- Changed Release to MDM_3.1
+* Tue Oct 28 2008 Verena Venus
+- Changed Release to RC7
+* Wed Oct 01 2008 Verena Venus
+- Changed Release to RC6
+- Changed install_base from /opt/perfsonar/services
+ to /usr/lib/perfsonar/services
+* Tue Sep 16 2008 Verena Venus
+- Changed Release to RC5.MDM_perfSONAR_3_1.fc7
+* Tue Jul 29 2008 Verena Venus
+- Changed Name to oppd
+- Changed Release to RC4
+- Changed Version to 0.5
+* Mon Jul 14 2008 Verena Venus
+- Changed Release to RC2.MDM_perfSONAR_3_1.fc7
+* Wed May 28 2008 Verena Venus
+- Changed Release to MDM_perfSONAR_3_1.fc7
+- Changed Version to 0.41
+* Tue Apr 15 2008 Verena Venus
+- Changed Release to RC5.MDM_perfSONAR_3.fc7
+* Mon Apr 14 2008 Verena Venus
+- changed install_base from /home/perfsonar/webapps
+ to /opt/perfsonar/services
+* Wed Mar 12 2008 Verena Venus
+- Changed Release to RC4.MDM_perfSONAR_3.fc7
+- Changed %defattr from root to perfsonar user
+* Wed Jan 16 2008 DFN-Labor 0.4-1
+- Specfile autogenerated by cpanspec 1.73.
Deleted:
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/oppd-MP-BWCTL-MDM.spec
===================================================================
---
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/oppd-MP-BWCTL-MDM.spec
2010-10-14 09:58:10 UTC (rev 656)
+++
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/oppd-MP-BWCTL-MDM.spec
2010-10-14 10:54:52 UTC (rev 657)
@@ -1,117 +0,0 @@
-%define install_base /usr/lib/perfsonar/services/oppd
-
-Name: perfsonar-oppd-mp-bwctl
-Version: 0.51
-Release: 1
-Summary: perfSONAR::MP::BWCTL Perl module
-License: BSD
-Group: Development/Libraries
-URL: http://search.cpan.org/dist/perfSONAR-MP-BWCTL/
-#Source0:
http://www.cpan.org/modules/by-module/perfSONAR/perfSONAR-MP-BWCTL-%{version}.tar.gz
-Source0: %{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u}
-n)
-BuildArch: noarch
-#BuildRequires: perl(IO::Tty) >= 1.02
-#BuildRequires: perl(IPC::Run)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(perfSONAR) >= 0.4
-Requires: perl(IO::Tty) >= 1.02
-Requires: perl(IPC::Run)
-Requires: perl(perfSONAR) >= 0.51
-#Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo
$version))
-Obsoletes: oppd
-Obsoletes: oppd-mp-bwctl
-
-%description
-The README is used to introduce the module and provide instructions on how
-to install the module, any machine dependencies it may have (for example C
-compilers and installed libraries) and any other information that should be
-provided before the module is installed.
-
-%prep
-%setup -q -n %{name}-%{version}
-
-%build
-%{__perl} Build.PL install_base=%install_base
-./Build
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
-
-%check
-#./Build test
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post
-ln -s %install_base/etc/oppd-bwctl.conf /etc/oppd-bwctl.conf
-echo "include oppd-bwctl.conf" >> /etc/oppd.conf
-
-%preun
-if [ "$1" = 0 ] ; then
-/sbin/service oppd stop > /dev/null 2>&1
-sed -e s/"include oppd-bwctl.conf"// -i /etc/oppd.conf
-fi
-exit 0
-
-%postun
-if [ "$1" -ge 1 ]; then
-/sbin/service oppd condrestart > /dev/null 2>&1
-fi
-exit 0
-
-
-%files
-%defattr(-,perfsonar,perfsonar,-)
-%doc Changes README
-#%{perl_vendorlib}/*
-#%{_mandir}/man3/*
-%{install_base}/*
-
-%changelog
-* Thu Jul 02 2009 Verena Venus
-- Changed Release to 1 added obsoletes
- for old oppd packages
-* Wed May 06 2009 Verena Venus
-- Changed Release to 0.rc2.MDM_3.1.1
-* Mon Mar 09 2009 Verena Venus
-- Changed Release to 0.rc1.MDM_3.1.1
-* Mon Feb 23 2009 Verena Venus
-- Changed Release to MDM_3.1.1
-- Changed Version to 0.51
-- added %post, %preun
-* Mon Nov 03 2008 Verena Venus
-- Changed Release to MDM_3.1
-* Tue Oct 28 2008 Verena Venus
-- Changed Release to RC7
-* Wed Oct 01 2008 Verena Venus
-- Changed Release to RC6
-- Changed install_base from /opt/perfsonar/services
- to /usr/lib/perfsonar/services
-* Tue Sep 16 2008 Verena Venus
-- Changed Release to RC5.MDM_perfSONAR_3_1.fc7
-* Tue Jul 29 2008 Verena Venus
-- Changed Name to oppd
-- Changed Release to RC4
-- Changed Version to 0.5
-* Mon Jul 14 2008 Verena Venus
-- Changed Release to RC2.MDM_perfSONAR_3_1.fc7
-* Wed May 28 2008 Verena Venus
-- Changed Release to MDM_perfSONAR_3_1.fc7
-- Changed Version to 0.41
-* Tue Apr 15 2008 Verena Venus
-- Changed Release to RC5.MDM_perfSONAR_3.fc7
-* Mon Apr 14 2008 Verena Venus
-- changed install_base from /home/perfsonar/webapps
- to /opt/perfsonar/services
-* Wed Mar 12 2008 Verena Venus
-- Changed Release to RC4.MDM_perfSONAR_3.fc7
-- Changed %defattr from root to perfsonar user
-* Wed Jan 16 2008 DFN-Labor 0.4-1
-- Specfile autogenerated by cpanspec 1.73.
Modified:
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/perfsonar-oppd-ma-hades.spec
===================================================================
---
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/perfsonar-oppd-ma-hades.spec
2010-10-14 09:58:10 UTC (rev 656)
+++
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/perfsonar-oppd-ma-hades.spec
2010-10-14 10:54:52 UTC (rev 657)
@@ -1,10 +1,10 @@
-Name: perfsonar-oppd-mp-bwctl
-Version: 0.51
-Release: 2egee
-Summary: perfSONAR::MP::BWCTL Perl module
+Name: perfsonar-oppd-map-hades
+Version: 0.52
+Release: 2
+Summary: perfSONAR::MA::Hades Perl module
License: Apache
Group: Development/Libraries
-URL: http://search.cpan.org/dist/perfSONAR-MP-BWCTL/
+#URL: http://search.cpan.org/dist/perfSONAR-MP-BWCTL/
#Source0:
http://www.cpan.org/modules/by-module/perfSONAR/perfSONAR-MP-BWCTL-%{version}.tar.gz
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u}
-n)
@@ -13,17 +13,13 @@
#BuildRequires: perl(IPC::Run)
#BuildRequires: perl(Module::Build)
#BuildRequires: perl(perfSONAR) >= 0.4
-Requires: perl(IO::Tty) >= 1.02
-Requires: perl(IPC::Run)
-Requires: perl(perfSONAR) >= 0.51
-Requires: perfsonar-oppd >= 0.51
+#Requires: perl(IO::Tty) >= 1.02
+#Requires: perl(IPC::Run)
+#Requires: perl(perfSONAR) >= 0.51
+Requires: perfsonar-oppd >= 0.52
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo
$version))
%description
-The README is used to introduce the module and provide instructions on how
-to install the module, any machine dependencies it may have (for example C
-compilers and installed libraries) and any other information that should be
-provided before the module is installed.
%prep
%setup -q -n %{name}-%{version}
@@ -46,20 +42,14 @@
%clean
rm -rf $RPM_BUILD_ROOT
-#%pre
-#if test -e /etc/oppd.d/oppd-bwctl.conf.removed ; then
-#mv /etc/oppd.d/oppd-bwctl.conf.removed /etc/oppd.d/oppd-bwctl.conf
-#fi
%post
-#ln -s %install_base/etc/oppd-bwctl.conf /etc/oppd-bwctl.conf
-#echo "include oppd-bwctl.conf" >> /etc/oppd.conf
-chown perfsonar:perfsonar /etc/oppd.d/oppd-bwctl.conf
+chown perfsonar:perfsonar /etc/oppd.d/hades.conf
%preun
if [ "$1" = 0 ] ; then
/sbin/service oppd stop > /dev/null 2>&1
-mv /etc/oppd.d/oppd-bwctl.conf /etc/oppd.d/oppd-bwctl.conf.removed
+mv /etc/oppd.d/hades.conf /etc/oppd.d/hades.conf.removed
fi
exit 0
@@ -72,11 +62,11 @@
%files
%defattr(-,perfsonar,perfsonar,-)
-%doc Changes README
+%doc Changes
%{perl_vendorlib}/*
#%{_mandir}/man3/*
#%{install_base}/*
-%config(noreplace) /etc/oppd.d/oppd-bwctl.conf
+%config(noreplace) /etc/oppd.d/hades.conf
%changelog
* Thu Oct 29 2009 DFN Labor
Modified:
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/t/00-load.t
===================================================================
--- branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/t/00-load.t
2010-10-14 09:58:10 UTC (rev 656)
+++ branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/t/00-load.t
2010-10-14 10:54:52 UTC (rev 657)
@@ -6,7 +6,7 @@
use Test::More tests => 1;
BEGIN {
- use_ok( 'perfSONAR::MP::BWCTL' );
+ use_ok( 'perfSONAR::MA::Hades' );
}
diag( "Testing perfSONAR::MP::BWCTL $perfSONAR::MP::BWCTL::VERSION, Perl $],
$^X" );
Deleted:
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/t/perfSONAR-BWCTL-001.t
===================================================================
---
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/t/perfSONAR-BWCTL-001.t
2010-10-14 09:58:10 UTC (rev 656)
+++
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/t/perfSONAR-BWCTL-001.t
2010-10-14 10:54:52 UTC (rev 657)
@@ -1 +0,0 @@
-link ../../../t/perfSONAR-BWCTL-001.t
\ No newline at end of file
Deleted:
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/t/perfSONAR-MP-001.t
===================================================================
---
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/t/perfSONAR-MP-001.t
2010-10-14 09:58:10 UTC (rev 656)
+++
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/t/perfSONAR-MP-001.t
2010-10-14 10:54:52 UTC (rev 657)
@@ -1 +0,0 @@
-link ../../../t/perfSONAR-MP-001.t
\ No newline at end of file
Deleted:
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/t/perfSONAR-MP-BWCTL-001.t
===================================================================
---
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/t/perfSONAR-MP-BWCTL-001.t
2010-10-14 09:58:10 UTC (rev 656)
+++
branches/perfsonar-oppd-all-0.52/build/perfSONAR-MA-HADES/t/perfSONAR-MP-BWCTL-001.t
2010-10-14 10:54:52 UTC (rev 657)
@@ -1 +0,0 @@
-link ../../../t/perfSONAR-MP-BWCTL-001.t
\ No newline at end of file
Added:
branches/perfsonar-oppd-all-0.52/build/redhat/SOURCES/perfsonar-oppd-ma-hades-0.52.tar.gz
===================================================================
---
branches/perfsonar-oppd-all-0.52/build/redhat/SOURCES/perfsonar-oppd-ma-hades-0.52.tar.gz
(rev 0)
+++
branches/perfsonar-oppd-all-0.52/build/redhat/SOURCES/perfsonar-oppd-ma-hades-0.52.tar.gz
2010-10-14 10:54:52 UTC (rev 657)
@@ -0,0 +1 @@
+link ../../perfSONAR-MA-HADES/perfsonar-oppd-ma-hades-0.52.tar.gz
\ No newline at end of file
Property changes on:
branches/perfsonar-oppd-all-0.52/build/redhat/SOURCES/perfsonar-oppd-ma-hades-0.52.tar.gz
___________________________________________________________________
Name: svn:special
+ *
Modified: branches/perfsonar-oppd-all-0.52/lib/perfSONAR/MA/Hades.pm
===================================================================
--- branches/perfsonar-oppd-all-0.52/lib/perfSONAR/MA/Hades.pm 2010-10-14
09:58:10 UTC (rev 656)
+++ branches/perfsonar-oppd-all-0.52/lib/perfSONAR/MA/Hades.pm 2010-10-14
10:54:52 UTC (rev 657)
@@ -26,6 +26,7 @@
use strict;
use warnings;
+my $VERSION = 0.52;
use perfSONAR::MA;
- [pS-dev] [GEANT/SA2/SA2T3-OPPD] r657 - in branches/perfsonar-oppd-all-0.52: build/perfSONAR-MA-HADES build/perfSONAR-MA-HADES/t build/redhat/SOURCES lib/perfSONAR/MA, svn-noreply, 10/14/2010
Archive powered by MHonArc 2.6.16.