We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946f496 commit e6ae081Copy full SHA for e6ae081
distribute.sh
@@ -378,6 +378,7 @@ function run_prepare() {
378
379
# copy the initial blacklist in build
380
try cp -a $SRC_PATH/blacklist.txt $BUILD_PATH
381
+ try cp -a $SRC_PATH/whitelist.txt $BUILD_PATH
382
383
# check arm env
384
push_arm
@@ -742,6 +743,7 @@ function run_distribute() {
742
743
try cp -a $SRC_PATH/templates .
744
try cp -a $SRC_PATH/res .
745
try cp -a $BUILD_PATH/blacklist.txt .
746
+ try cp -a $BUILD_PATH/whitelist.txt .
747
748
debug "Copy python distribution"
749
$HOSTPYTHON -OO -m compileall $BUILD_PATH/python-install
src/whitelist.txt
@@ -0,0 +1 @@
1
+# put files here that you need to un-blacklist
0 commit comments