Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12741040
setup.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
341 B
Referenced Files
None
Subscribers
None
setup.sh
View Options
#!/bin/sh
REPOSITORIES_HOST
=
"
${
REPOSITORIES_HOST
:-
ssh
://vcs@devcentral.nasqueron.org:
5022
/source
}
"
###
### Remotes to manyrepo
###
REPOS
=
$(
find . -maxdepth
1
-type d
|
grep -v vendor
|
sed
's_./__'
|
grep -e
'^[a-z].*'
)
for
repo in
$REPOS
;
do
git remote
|
grep -qe
"^
$repo
$
"
||
git remote add
"
$repo
"
"
$REPOSITORIES_HOST
/
$repo
"
done
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Sun, Nov 16, 13:15 (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3140602
Default Alt Text
setup.sh (341 B)
Attached To
Mode
rKERUALD Keruald libraries development repository
Attached
Detach File
Event Timeline
Log In to Comment