Skip to content

Commit f244011

Browse files
committed
Making the api packaging step more visual distinct
1 parent 24ec7b4 commit f244011

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/api-package.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
VERSION=3.16.1
33
PACKAGE=s2client-api-${VERSION}.tgz
44

5+
echo "===================================="
6+
echo "Building package ${PACKAGE}"
57

68
rm -f ${PACKAGE}*
79

810
pushd build/bin
911
tar -zcvf ../../${PACKAGE} *
1012
popd
1113
md5sum ${PACKAGE} > ${PACKAGE}.md5sum
14+
cat ${PACKAGE}.md5sum
15+
echo "===================================="

0 commit comments

Comments
 (0)