Skip to content

Instantly share code, notes, and snippets.

@pcarver
Created December 14, 2017 13:32
Show Gist options
  • Save pcarver/83bf80f39ae5c666e8c353074d9a93bc to your computer and use it in GitHub Desktop.
Save pcarver/83bf80f39ae5c666e8c353074d9a93bc to your computer and use it in GitHub Desktop.
Fourth problem
+ mkdir -p /home/pcarver/build/third_party/fysom-1.0.8/fysom
+ cp third_party/fysom-1.0.8/fysom/__init__.py build/third_party/fysom-1.0.8/fysom/
+ cp -r third_party/go build/third_party/
+ cp -r third_party/cni_go_deps build/third_party/
+ popd
~
++ date
+ echo 'INFO: start packing time Thu Dec 14 08:27:08 EST 2017'
INFO: start packing time Thu Dec 14 08:27:08 EST 2017
+ tar -czPf step-2.tgz /home/pcarver/build /home/pcarver/buildroot /home/pcarver/rpmbuild/RPMS
+ rm -rf /home/pcarver/build /home/pcarver/buildroot /home/pcarver/rpmbuild
++ date
+ echo 'INFO: end time Thu Dec 14 08:28:14 EST 2017'
INFO: end time Thu Dec 14 08:28:14 EST 2017
INFO: end time of step 02 Thu Dec 14 08:28:14 EST 2017
INFO: start time of step 03 Thu Dec 14 08:28:14 EST 2017
build common
++ readlink -e /home/pcarver/contrail-build-poc/scripts/03/run.sh
+ my_file=/home/pcarver/contrail-build-poc/scripts/03/run.sh
++ dirname /home/pcarver/contrail-build-poc/scripts/03/run.sh
+ my_dir=/home/pcarver/contrail-build-poc/scripts/03
+ source /home/pcarver/contrail-build-poc/scripts/03/../common/functions
++ date
+ echo 'INFO: start time Thu Dec 14 08:28:14 EST 2017'
INFO: start time Thu Dec 14 08:28:14 EST 2017
++ grep -c processor /proc/cpuinfo
+ export JOBS_COUNT=1
+ JOBS_COUNT=1
+ export WORKSPACE=/home/pcarver
+ WORKSPACE=/home/pcarver
+ cd /home/pcarver
+ export CONTRAIL_BUILD_DIR=/home/pcarver/build
+ CONTRAIL_BUILD_DIR=/home/pcarver/build
+ export CONTRAIL_BUILDROOT_DIR=/home/pcarver/buildroot
+ CONTRAIL_BUILDROOT_DIR=/home/pcarver/buildroot
+ tar -xPf step-2.tgz
++ date
+ echo 'INFO: end packing time Thu Dec 14 08:28:24 EST 2017'
INFO: end packing time Thu Dec 14 08:28:24 EST 2017
+ pushd /home/pcarver/contrail-build-poc/scripts/03
~/contrail-build-poc/scripts/03 ~
+ gitclone https://github.com/juniper/contrail-build tools/build
+ local repo_url=https://github.com/juniper/contrail-build
+ local repo_dst=tools/build
+ git clone https://github.com/juniper/contrail-build tools/build
fatal: destination path 'tools/build' already exists and is not an empty directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment