Skip to content

Instantly share code, notes, and snippets.

View dunn's full-sized avatar
💭
no

Alexandra Catalina dunn

💭
no
View GitHub Profile
2017-06-26 10:33:17 -0700
make
allnoget
make setup
install -d /private/tmp/clasp-cl-20170626-90824-u4akk9/externals/build
install -d /private/tmp/clasp-cl-20170626-90824-u4akk9/externals/build
install -d /private/tmp/clasp-cl-20170626-90824-u4akk9/externals/build
install -d /private/tmp/clasp-cl-20170626-90824-u4akk9/externals/build/debug
@dunn
dunn / 01.make
Created June 25, 2017 20:58
building clasp on macos
2017-06-25 10:41:18 -0700
make
make gitllvm
./fetch-revision.sh http://llvm.org/git/llvm.git llvm39ToT c54021df3fd4d71d822b3112cba4e43d94927378
Cloning into 'llvm39ToT'...
warning: redirecting to https://git.llvm.org/git/llvm.git/
Checking out files: 17% (4520/25998)
Checking out files: 18% (4680/25998)
@dunn
dunn / # tbb - 2017-05-14_08-23-54.txt
Created May 14, 2017 15:29
tbb on macOS 10.12.4 - Homebrew build logs
Homebrew build logs for tbb on macOS 10.12.4
Build date: 2017-05-14 08:23:54
#!/bin/bash
set -e
cd "$(dirname "${BASH_SOURCE[0]}")/../"
for service in solr fcrepo; do
if [[ ! -f "$service".pid ]]; then
pid=$(cat "$service".pid)
echo "ERROR: ${service}_wrapper is not running" >&2

Keybase proof

I hereby claim:

  • I am dunn on github.
  • I am dunn (https://keybase.io/dunn) on keybase.
  • I have a public key ASAKX76Ai4b2UX1te_lswSVQ9Py8Xq079BJWBU2E6wKgego

To claim this, I am signing this object:

@dunn
dunn / # mkcl - 2017-01-18_17-33-43.txt
Created January 19, 2017 01:36
mkcl (dunn/yolo/mkcl) on macOS 10.12.2 - Homebrew build logs
Homebrew build logs for dunn/yolo/mkcl on macOS 10.12.2
Build date: 2017-01-18 17:33:43
@dunn
dunn / # xapian - 2017-01-06_21-02-37.txt
Created January 7, 2017 05:06
xapian on macOS 10.12.2 - Homebrew build logs
Homebrew build logs for xapian on macOS 10.12.2
Build date: 2017-01-06 21:02:37
@dunn
dunn / # wesnoth - 2016-12-10_09-33-25.txt
Created December 10, 2016 18:08
wesnoth (homebrew/games/wesnoth) on macOS 10.12.1 - Homebrew build logs
Homebrew build logs for homebrew/games/wesnoth on macOS 10.12.1
Build date: 2016-12-10 09:33:25
@dunn
dunn / # wesnoth - 2016-12-03_18-06-26.txt
Created December 4, 2016 02:54
wesnoth (homebrew/games/wesnoth) on macOS 10.12.1 - Homebrew build logs
Homebrew build logs for homebrew/games/wesnoth on macOS 10.12.1
Build date: 2016-12-03 18:06:26
const Nightmare = require('nightmare');
const assert = require('assert');
const util = require('util');
require('mocha-generators').install();
if (!process.env['BT_CONFIG_DIR'])
process.env['BT_CONFIG_DIR'] = `${__dirname}/config`;
const user = process.env['BT_TEST_USER'];