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
#!/bin/bash | |
pylint --rcfile=pylint_rcfile.txt -r n -f parseable --disable=E1101,E1103,W0312,F0401,R0201,R0903,W0232,W0703 "$1" 2>/dev/null | |
pyflakes "$1" | |
pep8 --ignore=E126,E221,E701,E202,W191,E101 --repeat "$1" | |
true |
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
cat run-tests.sh | \ | |
sudo docker run -rm=true -v `pwd`:/`pwd` -w `pwd` -i \ | |
rounds/server-testing /bin/bash |
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
class xxxxxx::serverpackage { | |
package {["xxxxxx-server"]: | |
ensure => "201305261754_020905460ea27541db0fee89b5d435c05d4ae9cd-1", | |
require => Yumrepo["xxxxxx"], | |
notify => Service["httpd"], | |
} | |
vcsrepo { "/opt/application/xxxxxxx": | |
ensure => present, | |
provider => git, |
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
Date: Wed, 13 Apr 2011 11:06:43 +0100 | |
From: "Ann Wroe" <[email protected]> | |
To: <[email protected]> | |
Subject: Juliano Mer-Khamis | |
Mime-Version: 1.0 | |
Content-Type: text/plain; charset=US-ASCII | |
Content-Transfer-Encoding: quoted-printable | |
Content-Disposition: inline | |
Dear Mr Berger, |
NewerOlder