This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tcsh: | |
alias cwdcmd "if (-e README) cat README fi" | |
bash: | |
PROMPT_COMMAND="[[ -e README ]] && cat README" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What do I want to do? | |
- Managed cronjobs via Version Control | |
- Get better reporting on the jobs | |
- Not get spammed by cron emails | |
What do I want to know about cronjobs? | |
- Did the command fail? | |
- Did the command actually run? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum install -y pycairo mod_python Django python-ldap python-memcached python-sqlite2 \ | |
bitmap bitmap-fonts python-devel python-crypto pyOpenSSL zope gcc django-taggin | |
yum install python-Twisted <- fpm build | |
yum install pythin-pip <- fpm | |
test: | |
yum install python-carbon python-whisper python-graphite-conf | |
cd /opt/graphite/conf |
NewerOlder