Skip to content

Commit 0289038

Browse files
committed
Shorten path name of the release artifacts directory
1 parent 05d7c29 commit 0289038

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.hgignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rabbit\.snk$
66
^rabbit\-mock\.snk$
77

88
^scratch$
9-
^releases/
9+
^release/
1010
^build$
1111
^commit$
1212
^diff$

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NAME=rabbitmq-dotnet-client
22
NAME_VSN=${NAME}-${RABBIT_VSN}
33

4-
RELEASE_DIR=releases/${NAME}/v${RABBIT_VSN}
4+
RELEASE_DIR=release
55

66
TMPXMLZIP=${NAME_VSN}-tmp-xmldoc.zip
77

@@ -17,7 +17,7 @@ dist: rabbit-vsn ensure-deliverables ensure-universally-readable
1717
rm -f $(RELEASE_DIR)/$(TMPXMLZIP)
1818

1919
ensure-universally-readable:
20-
chmod -R a+rX releases
20+
chmod -R a+rX release
2121

2222
ensure-deliverables: rabbit-vsn
2323
file ${RELEASE_DIR}/${NAME_VSN}.zip

dist-msi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ test "$SKIP_MSIVAL2" || SKIP_MSIVAL2=
7272
### Other, general vars
7373
NAME=rabbitmq-dotnet-client
7474
NAME_VSN=$NAME-$RABBIT_VSN
75-
RELEASE_DIR=releases/$NAME/v$RABBIT_VSN
75+
RELEASE_DIR=release
7676

7777

7878
function main {

dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ test "$MONO_DIST" || MONO_DIST=
7676
### Other, general vars
7777
NAME=rabbitmq-dotnet-client
7878
NAME_VSN=$NAME-$RABBIT_VSN
79-
RELEASE_DIR=releases/$NAME/v$RABBIT_VSN
79+
RELEASE_DIR=release
8080
if [ "$MONO_DIST" ] ; then
8181
INCLUDE_WCF=true
8282
MSBUILD=xbuild

0 commit comments

Comments
 (0)