projects
/
hamn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
118bfa6
)
Not used any more
author
Magnus Hagander
<magnus@hagander.net>
Wed, 10 Feb 2016 21:08:57 +0000
(22:08 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Wed, 10 Feb 2016 21:08:57 +0000
(22:08 +0100)
planet_run.sh
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/planet_run.sh
b/planet_run.sh
deleted file mode 100755
(executable)
index
7f5c7e2
..0000000
--- a/
planet_run.sh
+++ /dev/null
@@
-1,13
+0,0 @@
-#!/bin/bash
-
-cd /home/planetpg/planet
-date >> planet.log
-
-if [ -L virtualenv_activate ]; then
- # If there is a link to a virtualenv present, activate that virtualenv before running
- source virtualenv_activate
-fi
-python aggregator.py >> planet.log 2>&1
-python generator.py >>planet.log 2>&1
-python posttotwitter.py >>planet.log 2>&1
-echo Done `date` >> planet.log