Skip to Content.
Sympa Menu

perfsonar-dev - [pS-dev] [GEANT/SA2/SA2T3-OPPD] r705 - in trunk/build: debian debian/0.53-0rc1 debian/perfsonar-oppd-ma-hades-debian perfSONAR perfSONAR-MA-Hades perfSONAR-MP-BWCTL perfSONAR-MP-OWAMP

Subject: perfsonar development work

List archive

[pS-dev] [GEANT/SA2/SA2T3-OPPD] r705 - in trunk/build: debian debian/0.53-0rc1 debian/perfsonar-oppd-ma-hades-debian perfSONAR perfSONAR-MA-Hades perfSONAR-MP-BWCTL perfSONAR-MP-OWAMP


Chronological Thread 
  • From:
  • To:
  • Subject: [pS-dev] [GEANT/SA2/SA2T3-OPPD] r705 - in trunk/build: debian debian/0.53-0rc1 debian/perfsonar-oppd-ma-hades-debian perfSONAR perfSONAR-MA-Hades perfSONAR-MP-BWCTL perfSONAR-MP-OWAMP
  • Date: Thu, 14 Apr 2011 15:53:53 +0100

Author: dfn.calim
Date: 2011-04-14 15:53:52 +0100 (Thu, 14 Apr 2011)
New Revision: 705

Added:
trunk/build/debian/0.53-0rc1/perfsonar-oppd-ma-hades_0.53-0rc1_all.deb
trunk/build/debian/perfsonar-oppd-ma-hades-debian/
trunk/build/perfSONAR/Build.deb.PL
trunk/build/perfSONAR/Build.rpm.PL
Removed:

trunk/build/debian/perfsonar-oppd-ma-hades-debian/perfsonar-oppd-mp-bwctl.debhelper.log
trunk/build/perfSONAR/Build.PL
Modified:
trunk/build/debian/0.53-0rc1/perfsonar-oppd-mp-bwctl_0.53-0rc1_all.deb
trunk/build/debian/0.53-0rc1/perfsonar-oppd-mp-owamp_0.53-0rc1_all.deb
trunk/build/debian/0.53-0rc1/perfsonar-oppd_0.53-0rc1_all.deb
trunk/build/debian/create-personar-oppd-dpkg.sh
trunk/build/debian/perfsonar-oppd-ma-hades-debian/changelog
trunk/build/debian/perfsonar-oppd-ma-hades-debian/control
trunk/build/perfSONAR-MA-Hades/Build.PL
trunk/build/perfSONAR-MA-Hades/MANIFEST
trunk/build/perfSONAR-MA-Hades/META.yml
trunk/build/perfSONAR-MP-BWCTL/Build.PL
trunk/build/perfSONAR-MP-OWAMP/Build.PL
trunk/build/perfSONAR/MANIFEST
Log:
add new debian packages 0.53

Added: trunk/build/debian/0.53-0rc1/perfsonar-oppd-ma-hades_0.53-0rc1_all.deb
===================================================================
(Binary files differ)


Property changes on:
trunk/build/debian/0.53-0rc1/perfsonar-oppd-ma-hades_0.53-0rc1_all.deb
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream

Modified:
trunk/build/debian/0.53-0rc1/perfsonar-oppd-mp-bwctl_0.53-0rc1_all.deb
===================================================================
(Binary files differ)

Modified:
trunk/build/debian/0.53-0rc1/perfsonar-oppd-mp-owamp_0.53-0rc1_all.deb
===================================================================
(Binary files differ)

Modified: trunk/build/debian/0.53-0rc1/perfsonar-oppd_0.53-0rc1_all.deb
===================================================================
(Binary files differ)

Modified: trunk/build/debian/create-personar-oppd-dpkg.sh
===================================================================
--- trunk/build/debian/create-personar-oppd-dpkg.sh 2011-04-14 14:35:00
UTC (rev 704)
+++ trunk/build/debian/create-personar-oppd-dpkg.sh 2011-04-14 14:53:52
UTC (rev 705)
@@ -40,13 +40,18 @@
srcpath="../perfSONAR-MP-OWAMP"
fi

+if [ $2 == 'hades' ] ; then
+ pkg_name="perfsonar-oppd-ma-hades"
+ srcpath="../perfSONAR-MA-Hades"
+fi
+
if [ $1 == 'create' ] ; then
cd $srcpath
perl Build.PL
rm $pkg_name-$version.tar.gz
./Build dist
cd ../debian
- ln -s $srcpath/$pkg_name-$version.tar.gz
+ mv $srcpath/$pkg_name-$version.tar.gz .
tar -xzvf $pkg_name-$version.tar.gz
cd $pkg_name-$version
cp -aRf ../$pkg_name-debian debian

