19070: Still trying to fix test_with_arvbox
[arvados.git] / build / README
1 Scripts in this directory:
2
3 run-tests.sh                             Run unit and integration test suite.
4
5 run-build-test-packages-one-target.sh    Entry point, wraps
6                                          run-build-packages-one-target.sh to
7                                          perform package building and testing
8                                          inside Docker.
9
10 run-build-packages-one-target.sh         Build packages for one target inside Docker.
11
12 run-build-packages-all-targets.sh        Run run-build-packages-one-target.sh
13                                          for every target.
14
15 run-build-packages.sh                    Actually build packages.  Intended to run
16                                          inside Docker container with proper
17                                          build environment.
18
19 run-build-packages-python-and-ruby.sh    Build Python and Ruby packages suitable
20                                          for upload to PyPi and Rubygems.
21
22 run-build-docker-images.sh               Build arvbox Docker images.
23
24 run-build-docker-jobs-image.sh           Build arvados/jobs Docker image
25                                          (uses published debian packages)
26
27 build-dev-docker-jobs-image.sh           Build developer arvados/jobs Docker image
28                                          (uses local git tree)
29
30 run-library.sh                           A library of functions shared by the
31                                          various scripts in this
32                                          directory.