Re: distribution scripts on Solaris

2007-07-09 Thread Bill Au
ple is: rsyncEndSec=`perl -e "print time;"` -Original Message- From: Bill Au [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 8:40 AM To: solr-user@lucene.apache.org Subject: distribution scripts on Solaris I am working on bug SOLR-282: https://issues.apache.org/jira/brow

RE: distribution scripts on Solaris

2007-07-09 Thread Xuesong Luo
You can use perl to get the sec, an example is: rsyncEndSec=`perl -e "print time;"` -Original Message- From: Bill Au [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 8:40 AM To: solr-user@lucene.apache.org Subject: distribution scripts on Solaris I am working on bu

RE: distribution scripts on Solaris

2007-07-09 Thread Xuesong Luo
-Original Message- From: Bill Au [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 8:40 AM To: solr-user@lucene.apache.org Subject: distribution scripts on Solaris I am working on bug SOLR-282: https://issues.apache.org/jira/browse/SOLR-282 and noticed that the code in the

distribution scripts on Solaris

2007-07-09 Thread Bill Au
I am working on bug SOLR-282: https://issues.apache.org/jira/browse/SOLR-282 and noticed that the code in the scripts to measure elapsed time also does not work on Solaris as the date command there does not support the "%s" format. Anyone know of a good way to measure the elapsed time on Solari