perfsonar-dev - [pS-dev] [GEANT/SA2/SA2T3-OPPD] r630 - in branches/perfsonar-oppd-new-architect/build: debian debian/perfsonar-oppd-debian perfSONAR perfSONAR/lib/perfSONAR perfSONAR/lib/perfSONAR/DataStruct
Subject: perfsonar development work
List archive
[pS-dev] [GEANT/SA2/SA2T3-OPPD] r630 - in branches/perfsonar-oppd-new-architect/build: debian debian/perfsonar-oppd-debian perfSONAR perfSONAR/lib/perfSONAR perfSONAR/lib/perfSONAR/DataStruct
Chronological Thread
- From:
- To:
- Subject: [pS-dev] [GEANT/SA2/SA2T3-OPPD] r630 - in branches/perfsonar-oppd-new-architect/build: debian debian/perfsonar-oppd-debian perfSONAR perfSONAR/lib/perfSONAR perfSONAR/lib/perfSONAR/DataStruct
- Date: Mon, 20 Sep 2010 14:17:04 +0100
Author: dfn.calim
Date: 2010-09-20 14:17:04 +0100 (Mon, 20 Sep 2010)
New Revision: 630
Added:
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/
branches/perfsonar-oppd-new-architect/build/perfSONAR/MANIFEST.SKIP
branches/perfsonar-oppd-new-architect/build/perfSONAR/lib/perfSONAR/DataStruct.pm
branches/perfsonar-oppd-new-architect/build/perfSONAR/lib/perfSONAR/DataStruct/
branches/perfsonar-oppd-new-architect/build/perfSONAR/lib/perfSONAR/DataStruct/NMWG.pm
Modified:
branches/perfsonar-oppd-new-architect/build/perfSONAR/MANIFEST
Log:
move debian build directory and add as a link
Copied:
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian
(from rev 628,
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-0.51/debian)
Property changes on:
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian
___________________________________________________________________
Name: svn:mergeinfo
+
Modified: branches/perfsonar-oppd-new-architect/build/perfSONAR/MANIFEST
===================================================================
--- branches/perfsonar-oppd-new-architect/build/perfSONAR/MANIFEST
2010-09-20 13:16:18 UTC (rev 629)
+++ branches/perfsonar-oppd-new-architect/build/perfSONAR/MANIFEST
2010-09-20 13:17:04 UTC (rev 630)
@@ -1,37 +1,19 @@
bin/oppd.pl
Build.PL
Changes
-debian/changelog
-debian/compat
-debian/conffiles
-debian/control
-debian/copyright
-debian/dirs
-debian/docs
-debian/files
-debian/perfsonar-oppd.oppd.default
-debian/perfsonar-oppd.oppd.init
-debian/postinst
-debian/postrm
-debian/preinst
-debian/prerm
-debian/rules
etc/Auth_request.xml
etc/Auth_response.xml
etc/LS_deregister.xml
etc/LS_keepalive.xml
etc/LS_KeyRequest.xml
etc/LS_register.xml
-etc/oppd-egee.conf
etc/oppd-mdm.conf
etc/oppd.conf.example
-etc/oppd.default.debian
-etc/oppd.init.debian
-etc/oppd.init.redhat
-etc/oppd.sysconfig.redhat
lib/perfSONAR.pm
lib/perfSONAR/Auth.pm
lib/perfSONAR/Client/LS.pm
+lib/perfSONAR/DataStruct.pm
+lib/perfSONAR/DataStruct/NMWG.pm
lib/perfSONAR/Echo.pm
lib/perfSONAR/MP.pm
lib/perfSONAR/SOAP.pm
@@ -45,11 +27,6 @@
Makefile.PL
MANIFEST This list of files
META.yml
-oppd-MDM.spec
-perfsonar-oppd-0.51.tar.gz
-perfsonar-oppd-egee.spec
-perl-perfSONAR.spec
-prepare-oppd-debian.pl
README
t/00-load.t
t/perfSONAR-001-SOAP-Message.t
Added: branches/perfsonar-oppd-new-architect/build/perfSONAR/MANIFEST.SKIP
===================================================================
--- branches/perfsonar-oppd-new-architect/build/perfSONAR/MANIFEST.SKIP
(rev 0)
+++ branches/perfsonar-oppd-new-architect/build/perfSONAR/MANIFEST.SKIP
2010-09-20 13:17:04 UTC (rev 630)
@@ -0,0 +1,49 @@
+# 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-[\d\.\_]+
+
+#Avoid debian dir
+\bdebian\b
+
+#Build debian packages so avoid redhat specific files
+\bredhat
+\bspec
+
+#All ege because this is MDM
+\bege
Added:
branches/perfsonar-oppd-new-architect/build/perfSONAR/lib/perfSONAR/DataStruct/NMWG.pm
===================================================================
---
branches/perfsonar-oppd-new-architect/build/perfSONAR/lib/perfSONAR/DataStruct/NMWG.pm
(rev 0)
+++
branches/perfsonar-oppd-new-architect/build/perfSONAR/lib/perfSONAR/DataStruct/NMWG.pm
2010-09-20 13:17:04 UTC (rev 630)
@@ -0,0 +1 @@
+link ../../../../../lib/perfSONAR/DataStruct/NMWG.pm
\ No newline at end of file
Property changes on:
branches/perfsonar-oppd-new-architect/build/perfSONAR/lib/perfSONAR/DataStruct/NMWG.pm
___________________________________________________________________
Name: svn:special
+ *
Added:
branches/perfsonar-oppd-new-architect/build/perfSONAR/lib/perfSONAR/DataStruct.pm
===================================================================
---
branches/perfsonar-oppd-new-architect/build/perfSONAR/lib/perfSONAR/DataStruct.pm
(rev 0)
+++
branches/perfsonar-oppd-new-architect/build/perfSONAR/lib/perfSONAR/DataStruct.pm
2010-09-20 13:17:04 UTC (rev 630)
@@ -0,0 +1 @@
+link ../../../../lib/perfSONAR/DataStruct.pm
\ No newline at end of file
Property changes on:
branches/perfsonar-oppd-new-architect/build/perfSONAR/lib/perfSONAR/DataStruct.pm
___________________________________________________________________
Name: svn:special
+ *
- [pS-dev] [GEANT/SA2/SA2T3-OPPD] r630 - in branches/perfsonar-oppd-new-architect/build: debian debian/perfsonar-oppd-debian perfSONAR perfSONAR/lib/perfSONAR perfSONAR/lib/perfSONAR/DataStruct, svn-noreply, 09/20/2010
Archive powered by MHonArc 2.6.16.