Skip to content

Commit

Permalink
[build/docs] point all old stash references in docs and makefiles to …
Browse files Browse the repository at this point in the history
…new github repository
  • Loading branch information
Mike Jerris committed Oct 1, 2019
1 parent 3407517 commit dbec998
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ is-scm:
echo ; echo ; \
echo "*****************************************************************************************************" ; \
echo "You cannot update a release tarball without a git tree. Please clone FreeSWITCH as so: " ; \
echo " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git " ; \
echo " git clone https://github.com/signalwire/freeswitch.git " ; \
echo "*****************************************************************************************************" ; \
echo ; echo ; \
exit 1; \
Expand Down
2 changes: 1 addition & 1 deletion build/Makefile.centos5
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ freeswitch.git/configure: freeswitch.git/bootstrap.sh
cd freeswitch.git && sh bootstrap.sh

freeswitch.git/bootstrap.sh: has-git
test -d freeswitch.git || git clone https://freeswitch.org/stash/scm/fs/freeswitch.git freeswitch.git
test -d freeswitch.git || git clone https://github.com/signalwire/freeswitch.git freeswitch.git

install: freeswitch
cd freeswitch.git && make install cd-sounds-install cd-moh-install
Expand Down
2 changes: 1 addition & 1 deletion build/Makefile.centos6
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ freeswitch.git/configure: freeswitch.git/bootstrap.sh
cd freeswitch.git && sh bootstrap.sh

freeswitch.git/bootstrap.sh: has-git
test -d freeswitch.git || git clone https://freeswitch.org/stash/scm/fs/freeswitch.git freeswitch.git
test -d freeswitch.git || git clone https://github.com/signalwire/freeswitch.git freeswitch.git

rpmforge:
(which rpm && rpm -i http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm) || true
Expand Down
2 changes: 1 addition & 1 deletion build/Makefile.openbsd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ freeswitch.git/configure: freeswitch.git/bootstrap.sh
cd freeswitch.git && AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.14 LIBTOOL=/usr/local/bin/libtoolize sh bootstrap.sh

freeswitch.git/bootstrap.sh: has-git
test -d freeswitch.git || git clone https://freeswitch.org/stash/scm/fs/freeswitch.git freeswitch.git
test -d freeswitch.git || git clone https://github.com/signalwire/freeswitch.git freeswitch.git

install:
cd freeswitch.git && AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.14 LIBTOOL=/usr/local/bin/libtoolize gmake install cd-sounds-install cd-moh-install
Expand Down
2 changes: 1 addition & 1 deletion build/Makefile.solaris11
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ freeswitch.git/configure: freeswitch.git/bootstrap.sh
cd freeswitch.git && sh bootstrap.sh

freeswitch.git/bootstrap.sh: has-git
test -d freeswitch.git || git clone https://freeswitch.org/stash/scm/fs/freeswitch.git freeswitch.git
test -d freeswitch.git || git clone https://github.com/signalwire/freeswitch.git freeswitch.git

install: freeswitch
cd freeswitch.git && gmake install cd-sounds-install cd-moh-install
Expand Down
2 changes: 1 addition & 1 deletion debian/README.source
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ of a FreeSWITCH git repository. You can achieve this with:

aptitude update && aptitude install -y git
mkdir -p /usr/src/freeswitch
git clone https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch/src
git clone https://github.com/signalwire/freeswitch.git /usr/src/freeswitch/src
cd /usr/src/freeswitch/src

Ensuring you have a clean build directory
Expand Down
4 changes: 2 additions & 2 deletions debian/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ Build-Depends:
$(debian_wrap "${mod_build_depends}")
Standards-Version: 3.9.3
Homepage: https://freeswitch.org/
Vcs-Git: https://freeswitch.org/stash/scm/fs/freeswitch.git
Vcs-Browser: https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse
Vcs-Git: https://github.com/signalwire/freeswitch.git
Vcs-Browser: https://github.com/signalwire/freeswitch
EOF
}
Expand Down
4 changes: 2 additions & 2 deletions docker/base_image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ apt-get install freeswitch-conf-vanilla
```
2) clone freeswitch repo
```sh
git clone https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse
git clone https://github.com/signalwire/freeswitch.git
```
3) execute ```make_min_archive.sh``` script
```sh
Expand All @@ -100,4 +100,4 @@ docker build -t freeswitch_custom .
Read more
---------

[Dockerfile of official FreeSwitch container](https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/docker/release)
[Dockerfile of official FreeSwitch container](https://github.com/signalwire/freeswitch/tree/master/docker/release)
12 changes: 6 additions & 6 deletions docs/SubmittingPatches
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ How to Contribute Patches to FreeSWITCH
Download the Source Code
------------------------

git clone https://freeswitch.org/stash/scm/fs/freeswitch.git
git clone https://github.com/signalwire/freeswitch.git
cd freeswitch

Ensure Git is Setup
Expand Down Expand Up @@ -42,18 +42,18 @@ Create a Pull Request

# create an account in JIRA and create a new issue

# navigate to FreeSWITCH Stash
chromium https://freeswitch.org/stash
# navigate to FreeSWITCH github
chromium https://github.com/signalwire/freeswitch

# Using the same credentials as Jira, login to Stash; create a forked FS repository; read
# Using your github credentials, login to github; create a forked FS repository; read
# the details here:
chromium https://freeswitch.org/confluence/display/FREESWITCH/Pull+Requests

# add your repository as a remote (change to your username)
git remote add stash ssh://git@freeswitch.org:7999/~johndoe/freeswitch.git
git remote add fs git@github.com:signalwire/freeswitch.git

# push your changes to a branch
git push stash +HEAD:myfeature
git push fs +HEAD:myfeature

# create a pull request as described here:
chromium https://freeswitch.org/confluence/display/FREESWITCH/Pull+Requests
Expand Down
2 changes: 1 addition & 1 deletion html5/verto/verto_communicator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"repository": {
"type": "git",
"url": "https://freeswitch.org/stash/scm/fs/freeswitch.git"
"url": "https://github.com/signalwire/freeswitch.git"
}
}
4 changes: 2 additions & 2 deletions scripts/FreeSWITCH-debian-raspbian-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ config_fs_repos() {
curl https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub | apt-key add -
if [ "$FS_REV" = "master" ]; then
echo "deb http://files.freeswitch.org/repo/deb/debian-unstable/ jessie main" >/etc/apt/sources.list.d/freeswitch.list
REPO="https://freeswitch.org/stash/scm/fs/freeswitch.git"
REPO="https://github.com/signalwire/freeswitch.git"
elif [ "$FS_REV" = "1.6" ]; then
echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > /etc/apt/sources.list.d/freeswitch.list
REPO="-b v1.6 https://[email protected]/stash/scm/fs/freeswitch.git"
REPO="-b v1.6 https://github.com/signalwire/freeswitch.git"
fi
apt-get update 2>&1 >/dev/null
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/debian_min_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apt-get update && apt-get install -y libtool libjpeg62-turbo-dev ntpdate libfree

cd /usr/src

git clone https://freeswitch.org/stash/scm/fs/freeswitch.git freeswitch.git
git clone https://github.com/signalwire/freeswitch.git freeswitch.git

cd freeswitch.git

Expand Down

0 comments on commit dbec998

Please sign in to comment.