summaryrefslogtreecommitdiff
path: root/update-common
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-04-14 17:17:50 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-04-14 17:17:50 +0100
commit27365926b86b772958bedc78e446545d0ea1f2e8 (patch)
treef45d9e60f5d32d4671d8da87e4be144a12768d89 /update-common
parent032846aaebb0aca75920fb40b6ffe72d957b511b (diff)
downloadgstreamer-common-27365926b86b772958bedc78e446545d0ea1f2e8.tar.gz
update-common: generate autogen.sh from template for selected modules
Diffstat (limited to 'update-common')
-rwxr-xr-xupdate-common13
1 files changed, 13 insertions, 0 deletions
diff --git a/update-common b/update-common
index 8deff28..d6c7fd5 100755
--- a/update-common
+++ b/update-common
@@ -72,6 +72,19 @@ do
echo updating common from $ref_from to $ref_to
if [ "$ref_from" != "$ref_to" ] ; then
cd $dir/$module
+ # update autogen.sh for selected modules
+ case $module in
+ gstreamer)
+ gst-plugins-base)
+ gst-plugins-good)
+ gst-plugins-ugly)
+ gst-plugins-bad)
+ ./common/update-autogen
+ git add autogen.sh
+ ;;
+ *)
+ ;;
+ esac
git add common
git commit -m "Automatic update of common submodule