Hoernchen has uploaded this change for review.
conrtrib/upload : upload elf files
Due to popular demand people want elf files that can be loaded to get
debug symbols, so publish the elf file, but not the stub-less bin file.
Change-Id: Ifceb16d385388356ac1bf8b13f5df62c643bebf8
---
M contrib/prepare_upload.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/53/30153/1
diff --git a/contrib/prepare_upload.sh b/contrib/prepare_upload.sh
index f134d2a..cdd144f 100755
--- a/contrib/prepare_upload.sh
+++ b/contrib/prepare_upload.sh
@@ -9,7 +9,7 @@
cd firmware/bin
for ext in bin elf; do
for file in *."$ext"; do
- if ! [[ "$file" =~ ^(.*padded.*|.*nocrcstub.*)$ ]];then
+ if ! [[ "$file" =~ ^(.*padded.*|.*nocrcstub.*bin)$ ]];then
without_ext="${file%.*}"
cp -v "$file" "$without_ext-latest.$ext"
cp -v "$file" "$without_ext-$GIT_VERSION.$ext"
To view, visit change 30153. To unsubscribe, or for help writing mail filters, visit settings.