Skip to content

Commit

Permalink
Merge pull request bigbluebutton#21635 from bigbluebutton/antobinary-…
Browse files Browse the repository at this point in the history
…patch-3

[2.7]ci: update link to download FS sounds.tar.gz
  • Loading branch information
gustavotrott authored Nov 7, 2024
2 parents f279652 + 6dd3221 commit 13f3680
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- package: bbb-freeswitch
build-list: bbb-freeswitch-core bbb-freeswitch-sounds
cache-files-list: freeswitch.placeholder.sh
cache-urls-list: http://bigbluebutton.org/downloads/sounds.tar.gz
cache-urls-list: https://ubuntu.bigbluebutton.org/sounds.tar.gz
- package: bbb-webrtc
build-list: bbb-webrtc-sfu bbb-webrtc-recorder
cache-files-list: bbb-webrtc-sfu.placeholder.sh bbb-webrtc-recorder.placeholder.sh
Expand Down
4 changes: 2 additions & 2 deletions build/packages-template/bbb-freeswitch-core/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ldconfig
# libwebsockets start
# mod_audio_fork needs it (used in built-in speech transcription)
if [ ! -d libwebsockets ]; then
git clone https://github.com/warmcat/libwebsockets.git
git clone https://github.com/bigbluebutton/libwebsockets.git
fi
cd libwebsockets/
git checkout v3.2.3
Expand All @@ -95,7 +95,7 @@ ldconfig
# mod_audio_fork start
# copy mod_audio_fork into place (used in built-in speech transcription)
if [ ! -d drachtio-freeswitch-modules ]; then
git clone https://github.com/drachtio/drachtio-freeswitch-modules.git
git clone https://github.com/bigbluebutton/drachtio-freeswitch-modules.git
fi

cd drachtio-freeswitch-modules
Expand Down
2 changes: 1 addition & 1 deletion build/packages-template/bbb-freeswitch-sounds/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CONFDIR=$DESTDIR/opt/freeswitch/etc/freeswitch
mkdir -p $DESTDIR/opt/freeswitch/share/freeswitch

if [ ! -f sounds.tar.gz ] ; then
wget http://bigbluebutton.org/downloads/sounds.tar.gz -O sounds.tar.gz
wget https://ubuntu.bigbluebutton.org/sounds.tar.gz -O sounds.tar.gz
fi
tar xvfz sounds.tar.gz -C $DESTDIR/opt/freeswitch/share/freeswitch

Expand Down

0 comments on commit 13f3680

Please sign in to comment.