Skip to content

Commit eb54155

Browse files
committed
- Calling it a day
1 parent 9b3891b commit eb54155

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ platforms:
6060
script_location: toolchain/ci
6161
template_location: toolchain/cmake/Templates
6262
version:
63-
hotfix: 21
63+
hotfix: 22
6464
major: 0
6565
minor: 3
6666
patch: 0

cb

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ case $1 in
7474
;;
7575
"compress-usr-dir")
7676
OUTPUT=$(realpath .)/${2}_${BUILDVARIANT}.tar.bz2
77-
INSTALL_DIR=$(realpath .)/install
77+
INSTALL_DIR=$(realpath .)/build/install
7878

7979
echo "-- Creating $OUTPUT from $INSTALL_DIR"
8080

@@ -87,12 +87,12 @@ case $1 in
8787
echo "-- Install dir: ${INSTALL_DIR}"
8888
ls ${INSTALL_DIR}
8989

90-
echo "-- Install dir contents:"
91-
ls -R ${INSTALL_DIR}
92-
echo "-- Build dir contents:"
93-
ls ${INSTALL_DIR}
94-
echo "-- Root dir contents:"
95-
ls -R $(realpath .)
90+
#echo "-- Install dir contents:"
91+
#ls -R ${INSTALL_DIR}
92+
#echo "-- Build dir contents:"
93+
#ls ${INSTALL_DIR}
94+
#echo "-- Root dir contents:"
95+
#ls -R $(realpath .)
9696

9797
pushd ${INSTALL_DIR}
9898
case $2 in
@@ -109,6 +109,9 @@ case $1 in
109109
--exclude=${INSTALL_DIR}/packaged \
110110
${INSTALL_DIR}
111111
;;
112+
*)
113+
echo "-- Unhandled case $2"
114+
;;
112115
esac
113116
popd
114117
;;

0 commit comments

Comments
 (0)