Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
extend filenames with variant part
Browse files Browse the repository at this point in the history
  • Loading branch information
Govinda Fichtner authored and Govinda Fichtner committed Apr 7, 2016
1 parent 32671ad commit d6162f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ deploy:
provider: releases
skip_cleanup: true
file:
- rootfs-armhf-${TRAVIS_TAG}.tar.gz
- rootfs-arm64-${TRAVIS_TAG}.tar.gz
- rootfs-armhf-debian-${TRAVIS_TAG}.tar.gz
- rootfs-arm64-debian-${TRAVIS_TAG}.tar.gz
- rootfs-armhf-raspbian-${TRAVIS_TAG}.tar.gz
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ rm -rf "$ROOTFS_DIR/{dev,sys,proc}/*"

# package rootfs tarball
umask 0000
tar -czf "/workspace/rootfs-${BUILD_ARCH}-${HYPRIOT_OS_VERSION}.tar.gz" -C "${ROOTFS_DIR}/" .
tar -czf "/workspace/rootfs-${BUILD_ARCH}-${VARIANT}-${HYPRIOT_OS_VERSION}.tar.gz" -C "${ROOTFS_DIR}/" .

# test if rootfs is OK
VARIANT="${VARIANT}" /builder/test.sh

0 comments on commit d6162f2

Please sign in to comment.