scripts: add some more modules to git-update.sh

https://bugzilla.gnome.org/show_bug.cgi?id=697058
This commit is contained in:
Tim-Philipp Müller 2013-04-02 23:18:42 +01:00
parent d52331cfd8
commit c1291e3b98

View file

@ -12,7 +12,10 @@ CORE="\
gstreamer gst-plugins-base" gstreamer gst-plugins-base"
MODULES="\ MODULES="\
gst-plugins-good gst-plugins-ugly gst-plugins-bad \ gst-plugins-good gst-plugins-ugly gst-plugins-bad \
gst-ffmpeg \ gst-libav"
EXTRA_MODULES="\
gst-editing-services \
gst-rtsp-server \
gst-python \ gst-python \
gnonlin" gnonlin"
@ -28,7 +31,7 @@ ERROR_LOG="$tmp/failures.log"
touch $ERROR_LOG touch $ERROR_LOG
ERROR_RETURN=255 ERROR_RETURN=255
for m in $CORE $MODULES; do for m in $CORE $MODULES $EXTRA_MODULES; do
if test -d $m; then if test -d $m; then
echo "+ updating $m" echo "+ updating $m"
cd $m cd $m