]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[build/docs] point all old stash references in docs and makefiles to new github repos... 28/head
authorMike Jerris <mike@signalwire.com>
Tue, 1 Oct 2019 15:57:25 +0000 (09:57 -0600)
committerMike Jerris <mike@signalwire.com>
Tue, 1 Oct 2019 16:02:20 +0000 (10:02 -0600)
12 files changed:
Makefile.am
build/Makefile.centos5
build/Makefile.centos6
build/Makefile.openbsd
build/Makefile.solaris11
debian/README.source
debian/bootstrap.sh
docker/base_image/README.md
docs/SubmittingPatches
html5/verto/verto_communicator/package.json
scripts/FreeSWITCH-debian-raspbian-installer.sh
scripts/debian_min_build.sh

index 2d144ce23360e7eb71b0bf9f3beedd49f400eb92..f832dd52aa3e7981c43777fc2c3a35b82eb8014d 100644 (file)
@@ -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; \
index cddd8f29ee15d0eb5607ee64edd53dced0292c4f..92dc5467a806358edb5d797d3f94d8d1324263fb 100644 (file)
@@ -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
index 582c3192dae5d8cd7994aa79a2823cbc66e11824..327c2e6454c452a61ded70e0442fd1f2c3b34eb5 100644 (file)
@@ -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
index c916ae0334ad863abe676f82f0c75a42192563b8..f23dff40753138d45ec8ce9e94ccefe177f017df 100644 (file)
@@ -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
index 749773ffc3992e752b351e3a0b26001bf4e7972d..dd35215961bfaa3ed0ed76974d0cf03121f7f219 100644 (file)
@@ -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
index 945f15125f53f6ffa4bf632208cb1630128878d9..f1d4cff3769ec2953a100190d413ee88007ee809 100644 (file)
@@ -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
index 325265e39d3498100fcc21dd3a5870bf24292f7d..9ca918bc036036c0d766d810734c57183f89a699 100755 (executable)
@@ -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
 }
index 222fab6c392d57deb2694c1dc341122748670d20..75e6e02dae417e359fe4b765dd1908d69f751131 100644 (file)
@@ -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)
index 2f0601926e23c1045f708f6268a418b60e62aae1..e98372f7e6d5ce1ec9b376735bd8465cfed07c2f 100644 (file)
@@ -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
index 28b4d9536a06bb1ba3c5871480028684384067aa..902c5f0d6d23f1305119f2b66daf6ab2185c864f 100644 (file)
@@ -35,6 +35,6 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://freeswitch.org/stash/scm/fs/freeswitch.git"
+    "url": "https://github.com/signalwire/freeswitch.git"
   }
 }
index d91a1d81294d5032ae5e27885672f62b64e0616e..e40983783be159a00d2d1fe3ec94df68dd96c4be 100755 (executable)
@@ -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
 }
index f900c3a9a6bfd7791a5b7ba13da6eb428fa84c83..953f3840ad59d5699d4d748d2d875321312c3624 100755 (executable)
@@ -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