Copied: trunk/build/debian/perfsonar-oppd-ma-hades-debian (from rev 702,
trunk/build/debian/perfsonar-oppd-mp-owamp-debian)

Modified: trunk/build/debian/perfsonar-oppd-ma-hades-debian/changelog
===================================================================
--- trunk/build/debian/perfsonar-oppd-mp-owamp-debian/changelog 2011-04-14
07:11:41 UTC (rev 702)
+++ trunk/build/debian/perfsonar-oppd-ma-hades-debian/changelog 2011-04-14
14:53:52 UTC (rev 705)
@@ -1,4 +1,4 @@
-perfsonar-oppd-mp-owamp (0.53-0rc1) unstable; urgency=low
+perfsonar-oppd-ma-hades (0.53-0rc1) unstable; urgency=low

* Initial release


Modified: trunk/build/debian/perfsonar-oppd-ma-hades-debian/control
===================================================================
--- trunk/build/debian/perfsonar-oppd-mp-owamp-debian/control 2011-04-14
07:11:41 UTC (rev 702)
+++ trunk/build/debian/perfsonar-oppd-ma-hades-debian/control 2011-04-14
14:53:52 UTC (rev 705)
@@ -1,4 +1,4 @@
-Source: perfsonar-oppd-mp-owamp
+Source: perfsonar-oppd-ma-hades
Section: net
Priority: extra
Maintainer: DFN Labor
<>
@@ -6,7 +6,7 @@
Standards-Version: 3.7.3
Homepage: http://www.win-labor.dfn.de

-Package: perfsonar-oppd-mp-owamp
+Package: perfsonar-oppd-ma-hades
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: perfsonar-oppd ( >= 0.53)

Deleted:
trunk/build/debian/perfsonar-oppd-ma-hades-debian/perfsonar-oppd-mp-bwctl.debhelper.log
===================================================================
---
trunk/build/debian/perfsonar-oppd-mp-owamp-debian/perfsonar-oppd-mp-bwctl.debhelper.log
2011-04-14 07:11:41 UTC (rev 702)
+++
trunk/build/debian/perfsonar-oppd-ma-hades-debian/perfsonar-oppd-mp-bwctl.debhelper.log
2011-04-14 14:53:52 UTC (rev 705)
@@ -1,15 +0,0 @@
-dh_installdirs
-dh_installchangelogs
-dh_installdocs
-dh_installexamples
-dh_installinit
-dh_installman
-dh_link
-dh_strip
-dh_compress
-dh_fixperms
-dh_installdeb
-dh_shlibdeps
-dh_gencontrol
-dh_md5sums
-dh_builddeb

Deleted: trunk/build/perfSONAR/Build.PL
===================================================================
--- trunk/build/perfSONAR/Build.PL 2011-04-14 14:35:00 UTC (rev 704)
+++ trunk/build/perfSONAR/Build.PL 2011-04-14 14:53:52 UTC (rev 705)
@@ -1,69 +0,0 @@
-use strict;
-use warnings;
-use Module::Build;
-use Data::Dumper;
-
-my $builder = Module::Build->new(
- module_name => 'perfSONAR',
- dist_name => 'perfsonar-oppd',
- license => 'apache',
- dist_author => 'DFN-Labor
<>',
- dist_abstract => 'perl perfSONAR implementation',
- dist_version => '0.54',
- build_requires => {
- 'Test::More' => 0,
- },
- requires => {
- 'Config::General' => 0,
- 'HTTP::Daemon' => 0,
- 'HTTP::Request' => 0,
- 'HTTP::Response' => 0,
- 'IPC::Shareable' => 0,
- 'LWP::UserAgent' => 0,
- 'Log::Dispatch' => '>= 2.11',
- 'Log::Dispatch::File' => 0,
- 'Log::Dispatch::Screen' => 0,
- 'Log::Dispatch::Syslog' => 0,
- 'NMWG' => '>= 0.02',
- 'NMWG::Message' => 0,
- 'URI' => '>= 1.30',
- 'XML::LibXML' => 0,
- 'XML::LibXML::NodeList' => 0,
- },
- etc_files => {
- #'etc/oppd-egee.conf' => 'etc/oppd.conf',
- 'etc/oppd-mdm.conf' => 'etc/oppd.conf',
- 'etc/Auth_request.xml' => 'etc/oppd.d/Auth_request.xml',
- 'etc/Auth_response.xml' => 'etc/oppd.d/Auth_response.xml',
- 'etc/LS_deregister.xml' => 'etc/oppd.d/LS_deregister.xml',
- 'etc/LS_register.xml' => 'etc/oppd.d/LS_register.xml',
- 'etc/LS_keepalive.xml' => 'etc/oppd.d/LS_keepalive.xml',
- 'etc/LS_KeyRequest.xml' => 'etc/oppd.d/LS_KeyRequest.xml',
- },
- init_files => {
- 'etc/oppd.init.redhat' => 'init/init.d/oppd',
- #'etc/oppd.init.debian' => 'init/init.d/oppd',
- },
- sysconfig_files => {
- 'etc/oppd.sysconfig.redhat' => 'init/sysconfig/oppd',
- },
- add_to_cleanup => [ 'perfSONAR-*' ],
- #install_path => { etc => '/etc' },
- create_makefile_pl => 'small',
-);
-
-my $install_base = $builder->install_base();
-if ($install_base){
- $builder->install_path('etc' => "$install_base/etc");
-}
-$builder->install_path('etc' => 'etc');
-$builder->install_path('init' => "/etc");
- #TODO ugly!!! (but it seems to be the only way, which makes at least
- # a little bit of sense :(
-#TODO copy install_path to PROG path in perfsonar init script!!
-$builder->add_build_element('etc');
-$builder->add_build_element('init');
-$builder->add_build_element('sysconfig');
-$builder->install_base_relpaths('lib' => 'lib');
-$builder->create_build_script();
-#$builder->dispatch('fakeinstall');

