File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
# This script should generate all the possible build combinations of
4
- # nodeos-barebones and test them by being able to exec a Node.js REPL. In some
4
+ # ` nodeos-initramfs` and test them by being able to exec a Node.js REPL. In some
5
5
# cases this could not be fully possible and so the tests should be improved in
6
6
# the future
7
7
Original file line number Diff line number Diff line change @@ -121,12 +121,12 @@ echo -e "${GRN}Successfully built 'initramfs'${CLR}"
121
121
122
122
123
123
#
124
- # Pack Node.js in a node-gyp compatible way
124
+ # Pack `nodeos-initramfs` in a node-gyp compatible way
125
125
#
126
126
127
127
# TODO use Node.js arch instead of explicit CPUs and move to BigRedButton
128
128
129
129
STEP_DIR=$PREBUILD
130
130
131
131
mkdir -p ` dirname $STEP_DIR ` &&
132
- tar -cf - out/$CPU | gzip > $STEP_DIR || err 100
132
+ tar -cf - out/$CPU out/latest | gzip > $STEP_DIR || err 100
You can’t perform that action at this time.
0 commit comments