File: run-on-linux.sh

package info (click to toggle)
python-gssapi 1.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 880 kB
  • sloc: python: 3,709; sh: 198; makefile: 154; ansic: 60
file content (10 lines) | stat: -rwxr-xr-x 238 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash -ex

docker run \
    --rm \
    --hostname test.krbtest.com \
    --volume "$( pwd )":/tmp/build \
    --workdir /tmp/build \
    --env KRB5_VER=${KRB5_VER:-mit} \
    --env FLAKE=${FLAKE:no} \
    ${DISTRO} /bin/bash -ex $@