Krinkle has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/92446


Change subject: mw-install-sqlite: Fix double slash
......................................................................

mw-install-sqlite: Fix double slash

Follows-up 0bbae87. Other assingment also omits slash and all
uses of it expect it without a slash.

Change-Id: I20b176c8410c204b3ec0372d81b3a08197e97ca0
---
M bin/mw-install-sqlite.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins 
refs/changes/46/92446/1

diff --git a/bin/mw-install-sqlite.sh b/bin/mw-install-sqlite.sh
index 0e7756b..c755406 100755
--- a/bin/mw-install-sqlite.sh
+++ b/bin/mw-install-sqlite.sh
@@ -6,7 +6,7 @@
        # parallel we will have a race condition. Instead use the trailing part 
of
        # the WORKSPACE which would be 'foo', 'foo@1', 'foo@2'
        # Trailing slash is important there.
-       SQLITE_DIR="$HOME/tmpfs/`basename $WORKSPACE`/"
+       SQLITE_DIR="$HOME/tmpfs/`basename $WORKSPACE`"
        mkdir -p $SQLITE_DIR
 else
        SQLITE_DIR="$WORKSPACE/data"

-- 
To view, visit https://gerrit.wikimedia.org/r/92446
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I20b176c8410c204b3ec0372d81b3a08197e97ca0
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to