Copied: trunk/build/perfSONAR/Build.deb.PL (from rev 702,
trunk/build/perfSONAR/Build.PL)
===================================================================
--- trunk/build/perfSONAR/Build.deb.PL (rev 0)
+++ trunk/build/perfSONAR/Build.deb.PL 2011-04-14 14:53:52 UTC (rev 705)
@@ -0,0 +1,68 @@
+use strict;
+use warnings;
+use Module::Build;
+use Data::Dumper;
+
+my $builder = Module::Build->new(
+ module_name => 'perfSONAR',
+ dist_name => 'perfsonar-oppd',
+ license => 'apache',
+ dist_author => 'DFN-Labor
<>',
+ dist_abstract => 'perl perfSONAR implementation',
+ dist_version => '0.53',
+ build_requires => {
+ 'Test::More' => 0,
+ },
+ requires => {
+ 'Config::General' => 0,
+ 'HTTP::Daemon' => 0,
+ 'HTTP::Request' => 0,
+ 'HTTP::Response' => 0,
+ 'IPC::Shareable' => 0,
+ 'LWP::UserAgent' => 0,
+ 'Log::Dispatch' => '>= 2.11',
+ 'Log::Dispatch::File' => 0,
+ 'Log::Dispatch::Screen' => 0,
+ 'Log::Dispatch::Syslog' => 0,
+ 'NMWG' => '>= 0.02',
+ 'NMWG::Message' => 0,
+ 'URI' => '>= 1.30',
+ 'XML::LibXML' => 0,
+ 'XML::LibXML::NodeList' => 0,
+ },
+ etc_files => {
+ #'etc/oppd-egee.conf' => 'etc/oppd.conf',
+ 'etc/oppd-mdm.conf' => 'etc/oppd.conf',
+ 'etc/Auth_request.xml' => 'etc/oppd/Auth_request.xml',
+ 'etc/Auth_response.xml' => 'etc/oppd/Auth_response.xml',
+ 'etc/LS_deregister.xml' => 'etc/oppd/LS_deregister.xml',
+ 'etc/LS_register.xml' => 'etc/oppd/LS_register.xml',
+ 'etc/LS_keepalive.xml' => 'etc/oppd/LS_keepalive.xml',
+ 'etc/LS_KeyRequest.xml' => 'etc/oppd/LS_KeyRequest.xml',
+ },
+ init_files => {
+ 'etc/oppd.init.debian' => 'init/init.d/oppd',
+ },
+ sysconfig_files => {
+ 'etc/oppd.default.debian' => 'init/default/oppd',
+ },
+ add_to_cleanup => [ 'perfSONAR-*' ],
+ #install_path => { etc => '/etc' },
+ create_makefile_pl => 'small',
+);
+
+my $install_base = $builder->install_base();
+if ($install_base){
+ $builder->install_path('etc' => "$install_base/etc");
+}
+#$builder->install_path('etc' => 'etc');
+$builder->install_path('init' => "/etc");
+ #TODO ugly!!! (but it seems to be the only way, which makes at least
+ # a little bit of sense :(
+#TODO copy install_path to PROG path in perfsonar init script!!
+$builder->add_build_element('etc');
+$builder->add_build_element('init');
+$builder->add_build_element('sysconfig');
+$builder->install_base_relpaths('lib' => 'lib');
+$builder->create_build_script();
+#$builder->dispatch('fakeinstall');


