File tree 1 file changed +12
-10
lines changed
1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ if [ $? -ne 0 ]; then
210
210
echo " Failed to create tarball"
211
211
exit 1
212
212
fi
213
+ echo " Created $rel_name .tgz successfully"
213
214
214
215
if [ -e libwat-$major .$minor -current.tgz ]; then
215
216
eval " rm -rf libwat-$major .$minor -current.tgz"
@@ -224,6 +225,7 @@ if [ $? -ne 0 ]; then
224
225
echo " Failed to create tarball"
225
226
exit 1
226
227
fi
228
+ echo " Created libwat-$major .$minor -current.tgz successfully"
227
229
228
230
tagname=" v$major .$minor .$rev .$patch "
229
231
@@ -246,18 +248,18 @@ if [ $tag = "y" ]; then
246
248
echo " Failed to push new git tag"
247
249
exit 1
248
250
fi
251
+ fi
249
252
250
- eval " scp $rel_name .tgz [email protected] :linux/libwat"
251
- if [ $? -ne 0 ]; then
252
- echo " Failed to upload to ftp"
253
- exit 1
254
- fi
253
+ eval " scp $rel_name .tgz [email protected] :linux/libwat"
254
+ if [ $? -ne 0 ]; then
255
+ echo " Failed to upload to ftp"
256
+ exit 1
257
+ fi
255
258
256
- eval " scp libwat-$major .$minor -current.tgz [email protected] :linux/libwat"
257
- if [ $? -ne 0 ]; then
258
- echo " Failed to upload to ftp"
259
- exit 1
260
- fi
259
+ eval " scp libwat-$major .$minor -current.tgz [email protected] :linux/libwat"
260
+ if [ $? -ne 0 ]; then
261
+ echo " Failed to upload to ftp"
262
+ exit 1
261
263
fi
262
264
263
265
echo
You can’t perform that action at this time.
0 commit comments