Jforrester has uploaded a new change for review. https://gerrit.wikimedia.org/r/177901
Change subject: maintainance: Don't copy the Apex styles when importing OOjs UI ...................................................................... maintainance: Don't copy the Apex styles when importing OOjs UI Change-Id: I60450f5ce3d8e5b1136f9ffa3557aaf3687ca814 --- M maintenance/resources/update-oojs-ui.sh 1 file changed, 4 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/01/177901/1 diff --git a/maintenance/resources/update-oojs-ui.sh b/maintenance/resources/update-oojs-ui.sh index 651f211..8f21d12 100755 --- a/maintenance/resources/update-oojs-ui.sh +++ b/maintenance/resources/update-oojs-ui.sh @@ -71,8 +71,10 @@ NEWCHANGESDISPLAY=$(git log $OLDHASH.. --oneline --no-merges --reverse --color=always) # Copy files -# - Exclude the minimised distribution files and RTL sheets for non-CSSJanus environments -rsync --recursive --delete --force --exclude 'oojs-ui*.min.*' --exclude 'oojs-ui*.rtl.css' ./dist/ "$TARGET_REPO/$TARGET_DIR" || exit 1 +# - Exclude the minimised distribution files, Apex theme, and RTL sheets for non-CSSJanus environments +rsync --recursive --delete --force \ + --exclude 'oojs-ui*.min.*' --exclude '*apex*' --exclude 'oojs-ui*.rtl.css' \ + ./dist/ "$TARGET_REPO/$TARGET_DIR" || exit 1 # Read the new version NEWVERSION=$(oojsuiversion) -- To view, visit https://gerrit.wikimedia.org/r/177901 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I60450f5ce3d8e5b1136f9ffa3557aaf3687ca814 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Jforrester <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
