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
SLAVE=amd64-slave # or aarch64-slave, or ...
for i in centos-7 fedora-26 opensuse-42.3 debian-9 ubuntu-16.04; do cp -r /home/jenkins/workspace/Bigtop-${VERSION}/DISTRO/$i/PLATFORM/amd64-slave${SLAVE}/output ~/$i; done

Startup a docker images that is RPM based system:

...

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=debian-9
SLAVE=amd64-slave # or aarch64-slave, or ...
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/${SLAVE}/output ~/${OS}$i; done

Startup a docker images that is DEB based system:

...