Skip to content

Instantly share code, notes, and snippets.

@palash25
Created February 13, 2019 13:17
Show Gist options
  • Select an option

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

Select an option

Save palash25/c863804591c917e59629c207d60821d6 to your computer and use it in GitHub Desktop.
## make log for memcached image
git clone --depth=1 https://github.com/sclorg/memcached.git
Cloning into 'memcached'...
remote: Enumerating objects: 31, done.
remote: Counting objects: 100% (31/31), done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 31 (delta 1), reused 16 (delta 0), pack-reused 0
Unpacking objects: 100% (31/31), done.
Checking connectivity... done.
cd memcached ; \
git submodule update --init ; \
patch -p 1 -i ../memcached-s390x.patch ; \
make
Submodule 'common' ([email protected]:sclorg/container-common-scripts.git) registered for path 'common'
Cloning into 'common'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:sclorg/container-common-scripts.git' into submodule path 'common' failed
patch: **** Can't open patch file ../memcached-s390x.patch : No such file or directory
make[1]: Entering directory '/home/palash25/Dev/Projects/OMP/okcd-images/memcached/memcached'
Please do "git submodule update --init" first.
Makefile:6: common/common.mk: No such file or directory
make[1]: *** No rule to make target 'common/common.mk'. Stop.
make[1]: Leaving directory '/home/palash25/Dev/Projects/OMP/okcd-images/memcached/memcached'
Makefile:4: recipe for target 'memcached' failed
make: *** [memcached] Error 2
✘ palash25@Lenovo-G50  ~/Dev/Projects/OMP/okcd-images/memcached   memcached 
## Make log for thermostat container
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 | 206.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 | 94.00 KiB/s, done.
Resolving deltas: 100% (767/767), done.
Checking connectivity... done.
Submodule path 'common': checked out '92c8e4519264f24c11182866abea660474f6ac96'
patch: **** Can't open patch file ../thermostat-container-s390x.patch : No such file or directory
make[1]: Entering directory '/home/palash25/Dev/Projects/OMP/okcd-images/memcached/thermostat-container'
make[2]: Entering directory '/home/palash25/Dev/Projects/OMP/okcd-images/memcached/thermostat-container'
make[2]: Leaving directory '/home/palash25/Dev/Projects/OMP/okcd-images/memcached/thermostat-container'
make[1]: Leaving directory '/home/palash25/Dev/Projects/OMP/okcd-images/memcached/thermostat-container'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment