projects
/
packaging-tutorial.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb1f5a5
)
rm tmp file after generating stats
author
Lucas Nussbaum
<lucas@lucas-nussbaum.net>
Wed, 16 Feb 2011 21:35:42 +0000
(22:35 +0100)
committer
Lucas Nussbaum
<lucas@lucas-nussbaum.net>
Wed, 16 Feb 2011 21:35:42 +0000
(22:35 +0100)
update-cdbs-dh7.rb
patch
|
blob
|
history
diff --git
a/update-cdbs-dh7.rb
b/update-cdbs-dh7.rb
index
beeef87
..
cf0c81f
100755
(executable)
--- a/
update-cdbs-dh7.rb
+++ b/
update-cdbs-dh7.rb
@@
-16,3
+16,4
@@
IO::read("dhstats.txt").split(/\n\n/).each do |par|
f.puts "#{date} #{dh - dh7 - cdbs} #{dh7} #{cdbs}"
end
f.close
+system("rm dhstats.txt")