File tree 12 files changed +20
-20
lines changed
html5/verto/verto_communicator
12 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -684,7 +684,7 @@ is-scm:
684
684
echo ; echo ; \
685
685
echo " *****************************************************************************************************" ; \
686
686
echo " You cannot update a release tarball without a git tree. Please clone FreeSWITCH as so: " ; \
687
- echo " git clone https://freeswitch.org/stash/scm/fs/ freeswitch.git " ; \
687
+ echo " git clone https://github.com/signalwire/ freeswitch.git " ; \
688
688
echo " *****************************************************************************************************" ; \
689
689
echo ; echo ; \
690
690
exit 1; \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ freeswitch.git/configure: freeswitch.git/bootstrap.sh
29
29
cd freeswitch.git && sh bootstrap.sh
30
30
31
31
freeswitch.git/bootstrap.sh: has-git
32
- test -d freeswitch.git || git clone https://freeswitch.org/stash/scm/fs /freeswitch.git freeswitch.git
32
+ test -d freeswitch.git || git clone https://github.com/signalwire /freeswitch.git freeswitch.git
33
33
34
34
install: freeswitch
35
35
cd freeswitch.git && make install cd-sounds-install cd-moh-install
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ freeswitch.git/configure: freeswitch.git/bootstrap.sh
19
19
cd freeswitch.git && sh bootstrap.sh
20
20
21
21
freeswitch.git/bootstrap.sh: has-git
22
- test -d freeswitch.git || git clone https://freeswitch.org/stash/scm/fs /freeswitch.git freeswitch.git
22
+ test -d freeswitch.git || git clone https://github.com/signalwire /freeswitch.git freeswitch.git
23
23
24
24
rpmforge:
25
25
(which rpm && rpm -i http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm) || true
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ freeswitch.git/configure: freeswitch.git/bootstrap.sh
24
24
cd freeswitch.git && AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.14 LIBTOOL=/usr/local/bin/libtoolize sh bootstrap.sh
25
25
26
26
freeswitch.git/bootstrap.sh: has-git
27
- test -d freeswitch.git || git clone https://freeswitch.org/stash/scm/fs /freeswitch.git freeswitch.git
27
+ test -d freeswitch.git || git clone https://github.com/signalwire /freeswitch.git freeswitch.git
28
28
29
29
install:
30
30
cd freeswitch.git && AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.14 LIBTOOL=/usr/local/bin/libtoolize gmake install cd-sounds-install cd-moh-install
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ freeswitch.git/configure: freeswitch.git/bootstrap.sh
31
31
cd freeswitch.git && sh bootstrap.sh
32
32
33
33
freeswitch.git/bootstrap.sh: has-git
34
- test -d freeswitch.git || git clone https://freeswitch.org/stash/scm/fs /freeswitch.git freeswitch.git
34
+ test -d freeswitch.git || git clone https://github.com/signalwire /freeswitch.git freeswitch.git
35
35
36
36
install: freeswitch
37
37
cd freeswitch.git && gmake install cd-sounds-install cd-moh-install
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ of a FreeSWITCH git repository. You can achieve this with:
18
18
19
19
aptitude update && aptitude install -y git
20
20
mkdir -p /usr/src/freeswitch
21
- git clone https://freeswitch.org/stash/scm/fs /freeswitch.git /usr/src/freeswitch/src
21
+ git clone https://github.com/signalwire /freeswitch.git /usr/src/freeswitch/src
22
22
cd /usr/src/freeswitch/src
23
23
24
24
Ensuring you have a clean build directory
Original file line number Diff line number Diff line change @@ -338,8 +338,8 @@ Build-Depends:
338
338
$( debian_wrap " ${mod_build_depends} " )
339
339
Standards-Version: 3.9.3
340
340
Homepage: https://freeswitch.org/
341
- Vcs-Git: https://freeswitch.org/stash/scm/fs /freeswitch.git
342
- Vcs-Browser: https://freeswitch.org/stash/projects/FS/repos/ freeswitch/browse
341
+ Vcs-Git: https://github.com/signalwire /freeswitch.git
342
+ Vcs-Browser: https://github.com/signalwire/ freeswitch
343
343
344
344
EOF
345
345
}
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ apt-get install freeswitch-conf-vanilla
85
85
```
86
86
2 ) clone freeswitch repo
87
87
``` sh
88
- git clone https://freeswitch.org/stash/projects/FS/repos/ freeswitch/browse
88
+ git clone https://github.com/signalwire/ freeswitch.git
89
89
```
90
90
3 ) execute ``` make_min_archive.sh ``` script
91
91
``` sh
@@ -100,4 +100,4 @@ docker build -t freeswitch_custom .
100
100
Read more
101
101
---------
102
102
103
- [ Dockerfile of official FreeSwitch container] ( https://freeswitch.org/stash/projects/FS/repos/ freeswitch/browse /docker/release )
103
+ [ Dockerfile of official FreeSwitch container] ( https://github.com/signalwire/ freeswitch/tree/master /docker/release )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ How to Contribute Patches to FreeSWITCH
4
4
Download the Source Code
5
5
------------------------
6
6
7
- git clone https://freeswitch.org/stash/scm/fs /freeswitch.git
7
+ git clone https://github.com/signalwire /freeswitch.git
8
8
cd freeswitch
9
9
10
10
Ensure Git is Setup
@@ -42,18 +42,18 @@ Create a Pull Request
42
42
43
43
# create an account in JIRA and create a new issue
44
44
45
- # navigate to FreeSWITCH Stash
46
- chromium https://freeswitch.org/stash
45
+ # navigate to FreeSWITCH github
46
+ chromium https://github.com/signalwire/freeswitch
47
47
48
- # Using the same credentials as Jira , login to Stash ; create a forked FS repository; read
48
+ # Using your github credentials, login to github ; create a forked FS repository; read
49
49
# the details here:
50
50
chromium https://freeswitch.org/confluence/display/FREESWITCH/Pull+Requests
51
51
52
52
# add your repository as a remote (change to your username)
53
- git remote add stash ssh:// git@freeswitch.org:7999/~johndoe /freeswitch.git
53
+ git remote add fs git@github.com:signalwire /freeswitch.git
54
54
55
55
# push your changes to a branch
56
- git push stash +HEAD:myfeature
56
+ git push fs +HEAD:myfeature
57
57
58
58
# create a pull request as described here:
59
59
chromium https://freeswitch.org/confluence/display/FREESWITCH/Pull+Requests
Original file line number Diff line number Diff line change 35
35
},
36
36
"repository" : {
37
37
"type" : " git" ,
38
- "url" : " https://freeswitch.org/stash/scm/fs /freeswitch.git"
38
+ "url" : " https://github.com/signalwire /freeswitch.git"
39
39
}
40
40
}
Original file line number Diff line number Diff line change @@ -133,10 +133,10 @@ config_fs_repos() {
133
133
curl https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub | apt-key add -
134
134
if [ " $FS_REV " = " master" ]; then
135
135
echo " deb http://files.freeswitch.org/repo/deb/debian-unstable/ jessie main" > /etc/apt/sources.list.d/freeswitch.list
136
- REPO=" https://freeswitch.org/stash/scm/fs /freeswitch.git"
136
+ REPO=" https://github.com/signalwire /freeswitch.git"
137
137
elif [ " $FS_REV " = " 1.6" ]; then
138
138
echo " deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > /etc/apt/sources.list.d/freeswitch.list
139
- REPO=
" -b v1.6 https://[email protected] /stash/scm/fs /freeswitch.git"
139
+ REPO=" -b v1.6 https://github.com/signalwire /freeswitch.git"
140
140
fi
141
141
apt-get update 2>&1 > /dev/null
142
142
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ apt-get update && apt-get install -y libtool libjpeg62-turbo-dev ntpdate libfree
12
12
13
13
cd /usr/src
14
14
15
- git clone https://freeswitch.org/stash/scm/fs /freeswitch.git freeswitch.git
15
+ git clone https://github.com/signalwire /freeswitch.git freeswitch.git
16
16
17
17
cd freeswitch.git
18
18
You can’t perform that action at this time.
0 commit comments