smalltalk
/
osmo-st-all
Archived
1
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-st-all/remote-init.sh

25 lines
1.0 KiB
Bash
Executable File

#!/bin/sh
init()
{
echo $1
git remote add -f rem-$1 $2
}
init osmo-st-core git://git.osmocom.org/smalltalk/osmo-st-core
init osmo-st-logging git://git.osmocom.org/smalltalk/osmo-st-logging
init osmo-st-network git://git.osmocom.org/smalltalk/osmo-st-network
init osmo-st-mgcp git://git.osmocom.org/smalltalk/osmo-st-mgcp
init osmo-st-asn1 git://git.osmocom.org/smalltalk/osmo-st-asn1
init osmo-st-gsm git://git.osmocom.org/smalltalk/osmo-st-gsm
init osmo-st-msc git://git.osmocom.org/smalltalk/osmo-st-msc
init osmo-st-sip git://git.osmocom.org/smalltalk/osmo-st-sip
init osmo-st-testphone git://git.osmocom.org/smalltalk/osmo-st-testphone
init petitparser git://gitorious.org/gnu-smalltalk-ports/petitparser
init petitparser-tests git://gitorious.org/gnu-smalltalk-ports/petitparser-tests.git
init soapopera git://gitorious.org/gnu-smalltalk-ports/soapopera.git
init osmo-st-openbsc-test git://git.osmocom.org/smalltalk/osmo-st-openbsc-test
init iliad-stable git://github.com/NicolasPetton/iliad-stable.git
init grease git://github.com/NicolasPetton/Grease.git