Jforrester has uploaded a new change for review.
https://gerrit.wikimedia.org/r/233755
Change subject: bin/listRecentCommits.sh: Don't try to loop over OOUI commits
......................................................................
bin/listRecentCommits.sh: Don't try to loop over OOUI commits
Change-Id: Id886445c3277119ec960079ba33109f1bceaf23d
---
M bin/listRecentCommits.sh
1 file changed, 0 insertions(+), 21 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor
refs/changes/55/233755/1
diff --git a/bin/listRecentCommits.sh b/bin/listRecentCommits.sh
index 3f28b63..9417311 100755
--- a/bin/listRecentCommits.sh
+++ b/bin/listRecentCommits.sh
@@ -38,7 +38,6 @@
then
CHANGEHASH=`cut -f1 -d' ' <<< $CHANGE`
- # Sub-iterate over lines matching "Update OOjs" (which covers
OOjs and OOjs UI)
SUBCHANGES=`git log --format=%B -n1 $CHANGEHASH -- |
sed -n -e '/New changes/,/^$/p' |
tail -n +2 |
@@ -47,26 +46,6 @@
while read -r SUBCHANGE
do
printf "\t$SUBCHANGE\n"
-
- if [[ $SUBCHANGE == *"Update OOjs"* ]]
- then
- cd lib/ve
-
- SUBCHANGEHASH=`cut -f1 -d' ' <<< $SUBCHANGE`
-
- SUBSUBCHANGES=`git log --format=%B -n1
$SUBCHANGEHASH -- |
- sed -n -e '/New changes/,/^$/p' |
- tail -n +2 |
- sed -e '$ d' |
- grep --color=never -v 'translatewiki'`
-
- while read -r SUBSUBCHANGE
- do
- printf "\t\t$SUBSUBCHANGE\n"
- done <<< "$SUBSUBCHANGES"
-
- cd ../..
- fi
done <<< "$SUBCHANGES"
# Extra new-line between sub-module pulls for clarity
--
To view, visit https://gerrit.wikimedia.org/r/233755
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id886445c3277119ec960079ba33109f1bceaf23d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits