maintenance: Update comment in the OOjs UI pull through script
authorJames D. Forrester <jforrester@wikimedia.org>
Sat, 12 Jul 2014 22:32:26 +0000 (15:32 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Mon, 21 Jul 2014 16:55:42 +0000 (09:55 -0700)
Follows-up I05967ab7.

Change-Id: Ibbdb77f720a22cd087e3a1d18d92748bb63069e4

maintenance/resources/update-oojs-ui.sh

index 1b35292..6eba91d 100755 (executable)
@@ -71,8 +71,10 @@ NEWCHANGES=$(git log $OLDHASH.. --oneline --no-merges --reverse --color=never)
 NEWCHANGESDISPLAY=$(git log $OLDHASH.. --oneline --no-merges --reverse --color=always)
 
 # Copy files
-# - 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
+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
 
 # Read the new version
 NEWVERSION=$(oojsuiversion)