From 4fc6f0ba0cbe1f141744b91db60d520ebc9f6d3f Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Wed, 2 Jul 2014 09:25:08 -0700 Subject: [PATCH] maintenance: Exclude OOjs UI's new RTL built CSS files from the pull-through Change-Id: I05967ab737afa76e92f98292cd95dd20c607678f --- maintenance/resources/update-oojs-ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1