Property changes on: trunk/build/perfSONAR/Build.deb.PL
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mergeinfo
+

Copied: trunk/build/perfSONAR/Build.rpm.PL (from rev 702,
trunk/build/perfSONAR/Build.PL)
===================================================================
--- trunk/build/perfSONAR/Build.rpm.PL (rev 0)
+++ trunk/build/perfSONAR/Build.rpm.PL 2011-04-14 14:53:52 UTC (rev 705)
@@ -0,0 +1,69 @@
+use strict;
+use warnings;
+use Module::Build;
+use Data::Dumper;
+
+my $builder = Module::Build->new(
+ module_name => 'perfSONAR',
+ dist_name => 'perfsonar-oppd',
+ license => 'apache',
+ dist_author => 'DFN-Labor
<>',
+ dist_abstract => 'perl perfSONAR implementation',
+ dist_version => '0.54',
+ build_requires => {
+ 'Test::More' => 0,
+ },
+ requires => {
+ 'Config::General' => 0,
+ 'HTTP::Daemon' => 0,
+ 'HTTP::Request' => 0,
+ 'HTTP::Response' => 0,
+ 'IPC::Shareable' => 0,
+ 'LWP::UserAgent' => 0,
+ 'Log::Dispatch' => '>= 2.11',
+ 'Log::Dispatch::File' => 0,
+ 'Log::Dispatch::Screen' => 0,
+ 'Log::Dispatch::Syslog' => 0,
+ 'NMWG' => '>= 0.02',
+ 'NMWG::Message' => 0,
+ 'URI' => '>= 1.30',
+ 'XML::LibXML' => 0,
+ 'XML::LibXML::NodeList' => 0,
+ },
+ etc_files => {
+ #'etc/oppd-egee.conf' => 'etc/oppd.conf',
+ 'etc/oppd-mdm.conf' => 'etc/oppd.conf',
+ 'etc/Auth_request.xml' => 'etc/oppd.d/Auth_request.xml',
+ 'etc/Auth_response.xml' => 'etc/oppd.d/Auth_response.xml',
+ 'etc/LS_deregister.xml' => 'etc/oppd.d/LS_deregister.xml',
+ 'etc/LS_register.xml' => 'etc/oppd.d/LS_register.xml',
+ 'etc/LS_keepalive.xml' => 'etc/oppd.d/LS_keepalive.xml',
+ 'etc/LS_KeyRequest.xml' => 'etc/oppd.d/LS_KeyRequest.xml',
+ },
+ init_files => {
+ 'etc/oppd.init.redhat' => 'init/init.d/oppd',
+ #'etc/oppd.init.debian' => 'init/init.d/oppd',
+ },
+ sysconfig_files => {
+ 'etc/oppd.sysconfig.redhat' => 'init/sysconfig/oppd',
+ },
+ add_to_cleanup => [ 'perfSONAR-*' ],
+ #install_path => { etc => '/etc' },
+ create_makefile_pl => 'small',
+);
+
+my $install_base = $builder->install_base();
+if ($install_base){
+ $builder->install_path('etc' => "$install_base/etc");
+}
+$builder->install_path('etc' => 'etc');
+$builder->install_path('init' => "/etc");
+ #TODO ugly!!! (but it seems to be the only way, which makes at least
+ # a little bit of sense :(
+#TODO copy install_path to PROG path in perfsonar init script!!
+$builder->add_build_element('etc');
+$builder->add_build_element('init');
+$builder->add_build_element('sysconfig');
+$builder->install_base_relpaths('lib' => 'lib');
+$builder->create_build_script();
+#$builder->dispatch('fakeinstall');


Property changes on: trunk/build/perfSONAR/Build.rpm.PL
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mergeinfo
+

Modified: trunk/build/perfSONAR/MANIFEST
===================================================================
--- trunk/build/perfSONAR/MANIFEST 2011-04-14 14:35:00 UTC (rev 704)
+++ trunk/build/perfSONAR/MANIFEST 2011-04-14 14:53:52 UTC (rev 705)
@@ -9,8 +9,8 @@
etc/LS_register.xml
etc/oppd-mdm.conf
etc/oppd.conf.example
-etc/oppd.sysconfig.redhat
-etc/oppd.init.redhat
+etc/oppd.default.debian
+etc/oppd.init.debian
lib/perfSONAR.pm
lib/perfSONAR/Auth.pm
lib/perfSONAR/Client/LS.pm

