perfsonar-dev - [pS-dev] [GEANT/SA2/SA2T3-OPPD] r671 - in branches/perfsonar-oppd-new-architect/build/debian: . 0.53-0rc1 perfsonar-oppd-debian
Subject: perfsonar development work
List archive
[pS-dev] [GEANT/SA2/SA2T3-OPPD] r671 - in branches/perfsonar-oppd-new-architect/build/debian: . 0.53-0rc1 perfsonar-oppd-debian
Chronological Thread
- From:
- To:
- Subject: [pS-dev] [GEANT/SA2/SA2T3-OPPD] r671 - in branches/perfsonar-oppd-new-architect/build/debian: . 0.53-0rc1 perfsonar-oppd-debian
- Date: Mon, 15 Nov 2010 16:35:49 GMT
Author: dfn.calim
Date: 2010-11-15 16:35:48 +0000 (Mon, 15 Nov 2010)
New Revision: 671
Added:
branches/perfsonar-oppd-new-architect/build/debian/0.53-0rc1/
branches/perfsonar-oppd-new-architect/build/debian/0.53-0rc1/perfsonar-oppd-mp-bwctl_0.53-0rc1_all.deb
branches/perfsonar-oppd-new-architect/build/debian/0.53-0rc1/perfsonar-oppd-mp-owamp_0.53-0rc1_all.deb
branches/perfsonar-oppd-new-architect/build/debian/0.53-0rc1/perfsonar-oppd_0.53-0rc1_all.deb
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/perfsonar-oppd.default
Removed:
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/perfsonar-oppd.oppd.default
Modified:
branches/perfsonar-oppd-new-architect/build/debian/create-personar-oppd-dpkg.sh
Log:
Added 0.53-0rc1 debian packages
Added:
branches/perfsonar-oppd-new-architect/build/debian/0.53-0rc1/perfsonar-oppd-mp-bwctl_0.53-0rc1_all.deb
===================================================================
(Binary files differ)
Property changes on:
branches/perfsonar-oppd-new-architect/build/debian/0.53-0rc1/perfsonar-oppd-mp-bwctl_0.53-0rc1_all.deb
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
branches/perfsonar-oppd-new-architect/build/debian/0.53-0rc1/perfsonar-oppd-mp-owamp_0.53-0rc1_all.deb
===================================================================
(Binary files differ)
Property changes on:
branches/perfsonar-oppd-new-architect/build/debian/0.53-0rc1/perfsonar-oppd-mp-owamp_0.53-0rc1_all.deb
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
branches/perfsonar-oppd-new-architect/build/debian/0.53-0rc1/perfsonar-oppd_0.53-0rc1_all.deb
===================================================================
(Binary files differ)
Property changes on:
branches/perfsonar-oppd-new-architect/build/debian/0.53-0rc1/perfsonar-oppd_0.53-0rc1_all.deb
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
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-15 16:28:29 UTC (rev 670)
+++
branches/perfsonar-oppd-new-architect/build/debian/create-personar-oppd-dpkg.sh
2010-11-15 16:35:48 UTC (rev 671)
@@ -49,7 +49,7 @@
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
+ cp -aRf ../$pkg_name-debian debian
dpkg-buildpackage -rfakeroot
fi
Copied:
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/perfsonar-oppd.default
(from rev 666,
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/perfsonar-oppd.oppd.default)
===================================================================
---
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/perfsonar-oppd.default
(rev 0)
+++
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/perfsonar-oppd.default
2010-11-15 16:35:48 UTC (rev 671)
@@ -0,0 +1,39 @@
+# Path to oppd.
+DAEMON=/usr/lib/perfsonar/services/oppd/bin/oppd.pl
+
+# Configuration file to parse for additional options.
+#CONFFILE=/etc/oppd.conf
+
+# pid file to use. The init script overwrites the pid file used (from
+# configuration file or default) to make sure that the init script can
control
+# the daemon via the pid file. Therefore you can change the pid file ONLY
here!
+#PIDFILE=/var/run/oppd.pid
+
+# log file to use. If you set a log file here, it will not only be set as the
+# log file used by the daemon (overriding value from configuration file). The
+# daemon will also care about the ownership of the file based on the
variables
+# DAEMONUSER and DAEMONGROUP you can find below.
+#LOGFILE=""
+
+# User to run the daemon as. Files (especially the pid file and log file, see
+# above) created by the daemon will be owned by this user.
+#DAEMONUSER=perfsonar
+
+# Group id used for pid file and log file (see above).
+#DAEMONGROUP=perfsonar
+
+# Additional command line options (overriding options from configuration
file!).
+#DAEMON_OPTS=""
+
+# Time to wait for the daemon to die, in seconds. If this value is set too
low
+# you might not let the daemon to die gracefully and 'restart' will not work
+#DIETIME=10
+
+# Time to wait for the daemon to start, in seconds. If this value is set each
+# time the daemon is started (on start or restart) the script will stall to
try
+# to determine if it is running. If it is not set and the server takes time
+# to setup a pid file the log message might be a false positive (says it did
+# not start when it actually did)
+#STARTTIME=2
+#STARTTIME=""
+
Property changes on:
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/perfsonar-oppd.default
___________________________________________________________________
Name: svn:mergeinfo
+
Deleted:
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/perfsonar-oppd.oppd.default
===================================================================
---
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/perfsonar-oppd.oppd.default
2010-11-15 16:28:29 UTC (rev 670)
+++
branches/perfsonar-oppd-new-architect/build/debian/perfsonar-oppd-debian/perfsonar-oppd.oppd.default
2010-11-15 16:35:48 UTC (rev 671)
@@ -1,39 +0,0 @@
-# Path to oppd.
-DAEMON=/usr/lib/perfsonar/services/oppd/bin/oppd.pl
-
-# Configuration file to parse for additional options.
-#CONFFILE=/etc/oppd.conf
-
-# pid file to use. The init script overwrites the pid file used (from
-# configuration file or default) to make sure that the init script can
control
-# the daemon via the pid file. Therefore you can change the pid file ONLY
here!
-#PIDFILE=/var/run/oppd.pid
-
-# log file to use. If you set a log file here, it will not only be set as the
-# log file used by the daemon (overriding value from configuration file). The
-# daemon will also care about the ownership of the file based on the
variables
-# DAEMONUSER and DAEMONGROUP you can find below.
-#LOGFILE=""
-
-# User to run the daemon as. Files (especially the pid file and log file, see
-# above) created by the daemon will be owned by this user.
-#DAEMONUSER=perfsonar
-
-# Group id used for pid file and log file (see above).
-#DAEMONGROUP=perfsonar
-
-# Additional command line options (overriding options from configuration
file!).
-#DAEMON_OPTS=""
-
-# Time to wait for the daemon to die, in seconds. If this value is set too
low
-# you might not let the daemon to die gracefully and 'restart' will not work
-#DIETIME=10
-
-# Time to wait for the daemon to start, in seconds. If this value is set each
-# time the daemon is started (on start or restart) the script will stall to
try
-# to determine if it is running. If it is not set and the server takes time
-# to setup a pid file the log message might be a false positive (says it did
-# not start when it actually did)
-#STARTTIME=2
-#STARTTIME=""
-
- [pS-dev] [GEANT/SA2/SA2T3-OPPD] r671 - in branches/perfsonar-oppd-new-architect/build/debian: . 0.53-0rc1 perfsonar-oppd-debian, svn-noreply, 11/15/2010
Archive powered by MHonArc 2.6.16.