perfsonar-dev - [pS-dev] [GEANT/SA2/SA2T3-OPPD] r661 - in branches/perfsonar-oppd-new-architect/build: debian debian/perfsonar-oppd-debian perfSONAR/t perfSONAR-MP-BWCTL perfSONAR-MP-BWCTL/lib/perfSONAR perfSONAR-MP-OWAMP
Subject: perfsonar development work
List archive
[pS-dev] [GEANT/SA2/SA2T3-OPPD] r661 - in branches/perfsonar-oppd-new-architect/build: debian debian/perfsonar-oppd-debian perfSONAR/t perfSONAR-MP-BWCTL perfSONAR-MP-BWCTL/lib/perfSONAR perfSONAR-MP-OWAMP
Chronological Thread
- From:
- To:
- Subject: [pS-dev] [GEANT/SA2/SA2T3-OPPD] r661 - in branches/perfsonar-oppd-new-architect/build: debian debian/perfsonar-oppd-debian perfSONAR/t perfSONAR-MP-BWCTL perfSONAR-MP-BWCTL/lib/perfSONAR perfSONAR-MP-OWAMP
- Date: Wed, 10 Nov 2010 12:01:17 GMT
Author: dfn.calim
Date: 2010-11-10 12:01:17 +0000 (Wed, 10 Nov 2010)
New Revision: 661
Added:
branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-BWCTL/MANIFEST.SKIP
branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-OWAMP/MANIFEST
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/00-load.t
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-001-SOAP-Message.t
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-002-Core.t
Removed:
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-mp-bwctl-0.51/
branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-BWCTL/lib/perfSONAR/BWCTL.pm
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/00-load.t
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-001-SOAP-Message.t
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-002-Core.t
Modified:
branches/perfsonar-oppd-new-architect/build/debian/create-personar-oppd-dpkg.sh
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/changelog
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/control
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/files
branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-BWCTL/Build.PL
branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-BWCTL/MANIFEST
Log:
Modified:
branches/perfsonar-oppd-new-architect/build/debian/create-personar-oppd-dpkg.sh
===================================================================
---
branches/perfsonar-oppd-new-architect/build/debian/create-personar-oppd-dpkg.sh
2010-11-10 09:27:55 UTC (rev 660)
+++
branches/perfsonar-oppd-new-architect/build/debian/create-personar-oppd-dpkg.sh
2010-11-10 12:01:17 UTC (rev 661)
@@ -4,16 +4,26 @@
exit
fi
-version="0.55"
-pkg_name="perfsonar-oppd"
+version="0.53"
+if [ $2 == 'core' ] ; then
+ pkg_name="perfsonar-oppd"
+ srcpath="../perfSONAR"
+fi
+
+if [ $2 == 'bwctl' ] ; then
+ pkg_name="perfsonar-oppd-mp-bwctl"
+ srcpath="../perfSONAR-MP-BWCTL"
+fi
+
+
if [ $1 == 'create' ] ; then
- cd ../perfSONAR
+ cd $srcpath
perl Build.PL
rm $pkg_name-$version.tar.gz
./Build dist
cd ../debian
- ln -s ../perfSONAR/$pkg_name-$version.tar.gz
+ ln -s $srcpath/$pkg_name-$version.tar.gz
tar -xzvf $pkg_name-$version.tar.gz
cd $pkg_name-$version
ln -s ../$pkg_name-debian debian
Modified:
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/changelog
===================================================================
---
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/changelog
2010-11-10 09:27:55 UTC (rev 660)
+++
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/changelog
2010-11-10 12:01:17 UTC (rev 661)
@@ -1,4 +1,4 @@
-perfsonar-oppd (0.55-0rc1) unstable; urgency=low
+perfsonar-oppd (0.53-0rc1) unstable; urgency=low
* Creating package from new OPPD architecture
*
Modified:
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/control
===================================================================
---
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/control
2010-11-10 09:27:55 UTC (rev 660)
+++
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/control
2010-11-10 12:01:17 UTC (rev 661)
@@ -8,7 +8,7 @@
Package: perfsonar-oppd
Architecture: all
-Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, perl,
libconfig-general-perl, libwww-perl, libipc-shareable-perl,
liblog-dispatch-perl, libnmwg-perl, liburi-perl, libxml-libxml-perl,
libsocket6-perl,libhttp-daemon-ssl-perl,liblog-log4perl-perl,libreadonly-perl
+Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, perl,
libconfig-general-perl, libwww-perl, libipc-shareable-perl,
liblog-dispatch-perl, libnmwg-perl, liburi-perl, libxml-libxml-perl,
libsocket6-perl,libhttp-daemon-ssl-perl,liblog-log4perl-perl,libreadonly-perl,
liblog-log4perl-perl
Conflicts: oppd,perfsonar-oppd-mp-bwctl (<= 0.52)
Replaces: oppd,perfsonar-oppd-mp-bwctl (<= 0.52)
Description: open PERL perfSONAR daemon
Modified:
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/files
===================================================================
---
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/files
2010-11-10 09:27:55 UTC (rev 660)
+++
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/files
2010-11-10 12:01:17 UTC (rev 661)
@@ -1 +1 @@
-perfsonar-oppd_0.55-0rc1_all.deb net extra
+perfsonar-oppd_0.53-0rc1_all.deb net extra
Deleted: branches/perfsonar-oppd-new-architect/build/perfSONAR/t/00-load.t
===================================================================
--- branches/perfsonar-oppd-new-architect/build/perfSONAR/t/00-load.t
2010-11-10 09:27:55 UTC (rev 660)
+++ branches/perfsonar-oppd-new-architect/build/perfSONAR/t/00-load.t
2010-11-10 12:01:17 UTC (rev 661)
@@ -1,11 +0,0 @@
-#!perl -w
-use FindBin;
-use lib "$FindBin::RealBin/../lib";
-
-use Test::More tests => 1;
-
-BEGIN {
- use_ok( 'perfSONAR' );
-}
-
-diag( "Testing perfSONAR $perfSONAR::VERSION, Perl $], $^X" );
Copied: branches/perfsonar-oppd-new-architect/build/perfSONAR/t/00-load.t
(from rev 658, branches/perfsonar-oppd-all-0.52/build/perfSONAR/t/00-load.t)
===================================================================
--- branches/perfsonar-oppd-new-architect/build/perfSONAR/t/00-load.t
(rev 0)
+++ branches/perfsonar-oppd-new-architect/build/perfSONAR/t/00-load.t
2010-11-10 12:01:17 UTC (rev 661)
@@ -0,0 +1,10 @@
+#!perl
+use FindBin;
+use lib "$FindBin::RealBin/../lib";
+use Test::More tests => 1;
+
+BEGIN {
+ use_ok( 'perfSONAR' );
+}
+
+diag( "Testing perfSONAR $perfSONAR::VERSION, Perl $], $^X" );
Property changes on:
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/00-load.t
___________________________________________________________________
Name: svn:mergeinfo
+
Deleted:
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-001-SOAP-Message.t
===================================================================
---
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-001-SOAP-Message.t
2010-11-10 09:27:55 UTC (rev 660)
+++
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-001-SOAP-Message.t
2010-11-10 12:01:17 UTC (rev 661)
@@ -1 +0,0 @@
-link ../../../t/perfSONAR-001-SOAP-Message.t
\ No newline at end of file
Copied:
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-001-SOAP-Message.t
(from rev 658,
branches/perfsonar-oppd-all-0.52/build/perfSONAR/t/perfSONAR-001-SOAP-Message.t)
===================================================================
---
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-001-SOAP-Message.t
(rev 0)
+++
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-001-SOAP-Message.t
2010-11-10 12:01:17 UTC (rev 661)
@@ -0,0 +1 @@
+link ../../../t/perfSONAR-001-SOAP-Message.t
\ No newline at end of file
Property changes on:
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-001-SOAP-Message.t
___________________________________________________________________
Name: svn:special
+ *
Name: svn:mergeinfo
+
Deleted:
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-002-Core.t
===================================================================
---
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-002-Core.t
2010-11-10 09:27:55 UTC (rev 660)
+++
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-002-Core.t
2010-11-10 12:01:17 UTC (rev 661)
@@ -1 +0,0 @@
-link ../../../t/perfSONAR-002-Core.t
\ No newline at end of file
Copied:
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-002-Core.t
(from rev 658,
branches/perfsonar-oppd-all-0.52/build/perfSONAR/t/perfSONAR-002-Core.t)
===================================================================
---
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-002-Core.t
(rev 0)
+++
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-002-Core.t
2010-11-10 12:01:17 UTC (rev 661)
@@ -0,0 +1 @@
+link ../../../t/perfSONAR-002-Core.t
\ No newline at end of file
Property changes on:
branches/perfsonar-oppd-new-architect/build/perfSONAR/t/perfSONAR-002-Core.t
___________________________________________________________________
Name: svn:special
+ *
Name: svn:mergeinfo
+
Modified:
branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-BWCTL/Build.PL
===================================================================
--- branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-BWCTL/Build.PL
2010-11-10 09:27:55 UTC (rev 660)
+++ branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-BWCTL/Build.PL
2010-11-10 12:01:17 UTC (rev 661)
@@ -7,7 +7,7 @@
dist_name => 'perfsonar-oppd-mp-bwctl',
license => 'apache',
dist_author => 'DFN-Labor
<>',
- dist_version_from => 'lib/perfSONAR.pm',
+ dist_version_from => 'lib/perfSONAR/MP/BWCTL.pm',
dist_abstract => 'BWCTL MP module for perl-perfSONAR',
build_requires => {
'Test::More' => 0,
Modified:
branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-BWCTL/MANIFEST
===================================================================
--- branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-BWCTL/MANIFEST
2010-11-10 09:27:55 UTC (rev 660)
+++ branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-BWCTL/MANIFEST
2010-11-10 12:01:17 UTC (rev 661)
@@ -1,10 +1,13 @@
Build.PL
Changes
-MANIFEST
+DEBIAN/changelog.Debian.gz
+DEBIAN/control
+DEBIAN/copyright
+etc/oppd-bwctl.conf.example
+lib/perfSONAR/MP/BWCTL.pm
+MANIFEST This list of files
+prepare-bwctl-mp-debian.pl
README
-lib/perfSONAR/MP/BWCTL.pm
-lib/perfSONAR/BWCTL.pm
-etc/oppd-bwctl.conf.example
t/00-load.t
t/perfSONAR-BWCTL-001.t
t/perfSONAR-MP-001.t
Added:
branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-BWCTL/MANIFEST.SKIP
===================================================================
---
branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-BWCTL/MANIFEST.SKIP
(rev 0)
+++
branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-BWCTL/MANIFEST.SKIP
2010-11-10 12:01:17 UTC (rev 661)
@@ -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-mp-bwctl-[\d\.\_]+
+
+#Avoid REDHAT spec files
+\.spec$
Deleted:
branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-BWCTL/lib/perfSONAR/BWCTL.pm
===================================================================
---
branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-BWCTL/lib/perfSONAR/BWCTL.pm
2010-11-10 09:27:55 UTC (rev 660)
+++
branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-BWCTL/lib/perfSONAR/BWCTL.pm
2010-11-10 12:01:17 UTC (rev 661)
@@ -1 +0,0 @@
-link ../../../../lib/perfSONAR/BWCTL.pm
\ No newline at end of file
Added: branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-OWAMP/MANIFEST
===================================================================
--- branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-OWAMP/MANIFEST
(rev 0)
+++ branches/perfsonar-oppd-new-architect/build/perfSONAR-MP-OWAMP/MANIFEST
2010-11-10 12:01:17 UTC (rev 661)
@@ -0,0 +1,9 @@
+Build.PL
+Changes
+etc/owamp.conf
+lib/perfSONAR/MP/OWAMP.pm
+MANIFEST This list of files
+README
+t/00-load.t
+Makefile.PL
+META.yml
- [pS-dev] [GEANT/SA2/SA2T3-OPPD] r661 - in branches/perfsonar-oppd-new-architect/build: debian debian/perfsonar-oppd-debian perfSONAR/t perfSONAR-MP-BWCTL perfSONAR-MP-BWCTL/lib/perfSONAR perfSONAR-MP-OWAMP, svn-noreply, 11/10/2010
Archive powered by MHonArc 2.6.16.