Modified: trunk/build/perfSONAR-MA-Hades/Build.PL
===================================================================
--- trunk/build/perfSONAR-MA-Hades/Build.PL 2011-04-14 14:35:00 UTC (rev
704)
+++ trunk/build/perfSONAR-MA-Hades/Build.PL 2011-04-14 14:53:52 UTC (rev
705)
@@ -7,7 +7,7 @@
dist_name => 'perfsonar-oppd-ma-hades',
license => 'apache',
dist_author => 'DFN-Labor
<>',
- dist_version => '0.54',
+ dist_version => '0.53',
dist_abstract => 'Hades MA module for perl-perfSONAR',
build_requires => {
'Test::More' => 0,

Modified: trunk/build/perfSONAR-MA-Hades/MANIFEST
===================================================================
--- trunk/build/perfSONAR-MA-Hades/MANIFEST 2011-04-14 14:35:00 UTC (rev
704)
+++ trunk/build/perfSONAR-MA-Hades/MANIFEST 2011-04-14 14:53:52 UTC (rev
705)
@@ -1,7 +1,8 @@
Build.PL
+Changes
etc/hades-status.conf
etc/hades.conf
lib/perfSONAR/MA/Hades.pm
+Makefile.PL
MANIFEST This list of files
-Makefile.PL
META.yml

Modified: trunk/build/perfSONAR-MA-Hades/META.yml
===================================================================
--- trunk/build/perfSONAR-MA-Hades/META.yml 2011-04-14 14:35:00 UTC (rev
704)
+++ trunk/build/perfSONAR-MA-Hades/META.yml 2011-04-14 14:53:52 UTC (rev
705)
@@ -1,20 +1,20 @@
---
name: perfsonar-oppd-ma-hades
-version: 0.54
+version: 0.53
author:
- 'DFN-Labor
<>'
abstract: Hades MA module for perl-perfSONAR
license: apache
-resources:
- license: http://apache.org/licenses/LICENSE-2.0
requires:
perfSONAR: 0.54
build_requires:
Test::More: 0
+generated_by: Module::Build version 0.280801
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.2.html
+ version: 1.2
provides:
perfSONAR::MA::Hades:
file: lib/perfSONAR/MA/Hades.pm
-generated_by: Module::Build version 0.2808
-meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.2.html
- version: 1.2
+resources:
+ license: http://apache.org/licenses/LICENSE-2.0

Modified: trunk/build/perfSONAR-MP-BWCTL/Build.PL
===================================================================
--- trunk/build/perfSONAR-MP-BWCTL/Build.PL 2011-04-14 14:35:00 UTC (rev
704)
+++ trunk/build/perfSONAR-MP-BWCTL/Build.PL 2011-04-14 14:53:52 UTC (rev
705)
@@ -7,7 +7,7 @@
dist_name => 'perfsonar-oppd-mp-bwctl',
license => 'apache',
dist_author => 'DFN-Labor
<>',
- dist_version => '0.54',
+ dist_version => '0.53',
dist_abstract => 'BWCTL MP module for perl-perfSONAR',
build_requires => {
'Test::More' => 0,

Modified: trunk/build/perfSONAR-MP-OWAMP/Build.PL
===================================================================
--- trunk/build/perfSONAR-MP-OWAMP/Build.PL 2011-04-14 14:35:00 UTC (rev
704)
+++ trunk/build/perfSONAR-MP-OWAMP/Build.PL 2011-04-14 14:53:52 UTC (rev
705)
@@ -7,7 +7,7 @@
dist_name => 'perfsonar-oppd-mp-owamp',
license => 'apache',
dist_author => 'DFN-Labor
<>',
- dist_version => '0.54',
+ dist_version => '0.53',
dist_abstract => 'OWAMP MP module for perl-perfSONAR',
build_requires => {
'Test::More' => 0,



  • [pS-dev] [GEANT/SA2/SA2T3-OPPD] r705 - in trunk/build: debian debian/0.53-0rc1 debian/perfsonar-oppd-ma-hades-debian perfSONAR perfSONAR-MA-Hades perfSONAR-MP-BWCTL perfSONAR-MP-OWAMP, svn-noreply, 04/14/2011

Archive powered by MHonArc 2.6.16.

Top of Page