We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f872247 commit 3291054Copy full SHA for 3291054
build/build_board_manager_package.sh
@@ -162,9 +162,12 @@ cat << EOF > package_esp8266com_index.json
162
}
163
EOF
164
165
+
166
if [ ! -z "$upload" ]; then
- scp $outdir.zip dl:apps/download_files/download/$path
167
- scp package_esp8266com_index.json dl:apps/download_files/download/$path
+ remote_path=dl:apps/download_files/download/$path
168
+ scp $outdir.zip $remote_path
169
+ scp package_esp8266com_index.json $remote_path
170
+ scp -r $srcdir/doc $remote_path
171
else
172
python -m SimpleHTTPServer
173
fi
hardware/esp8266com/esp8266/changes.md renamed to hardware/esp8266com/esp8266/doc/changes.md
0 commit comments