Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
common
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
common
Commits
59cb6781
Commit
59cb6781
authored
Dec 05, 2018
by
Thibault Saunier
🌵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update-common: Update to use gitlab repositories
parent
cd1dee06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
update-common
update-common
+4
-10
No files found.
update-common
View file @
59cb6781
...
...
@@ -21,7 +21,7 @@
# network usage.
BRANCH
=
master
reference
=
~/gst
PUSHURL
=
ssh://git.freedesktop.org/git/
gstreamer
PUSHURL
=
git@gitlab.freedesktop.org:
gstreamer
DRY_RUN
=
KEEP
=
no
COMMON_COMMIT
=
...
...
@@ -78,17 +78,11 @@ for module in $modules
do
cd
$dir
if
test
-e
$reference
/
$module
/.git
;
then
pushd
$reference
/
$module
PUSHURL
=
`
git config remote.origin.url |
sed
's@\(git/gstreamer\).*@\1@'
`
popd
git clone
--reference
$reference
/
$module
/.git
--shared
ssh://git.freedesktop.org/git/gstreamer/
$module
git clone
--reference
$reference
/
$module
/.git
--shared
git@gitlab.freedesktop.org:gstreamer/
$module
.git
elif
test
-e
$topdir
/
$module
/.git
;
then
pushd
$topdir
/
$module
PUSHURL
=
`
git config remote.origin.url |
sed
's@\(git/gstreamer\).*@\1@'
`
popd
git clone
--reference
$topdir
/
$module
/.git
--shared
$PUSHURL
/
$module
git clone
--reference
$topdir
/
$module
/.git
--shared
$PUSHURL
/
$module
.git
else
git clone
$PUSHURL
/
$module
git clone
$PUSHURL
/
$module
.git
fi
cd
$dir
/
$module
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment