From: James D. Forrester Date: Sat, 12 Jul 2014 22:32:26 +0000 (-0700) Subject: maintenance: Update comment in the OOjs UI pull through script X-Git-Tag: 1.31.0-rc.0~14848 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/supprimer.php?a=commitdiff_plain;h=3cc4314faaf852417771a86380104bd68cc31b96;p=lhc%2Fweb%2Fwiklou.git maintenance: Update comment in the OOjs UI pull through script Follows-up I05967ab7. Change-Id: Ibbdb77f720a22cd087e3a1d18d92748bb63069e4 --- diff --git a/maintenance/resources/update-oojs-ui.sh b/maintenance/resources/update-oojs-ui.sh index 1b3529225a..6eba91d014 100755 --- a/maintenance/resources/update-oojs-ui.sh +++ b/maintenance/resources/update-oojs-ui.sh @@ -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)