Revision cd391e22

b/ci/autopkg_debian.sh
1
#!/usr/bin/env sh
1
#!/bin/sh
2 2
set -e
3 3

  
4 4
PACKAGES_DIR=$1
b/ci/install.sh
1
#!/usr/bin/env sh
1
#!/bin/sh
2 2

  
3 3
if [ -n $VIRTUAL_ENV ]; then
4 4
  OPTIONS=--script-dir=$VIRTUAL_ENV/bin/
b/ci/make_docs.sh
1
#!/usr/bin/env sh
1
#!/bin/sh
2 2
set -e
3 3

  
4 4
DOCS_DIR=$1
b/ci/pep8.sh
1
#!/usr/bin/env sh
1
#!/bin/sh
2 2
. ./ci/config
3 3

  
4 4
EXCLUDE=migrations,build,setup,distribute_setup.py,setup.py,rapi.py,dictconfig.py,\
b/ci/pylint.sh
1
#!/usr/bin/env sh
1
#!/bin/sh
2 2
. ./ci/config
3 3

  
4 4
for project in $PROJECTS; do
b/ci/tests.sh
1
#!/usr/bin/env sh
1
#!/bin/sh
2 2

  
3 3
set -e
4 4

  

Also available in: Unified diff