Programming Languages: Perl
License: GNU General Public License version 2.0 (GPLv2), MIT License
browse code,
statistics svn co https://diaser.svn.sourceforge.net/svnroot/diaser diaser
browse code,
statistics,
last commit on 2012-05-14
git clone git://diaser.git.sourceforge.net/gitroot/diaser/diaser (read-only)
dbrasher28 pushed 2 commit(s) to refs/heads/master in the diaser Git repository of the DIASER project.
2012-05-14 14:16:12 PDT by dbrasher28
dbrasher28 added a screenshot of (No description available).
2012-04-05 10:34:35 PDT by dbrasher28
Uninitialised Variable notifications when using admin CLI -diaser. All of these can be safely ignored. - These occur because diaser expects diaser.conf on the working directory - the conf does not need to exist in the local directory. [dbrasher@localhost diaser]$ ./diaser ../diaser-conf010412 --modify Use of uninitialized value $opt in string eq at /usr/share/perl5/Getopt/Long.pm line...
2012-04-05 10:23:49 PDT by dbrasher28
Changes tested and change committed.
2012-04-05 09:51:20 PDT by dbrasher28
dbrasher28 pushed 1 commit(s) to refs/heads/master in the diaser Git repository of the DIASER project.
2012-04-05 09:50:56 PDT by dbrasher28
So phase adjustment (to ensure the corectly dated storage slot is used) does not skew logging dates, changed sub in diaser, sub gen_hvautoc { - lines 2945:2954 # logging system "echo '${lmday}:${lmon}:${lyear}:${lhour}:${lmin} [diaser_hvautoc_b]" ." cron ran hvautoc_b.pl' | cat >> log_b"; # adjust for phase 2 occurring after midnight, # so lmday -1 if phase...
2012-04-05 09:40:17 PDT by dbrasher28
Logging date is one day behind when the variables HOUR1 and HOUR2 are set to transfer before then after midnight. I.e. 11am and 6am. Looking at this fragment of code hvautoc_b.pl: # adjust for phase 2 occurring after midnight, # so lmday -1 if phase 1 > phase 2 if ($phase1 > $phase2) { $lmday -=1; $cfulld -=1; } # logging system "echo...
2012-04-05 09:13:07 PDT by dbrasher28
dbrasher28 made 1 file-release changes.
2012-04-01 13:17:02 PDT by dbrasher28
dbrasher28 made 2 file-release changes.
2012-04-01 13:15:03 PDT by dbrasher28
dbrasher28 made 2 file-release changes.
2012-04-01 13:13:02 PDT by dbrasher28