This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
updatecli apply --debug --config updatecli/updatecli.d/ssh-agent.yaml --values updatecli/values | |
.github-action.yaml | |
Repo: https://github.com/gounthar/quickstart-tutorials/tree/updatecli | |
+++++++++++ | |
+ PREPARE + | |
+++++++++++ | |
Loading Pipeline "updatecli/updatecli.d/ssh-agent.yaml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Repo https://github.com/gounthar/quickstart-tutorials/tree/clean-up | |
updatecli apply --experimental | |
Experimental Mode Enabled | |
+++++++++++ | |
+ PREPARE + | |
+++++++++++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Bump the various docker images versions for the Ruby version | |
scms: | |
default: | |
kind: github | |
spec: | |
user: "{{ .github.user }}" | |
email: "{{ .github.email }}" | |
owner: "{{ .github.owner }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
updatecli diff --debug --config updatecli/updatecli.d/hello-world.yaml --values updatecli/values.github-action.yaml | |
* | |
+++++++++++ | |
+ PREPARE + | |
+++++++++++ | |
Loading Pipeline "updatecli/updatecli.d/hello-world.yaml" | |
DEBUG: stage: git-clone |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11-19-2021 22:11:04 Installing dependenices... | |
Lecture des listes de paquets… | |
Construction de l'arbre des dépendances… | |
Lecture des informations d'état… | |
autoconf est déjà la version la plus récente (2.69-14). | |
autoconf passé en « installé manuellement ». | |
automake est déjà la version la plus récente (1:1.16.3-2). | |
build-essential est déjà la version la plus récente (12.9). | |
git est déjà la version la plus récente (1:2.30.2-1). | |
Paquets suggérés : |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
volumes: | |
rethinkdb-data: | |
storage-temp: | |
services: | |
nginx: | |
build: nginx/ | |
volumes: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bazel build --workspace_status_command="bash native_client/bazel_workspace_status_cmd.sh" --config=monolithic -c opt --copt=-O3 --copt="-D_GLIBCXX_USE_CXX11_ABI=0" --copt=-fvisibility=hidden //native_client:libdeepspeech.so | |
INFO: Options provided by the client: | |
Inherited 'common' options: --isatty=1 --terminal_columns=192 | |
INFO: Reading rc options for 'build' from /home/poddingue/tensorflow/.bazelrc: | |
'build' options: --apple_platform_type=macos --define framework_shared_object=true --define open_source_build=true --define=use_fast_cpp_protos=true --define=allow_oversize_protos=true --spawn_strategy=standalone --strategy=Genrule=standalone -c opt --announce_rc --define=grpc_no_ares=true --define=PREFIX=/usr --define=LIBDIR=$(PREFIX)/lib --define=INCLUDEDIR=$(PREFIX)/include | |
INFO: Reading rc options for 'build' from /home/poddingue/tensorflow/.tf_configure.bazelrc: | |
'build' options: --action_env PYTHON_BIN_PATH=/usr/bin/python3 --action_env PYTHON_LIB_PATH=/usr/local/lib/python3.7/dist-packages --python_pat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
strace redsocks -c /etc/redsocks.conf | |
execve("/sbin/redsocks", ["redsocks", "-c", "/etc/redsocks.conf"], 0x7ffe19f37a60 /* 33 vars */) = 0 | |
brk(NULL) = 0x1ce8000 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1279b1f000 | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=53592, ...}) = 0 | |
mmap(NULL, 53592, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f1279b11000 | |
close(3) = 0 | |
open("/lib64/libevent_core-2.0.so.5", O_RDONLY|O_CLOEXEC) = 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY: usage tests build deploy_test deploy_prod html man install | |
PIP=pip3 | |
PYTHON=python3 | |
EXAMPLES_DIR=docs/examples | |
CASTS_DIR=$(EXAMPLES_DIR)/casts | |
.DEFAULT: usage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --device /dev/ttyAMA0:/dev/ttyAMA0 --device /dev/mem:/dev/mem --privileged -ti acencini/rpi-python-serial-wiringpi /bin/bash |
NewerOlder