From: James D. Forrester Date: Wed, 2 Jul 2014 16:25:08 +0000 (-0700) Subject: maintenance: Exclude OOjs UI's new RTL built CSS files from the pull-through X-Git-Tag: 1.31.0-rc.0~14983 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=4fc6f0ba0cbe1f141744b91db60d520ebc9f6d3f;p=lhc%2Fweb%2Fwiklou.git maintenance: Exclude OOjs UI's new RTL built CSS files from the pull-through Change-Id: I05967ab737afa76e92f98292cd95dd20c607678f --- diff --git a/maintenance/resources/update-oojs-ui.sh b/maintenance/resources/update-oojs-ui.sh index ca9572ff78..e1ccb4616a 100755 --- a/maintenance/resources/update-oojs-ui.sh +++ b/maintenance/resources/update-oojs-ui.sh @@ -72,7 +72,7 @@ NEWCHANGESDISPLAY=$(git log $OLDHASH.. --oneline --no-merges --reverse --color=a # Copy files # - Exclude the default non-svg stylesheet -rsync --recursive --delete --force --exclude 'oojs-ui.css' ./dist/ $TARGET_REPO/$TARGET_DIR || exit 1 +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)