projects
/
deb
/
hackedgotchi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Removed marga's entry (until pybloxsom works again)
[deb/hackedgotchi.git]
/
cron
/
30log
1
#!/bin/sh
2
3
cd /org/planet.debian.org/log
4
5
if [ -f new-planet.log ]; then
6
rm -f planet.log.0
7
[ -f planet.log ] && mv planet.log planet.log.0
8
mv new-planet.log planet.log
9
fi