Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
# Go to the build slave, docker-slave-06 or docker-slave-07, depends on which built the packages
VERSION=1.4.0
OS=for i in {centos-7
 fedora-26 opensuse-42.3 debian-9 ubuntu-16.04}; do cp -r /home/jenkins/workspace/Bigtop-${VERSION}/DISTRO/${OS}$i/PLATFORM/amd64-slave/output ~/${OS}$i; done

Startup a docker images that is RPM based system:

...