Catrope has uploaded a new change for review.

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

Change subject: Revert "maintenance: Update comment in the OOjs UI pull through 
script"
......................................................................

Revert "maintenance: Update comment in the OOjs UI pull through script"

You can't put a comment in the middle of a command split
across multiple lines, it terminates the command.

This reverts commit 3cc4314faaf852417771a86380104bd68cc31b96.

Change-Id: If5889f84033366c62c4924511997b5e6a108cfab
---
M maintenance/resources/update-oojs-ui.sh
1 file changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/25/148525/1

diff --git a/maintenance/resources/update-oojs-ui.sh 
b/maintenance/resources/update-oojs-ui.sh
index 6eba91d..1b35292 100755
--- a/maintenance/resources/update-oojs-ui.sh
+++ b/maintenance/resources/update-oojs-ui.sh
@@ -71,10 +71,8 @@
 NEWCHANGESDISPLAY=$(git log $OLDHASH.. --oneline --no-merges --reverse 
--color=always)
 
 # Copy files
-rsync --recursive --delete --force \
-       # Exclude the default non-svg stylesheet, and those for enviroments 
without CSSJanus
-       --exclude 'oojs-ui.css' --exclude 'oojs-ui*.rtl.css' \
-       ./dist/ "$TARGET_REPO/$TARGET_DIR" || exit 1
+# - Exclude the default non-svg stylesheet
+rsync --recursive --delete --force --exclude 'oojs-ui.css' --exclude 
'oojs-ui*.rtl.css' ./dist/ "$TARGET_REPO/$TARGET_DIR" || exit 1
 
 # Read the new version
 NEWVERSION=$(oojsuiversion)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If5889f84033366c62c4924511997b5e6a108cfab
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>

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

Reply via email to