Skip to content

Commit

Permalink
Updated packaging scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Dec 22, 2022
1 parent 2763d91 commit 216dcaf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions rpm/build_rpm_amazon_linux_2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

set -e

AUDIOWAVEFORM_VERSION=1.6.0
AUDIOWAVEFORM_PACKAGE_VERSION=1.6.0
AUDIOWAVEFORM_VERSION=1.7.0
AUDIOWAVEFORM_PACKAGE_VERSION=1.7.0
IMAGE=audiowaveform_rpm
docker build -t $IMAGE -f Dockerfile-amazon-linux-2 --build-arg AUDIOWAVEFORM_VERSION=${AUDIOWAVEFORM_VERSION} --build-arg AUDIOWAVEFORM_PACKAGE_VERSION=${AUDIOWAVEFORM_PACKAGE_VERSION} .
CONTAINER_ID=`docker create $IMAGE`
Expand Down
4 changes: 2 additions & 2 deletions rpm/build_rpm_centos7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

set -e

AUDIOWAVEFORM_VERSION=1.6.0
AUDIOWAVEFORM_PACKAGE_VERSION=1.6.0
AUDIOWAVEFORM_VERSION=1.7.0
AUDIOWAVEFORM_PACKAGE_VERSION=1.7.0
IMAGE=audiowaveform_rpm
docker build -t $IMAGE -f Dockerfile-centos7 --build-arg AUDIOWAVEFORM_VERSION=${AUDIOWAVEFORM_VERSION} --build-arg AUDIOWAVEFORM_PACKAGE_VERSION=${AUDIOWAVEFORM_PACKAGE_VERSION} .
CONTAINER_ID=`docker create $IMAGE`
Expand Down
4 changes: 2 additions & 2 deletions rpm/build_rpm_centos8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

set -e

AUDIOWAVEFORM_VERSION=1.6.0
AUDIOWAVEFORM_PACKAGE_VERSION=1.6.0
AUDIOWAVEFORM_VERSION=1.7.0
AUDIOWAVEFORM_PACKAGE_VERSION=1.7.0
IMAGE=audiowaveform_rpm
docker build -t $IMAGE -f Dockerfile-centos8 --build-arg AUDIOWAVEFORM_VERSION=${AUDIOWAVEFORM_VERSION} --build-arg AUDIOWAVEFORM_PACKAGE_VERSION=${AUDIOWAVEFORM_PACKAGE_VERSION} .
CONTAINER_ID=`docker create $IMAGE`
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e

PROJECT=audiowaveform
[email protected]:bbc/${PROJECT}.git
TAG=1.6.0
TAG=1.7.0
SOURCE_DIR=${PROJECT}_${TAG}
TARBALL=${SOURCE_DIR}.orig.tar.gz
PACKAGES_DIR=packages
Expand Down

0 comments on commit 216dcaf

Please sign in to comment.