maintenance: Exclude OOjs UI's new RTL built CSS files from the pull-through
authorJames D. Forrester <jforrester@wikimedia.org>
Wed, 2 Jul 2014 16:25:08 +0000 (09:25 -0700)
committerJforrester <jforrester@wikimedia.org>
Fri, 11 Jul 2014 23:08:55 +0000 (23:08 +0000)
Change-Id: I05967ab737afa76e92f98292cd95dd20c607678f

maintenance/resources/update-oojs-ui.sh

index ca9572f..e1ccb46 100755 (executable)
@@ -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)