Skip to content

Instantly share code, notes, and snippets.

@palash25
Created February 14, 2019 07:37
Show Gist options
  • Select an option

  • Save palash25/39f4da9c1e1868763f3455a8f29d7efd to your computer and use it in GitHub Desktop.

Select an option

Save palash25/39f4da9c1e1868763f3455a8f29d7efd to your computer and use it in GitHub Desktop.
git clone --depth=1 https://github.com/sclorg/thermostat-container.git
Cloning into 'thermostat-container'...
remote: Enumerating objects: 112, done.
remote: Counting objects: 100% (112/112), done.
remote: Compressing objects: 100% (71/71), done.
remote: Total 112 (delta 7), reused 99 (delta 2), pack-reused 0
Receiving objects: 100% (112/112), 1.14 MiB | 576.00 KiB/s, done.
Resolving deltas: 100% (7/7), done.
Checking connectivity... done.
cd thermostat-container ; \
git submodule update --init ; \
patch -p 1 -i ../thermostat-container-s390x.patch ; \
make
Submodule 'common' (https://github.com/sclorg/container-common-scripts.git) registered for path 'common'
Cloning into 'common'...
remote: Enumerating objects: 43, done.
remote: Counting objects: 100% (43/43), done.
remote: Compressing objects: 100% (26/26), done.
remote: Total 1564 (delta 18), reused 39 (delta 16), pack-reused 1521
Receiving objects: 100% (1564/1564), 374.66 KiB | 543.00 KiB/s, done.
Resolving deltas: 100% (767/767), done.
Checking connectivity... done.
Submodule path 'common': checked out '92c8e4519264f24c11182866abea660474f6ac96'
make[1]: Entering directory '/home/palash25/Dev/okcd-images/thermostat-container/thermostat-container'
make[2]: Entering directory '/home/palash25/Dev/okcd-images/thermostat-container/thermostat-container'
make[2]: Leaving directory '/home/palash25/Dev/okcd-images/thermostat-container/thermostat-container'
make[1]: Leaving directory '/home/palash25/Dev/okcd-images/thermostat-container/thermostat-container'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment