Skip to content

Commit f73146d

Browse files
committed
Change RABBIT_WEBSITE to WEB_URL, to match rabbitmq-server Makefile
1 parent 327eed8 commit f73146d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ CYGWIN=nontsec
7070
test "$KEYFILE" || KEYFILE=rabbit-mock.snk
7171
test "$RABBIT_VSN" || RABBIT_VSN=0.0.0
7272
test "$MSBUILD" || MSBUILD=msbuild.exe
73-
test "$RABBIT_WEBSITE" || RABBIT_WEBSITE=http://www.rabbitmq.com
73+
test "$WEB_URL" || WEB_URL=http://stage.rabbitmq.com
7474
test "$UNOFFICIAL_RELEASE" || UNOFFICIAL_RELEASE=
7575

7676
### Other, general vars
@@ -168,7 +168,7 @@ function src-dist {
168168
cp -r lib/nunit tmp/srcdist/lib/
169169
cp Local.props.example tmp/srcdist/
170170
cp README.in tmp/srcdist/README
171-
links -dump $RABBIT_WEBSITE/build-dotnet-client.html >> tmp/srcdist/README
171+
links -dump $WEB_URL/build-dotnet-client.html >> tmp/srcdist/README
172172
cp-license-to tmp/srcdist/
173173

174174
### Zip tmp/srcdist making $NAME_VSN the root dir in the archive

0 commit comments

Comments
 (0)