X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=update-common;h=30cf4ad24e089756b603cf9617ce29045e67bbf9;hb=7708b456eb9fab5ececc5f6eb3e47973392e4451;hp=d48e9f455798bd34bede9e093fe4c37fe9f5f580;hpb=c0faf64dff582a587075256d6da9ddea3edaa7b6;p=platform%2Fupstream%2Fgst-common.git diff --git a/update-common b/update-common index d48e9f4..30cf4ad 100755 --- a/update-common +++ b/update-common @@ -81,6 +81,15 @@ do *) ;; esac + # update README and MAINTAINERS for selected modules + case $module in + gstreamer|gst-plugins-base|gst-plugins-good|gst-plugins-ugly|gst-plugins-bad ) + ./common/update-readmes --run-git-add + ;; + *) + ;; + esac + # and finally update the common submodule git add common git commit -m "Automatic update of common submodule