diff options
-rwxr-xr-x | update-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-common b/update-common index 49efd37..5f77f9d 100755 --- a/update-common +++ b/update-common @@ -19,7 +19,7 @@ # Set this variable to point to any directory containing existing # git # checkouts, and git will pull objects from there, decreasing # network usage. -BRANCH=master +BRANCH=1.16 reference=~/gst PUSHURL=git@gitlab.freedesktop.org:gstreamer DRY_RUN= |