moby--moby/hack/make
Antonio Murdaca 0c07e55e4c fix F24 rpm build
error: line 89: Invalid version (epoch must be unsigned integer):
%{epoch}:1.12.0-0.3.rc3.fc24: Requires(pre): docker-engine-selinux >=
%%{epoch}:1.12.0-0.3.rc3.fc24

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-07-01 23:29:48 +02:00
..
.build-deb
.build-rpm fix F24 rpm build 2016-07-01 23:29:48 +02:00
.resources-windows
.binary
.binary-setup
.detect-daemon-osarch
.ensure-emptyfs
.ensure-frozen-images
.ensure-frozen-images-windows Windows: Ensure frozen cope with prefix 2016-06-23 16:39:16 -07:00
.ensure-httpserver
.ensure-nnp-test
.ensure-syscall-test
.go-autogen
.integration-daemon-setup
.integration-daemon-start
.integration-daemon-stop
.validate
README.md
binary
binary-client
binary-daemon
build-deb Revert tasksmax workaround to avoid unsupported bins 2016-06-29 08:10:10 +02:00
build-rpm
clean-apt-repo
clean-yum-repo
cover
cross
dynbinary
dynbinary-client
dynbinary-daemon
dyngccgo
gccgo
generate-index-listing
install-binary
install-binary-client
install-binary-daemon
install-script
release-deb
release-rpm
sign-repos
test-deb-install
test-docker-py
test-install-script
test-integration-cli Prevent CI from getting stuck if shims are left alive 2016-06-28 10:05:05 -07:00
test-old-apt-repo
test-unit
tgz
ubuntu
update-apt-repo
validate-dco
validate-default-seccomp
validate-gofmt
validate-lint
validate-pkg
validate-test
validate-toml
validate-vendor
validate-vet
win

README.md

This directory holds scripts called by make.sh in the parent directory.

Each script is named after the bundle it creates. They should not be called directly - instead, pass it as argument to make.sh, for example:

./hack/make.sh test
./hack/make.sh binary ubuntu

# Or to run all bundles:
./hack/make.sh

To add a bundle:

  • Create a shell-compatible file here
  • Add it to $DEFAULT_BUNDLES in make.sh