Skip to content

Commit

Permalink
idiomatic placement of "v" prefix in Datadog plugin version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoffredo committed Jul 20, 2022
1 parent eeeb5e5 commit 1c27f70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/nginx/rootfs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export JAEGER_VERSION=0.7.0
export MSGPACK_VERSION=3.3.0

# Check for recent changes: https://github.com/DataDog/dd-opentracing-cpp/compare/v1.3.2...master
export DATADOG_CPP_VERSION=v1.3.2
export DATADOG_CPP_VERSION=1.3.2

# Check for recent changes: https://github.com/SpiderLabs/ModSecurity-nginx/compare/v1.0.2...master
export MODSECURITY_VERSION=1.0.2
Expand Down Expand Up @@ -262,7 +262,7 @@ get_src 1ee6dad809a5bb22efb45e6dac767f7ce544ad652d353a93d7f26b605f69fe3f \
fi

get_src 586f92166018cc27080d34e17c59d68219b85af745edf3cc9fe41403fc9b4ac6 \
"https://github.com/DataDog/dd-opentracing-cpp/archive/$DATADOG_CPP_VERSION.tar.gz"
"https://github.com/DataDog/dd-opentracing-cpp/archive/v$DATADOG_CPP_VERSION.tar.gz"

get_src 1af5a5632dc8b00ae103d51b7bf225de3a7f0df82f5c6a401996c080106e600e \
"https://github.com/influxdata/nginx-influxdb-module/archive/$NGINX_INFLUXDB_VERSION.tar.gz"
Expand Down Expand Up @@ -455,7 +455,7 @@ make
make install

# build datadog lib
cd "$BUILD_PATH/dd-opentracing-cpp-${DATADOG_CPP_VERSION#v}"
cd "$BUILD_PATH/dd-opentracing-cpp-$DATADOG_CPP_VERSION"

mkdir .build
cd .build
Expand Down

0 comments on commit 1c27f70

Please sign in to comment.