This file contains hidden or 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
-- Show Environment -- | |
====================================================================================================================================================== | |
BASH=/bin/bash | |
BASHOPTS=cmdhist:extquote:force_fignore:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath | |
BASH_ALIASES=() | |
BASH_ARGC=() | |
BASH_ARGV=() | |
BASH_CMDS=() | |
BASH_LINENO=([0]="0") | |
BASH_SOURCE=([0]="/tmp/hudson2854902573925635095.sh") |
This file contains hidden or 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
<?xml version='1.0' encoding='UTF-8'?> | |
<project> | |
<actions/> | |
<description></description> | |
<logRotator class="hudson.tasks.LogRotator"> | |
<daysToKeep>-1</daysToKeep> | |
<numToKeep>5</numToKeep> | |
<artifactDaysToKeep>-1</artifactDaysToKeep> | |
<artifactNumToKeep>-1</artifactNumToKeep> | |
</logRotator> |
This file contains hidden or 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
Downloading and extraction of DB2 ODBC CLI Driver completed successfully ... | |
c++ '-DNODE_GYP_MODULE_NAME=odbc_bindings' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/username/.node-gyp/11.9.0/include/node -I/Users/username/.node-gyp/11.9.0/src -I/Users/username/.node-gyp/11.9.0/deps/openssl/config -I/Users/username/.node-gyp/11.9.0/deps/openssl/openssl/include -I/Users/username/.node-gyp/11.9.0/deps/uv/include -I/Users/username/.node-gyp/11.9.0/deps/zlib -I/Users/username/.node-gyp/11.9.0/deps/v8/include -I../../nan -I/Users/username/temp/try-db2/node_modules/ibm_db2/installer/clidriver/include -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++1y -stdlib=libc++ -fno-rtti -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/odbc_bindings/src/odbc.o.d.raw -c -o Release/obj.target/odbc_bindings/src |
This file contains hidden or 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
❯ ~/.emacs.d/bin/doom -d build | |
Loading /Users/kevin/.emacs.d/core/autoload/buffers.el (source)... | |
Loading /Users/kevin/.emacs.d/core/autoload/cache.el (source)... | |
Loading /Users/kevin/.emacs.d/core/autoload/cli.el (source)... | |
Loading /Users/kevin/.emacs.d/core/autoload/config.el (source)... | |
Loading /Users/kevin/.emacs.d/core/autoload/debug.el (source)... | |
Loading /Users/kevin/.emacs.d/core/autoload/files.el (source)... | |
Loading /Users/kevin/.emacs.d/core/autoload/fonts.el (source)... | |
Loading /Users/kevin/.emacs.d/core/autoload/format.el (source)... | |
Loading /Users/kevin/.emacs.d/core/autoload/help.el (source)... |
This file contains hidden or 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
(use-package general | |
:config | |
(general-create-definer rune/leader-keys | |
:keymaps '(normal insert visual emacs) | |
:prefix "SPC" | |
:global-prefix "C-SPC") | |
;; okay so take from : https://github.com/noctuid/general.el | |
;; rune/leader-keys is defined just above this as a "general-create-definer" |