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
if test $CERTIFY_SAFE = "false" | |
then | |
echo foo | |
exit 1 | |
fi |
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
try: | |
from ansible.inventory.ini import InventoryParser | |
except ImportError: | |
try: | |
# homebrew likes to mess around with PYTHONPATH | |
# just try to parse out the homebrew stuff and fail miserably otherwise | |
results = [re.match(r'PYTHONPATH="(.*?)"', line) | |
# needs to open ansible from $path | |
for line in open('/usr/local/bin/ansible')] |
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
--- | |
- test-digitalocean-fedora22-x64-1: | |
ip: 1.2.3.4 | |
tags: | |
- foo | |
- bar | |
alias: iojs-www | |
hostname: ci-release.nodejs.org | |
- test-rackspace-fedora24-x86-1: |
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
# time rsync -e "ssh" -av --exclude "doc" --exclude "docs" --exclude "metrics" --exclude "tools" --exclude ".*" --exclude "rsync-old-nodejs.org.sh" --exclude "www" --delete [email protected]:/home/dist/ /home/dist/ | |
receiving incremental file list | |
nodejs/nightly/ | |
nodejs/nightly/index.json | |
nodejs/nightly/index.tab | |
nodejs/nightly/v6.3.1-nightly20160715e1e477e2a0/ | |
nodejs/nightly/v6.3.1-nightly20160715e1e477e2a0/SHASUMS256.txt | |
nodejs/nightly/v6.3.1-nightly20160715e1e477e2a0/node-v6.3.1-nightly20160715e1e477e2a0-darwin-x64.tar.gz | |
nodejs/nightly/v6.3.1-nightly20160715e1e477e2a0/node-v6.3.1-nightly20160715e1e477e2a0-darwin-x64.tar.xz | |
nodejs/nightly/v6.3.1-nightly20160715e1e477e2a0/node-v6.3.1-nightly20160715e1e477e2a0-headers.tar.gz |
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
server { | |
server_name ~unencrypted.(?<dist_path>nodejs|iojs).org; | |
listen *:80; | |
listen [::]:80 ipv6only=on; | |
root /home/dist/www; | |
location /download { |
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
server { | |
server_name unencrypted.nodejs.org unencrypted.iojs.org; | |
listen *:80; | |
listen [::]:80 ipv6only=on; | |
root /home/dist/; | |
location / { | |
autoindex on; |
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
$ sysctl -a kstat.zfs | |
kstat.zfs.misc.vdev_cache_stats.misses: 0 | |
kstat.zfs.misc.vdev_cache_stats.hits: 0 | |
kstat.zfs.misc.vdev_cache_stats.delegations: 0 | |
kstat.zfs.misc.arcstats.demand_hit_predictive_prefetch: 354411 | |
kstat.zfs.misc.arcstats.sync_wait_for_async: 95873 | |
kstat.zfs.misc.arcstats.arc_meta_min: 2002460416 | |
kstat.zfs.misc.arcstats.arc_meta_max: 1011653056 | |
kstat.zfs.misc.arcstats.arc_meta_limit: 8009841664 | |
kstat.zfs.misc.arcstats.arc_meta_used: 1011636232 |
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
diff --git configure configure | |
index 983ae07..59e5933 100755 | |
--- configure | |
+++ configure | |
@@ -1230,6 +1230,9 @@ config = { | |
'PYTHON': sys.executable, | |
} | |
+if options.with_intl == 'none': | |
+ config['DISABLE_V8_I18N'] = "1" |
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
[4328033.992514] init: systemd-logind main process (559) killed by TERM signal | |
[4328035.923692] systemd-udevd[17805]: starting version 204 | |
[5380731.308659] end_request: I/O error, dev xvda, sector 10624280 | |
[5380731.308679] EXT4-fs warning (device xvda2): ext4_end_bio:317: I/O error -5 writing to inode 677876 (offset 0 size 0 starting block 1328036) | |
[5380731.308685] Buffer I/O error on device xvda2, logical block 1265571 | |
[5380731.308731] JBD2: Detected IO errors while flushing file data on xvda2-8 | |
[5380779.308708] end_request: I/O error, dev xvda, sector 26397440 | |
[5380779.309028] Aborting journal on device xvda2-8. | |
[5380779.309069] EXT4-fs error (device xvda2) in ext4_reserve_inode_write:4928: Journal has aborted | |
[5380779.309090] EXT4-fs error (device xvda2) in ext4_reserve_inode_write:4928: Journal has aborted |
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
# make lint | |
gmake[1]: Entering directory '/usr/home/iojs/build/workspace/node-test-linter' | |
./node tools/jslint.js -J benchmark lib src test tools/doc \ | |
tools/eslint-rules tools/jslint.js | |
[00:01|% 15|+ 0|- 0]: benchmark/usr/home/iojs/build/workspace/node-test-linter/tools/eslint-rules/align-multiline-assignment.js:10 | |
function getBinaryExpressionStarts(binaryExpression, starts = []) { | |
^ | |
SyntaxError: Unexpected token = | |
at exports.runInThisContext (vm.js:53:16) |