~ubuntu-branches/ubuntu/oneiric/kdeplasma-addons/oneiric

« back to all changes in this revision

Viewing changes to dataengines/kdeobservatory/scripts/run_load_commits.pl

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-05-25 09:50:14 UTC
  • mto: (0.4.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: james.westby@ubuntu.com-20100525095014-e3cebfkdenjrx3xg
Tags: upstream-4.4.80
ImportĀ upstreamĀ versionĀ 4.4.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/perl
 
2
 
 
3
# Finding today (Mocha) date which is yesterday's KDE server date ...
 
4
my ($year, $month, $day) = (localtime(time))[5,4,3];
 
5
$month++;
 
6
$year += 1900;
 
7
$date = sprintf ("%04d-%02d-%02d", $year, $month, $day);
 
8
 
 
9
print "Running /home/sandros/scripts/load_commits.pl $date\n";
 
10
exec "/home/sandros/scripts/load_commits.pl $date";
 
 
b'\\ No newline at end of file'