File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ and findArangoDBVersion
5757and buildStaticArangoDB
5858and downloadStarter
5959and downloadSyncer
60- and copyRclone " linux "
60+ and downloadRclone
6161and setArchSuffix
6262and set -xg HUB_ENTERPRISE " arangodb/enterprise-test:$DOCKER_TAG_JENKINS$archSuffix "
6363and buildDockerImage $HUB_ENTERPRISE
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ and findArangoDBVersion
3636and buildStaticArangoDB
3737and downloadStarter
3838and downloadSyncer
39- and copyRclone " linux "
39+ and downloadRclone
4040and setArchSuffix
4141and set -xg HUB_ENTERPRISE " arangodb/enterprise-test:$DOCKER_TAG_JENKINS$archSuffix "
4242and buildDockerImage $HUB_ENTERPRISE
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ function createIndex
1919 and mkdir root-dir
2020 and echo " create new links..."
2121 and cp -rs $SRC root-dir/
22- and find root-dir -name " *3e*" -exec rm -f " {}" " ;"
22+ # and find root-dir -name "*3e*" -exec rm -f "{}" ";"
2323 and find root-dir -name " index.html" -exec rm -f " {}" " ;"
2424 and echo " creating index.html..."
2525 and sed -e ' s/os\ .walk(root)/os\ .walk(root,followlinks=True)/' program.py > program2.py
Original file line number Diff line number Diff line change @@ -51,9 +51,11 @@ echo "Using RCLONE $RCLONE_RELEASE"
5151
5252mkdir -p $RCLONE_FOLDER
5353set -l RCLONE_PATH $RCLONE_FOLDER /rclone-arangodb
54- echo " https://$ARANGODB_GIT_HOST /$HELPER_GIT_ORGA /rclone-arangodb/releases/download/$RCLONE_REV /" $RCLONE_RELEASE " _rclone-arangodb-$PLATFORM -$arch "
55- and curl -s -L -o " $RCLONE_PATH " " https://$ARANGODB_GIT_HOST /$HELPER_GIT_ORGA /rclone-arangodb/releases/download/$RCLONE_REV /" $RCLONE_RELEASE " _rclone-arangodb-$PLATFORM -$arch "
54+ echo " https://$ARANGODB_GIT_HOST /$ARANGODB_GIT_ORGA /rclone-arangodb/releases/download/$RCLONE_REV /" $RCLONE_RELEASE " _rclone-arangodb-$PLATFORM -$arch "
55+ and curl -s -L -o " $RCLONE_PATH " " https://$ARANGODB_GIT_HOST /$ARANGODB_GIT_ORGA /rclone-arangodb/releases/download/$RCLONE_REV /" $RCLONE_RELEASE " _rclone-arangodb-$PLATFORM -$arch "
56+ and apk add file
57+ and eval " file -bL --mime $RCLONE_PATH | grep -v -q '^text'"
5658and chmod 755 " $RCLONE_PATH "
57- and echo Rclone ready for build $RCLONE_PATH
59+ and echo " Rclone ready for build $RCLONE_PATH "
5860and setupSourceInfo " $RCLONE_RELEASE "
5961or begin echo " ERROR - cannot download Rclone" ; setupSourceInfo " N/A" ; exit 1; end
You can’t perform that action at this time.
0 commit comments