From dbec99887359e63783812b72993bc5b3abd3bf86 Mon Sep 17 00:00:00 2001 From: Mike Jerris Date: Tue, 1 Oct 2019 09:57:25 -0600 Subject: [PATCH] [build/docs] point all old stash references in docs and makefiles to new github repository --- Makefile.am | 2 +- build/Makefile.centos5 | 2 +- build/Makefile.centos6 | 2 +- build/Makefile.openbsd | 2 +- build/Makefile.solaris11 | 2 +- debian/README.source | 2 +- debian/bootstrap.sh | 4 ++-- docker/base_image/README.md | 4 ++-- docs/SubmittingPatches | 12 ++++++------ html5/verto/verto_communicator/package.json | 2 +- scripts/FreeSWITCH-debian-raspbian-installer.sh | 4 ++-- scripts/debian_min_build.sh | 2 +- 12 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2d144ce233..f832dd52aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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; \ diff --git a/build/Makefile.centos5 b/build/Makefile.centos5 index cddd8f29ee..92dc5467a8 100644 --- a/build/Makefile.centos5 +++ b/build/Makefile.centos5 @@ -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 diff --git a/build/Makefile.centos6 b/build/Makefile.centos6 index 582c3192da..327c2e6454 100644 --- a/build/Makefile.centos6 +++ b/build/Makefile.centos6 @@ -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 diff --git a/build/Makefile.openbsd b/build/Makefile.openbsd index c916ae0334..f23dff4075 100644 --- a/build/Makefile.openbsd +++ b/build/Makefile.openbsd @@ -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 diff --git a/build/Makefile.solaris11 b/build/Makefile.solaris11 index 749773ffc3..dd35215961 100644 --- a/build/Makefile.solaris11 +++ b/build/Makefile.solaris11 @@ -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 diff --git a/debian/README.source b/debian/README.source index 945f15125f..f1d4cff376 100644 --- a/debian/README.source +++ b/debian/README.source @@ -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 diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 325265e39d..9ca918bc03 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -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 } diff --git a/docker/base_image/README.md b/docker/base_image/README.md index 222fab6c39..75e6e02dae 100644 --- a/docker/base_image/README.md +++ b/docker/base_image/README.md @@ -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 @@ -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) diff --git a/docs/SubmittingPatches b/docs/SubmittingPatches index 2f0601926e..e98372f7e6 100644 --- a/docs/SubmittingPatches +++ b/docs/SubmittingPatches @@ -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 @@ -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 diff --git a/html5/verto/verto_communicator/package.json b/html5/verto/verto_communicator/package.json index 28b4d9536a..902c5f0d6d 100644 --- a/html5/verto/verto_communicator/package.json +++ b/html5/verto/verto_communicator/package.json @@ -35,6 +35,6 @@ }, "repository": { "type": "git", - "url": "https://freeswitch.org/stash/scm/fs/freeswitch.git" + "url": "https://github.com/signalwire/freeswitch.git" } } diff --git a/scripts/FreeSWITCH-debian-raspbian-installer.sh b/scripts/FreeSWITCH-debian-raspbian-installer.sh index d91a1d8129..e40983783b 100755 --- a/scripts/FreeSWITCH-debian-raspbian-installer.sh +++ b/scripts/FreeSWITCH-debian-raspbian-installer.sh @@ -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://silik0n@freeswitch.org/stash/scm/fs/freeswitch.git" + REPO="-b v1.6 https://github.com/signalwire/freeswitch.git" fi apt-get update 2>&1 >/dev/null } diff --git a/scripts/debian_min_build.sh b/scripts/debian_min_build.sh index f900c3a9a6..953f3840ad 100755 --- a/scripts/debian_min_build.sh +++ b/scripts/debian_min_build.sh @@ -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