diff --git a/scripts/ci/sounds-en-us-callie.sh b/scripts/ci/sounds-en-us-callie.sh index 9b6e898fa4..44ded75091 100755 --- a/scripts/ci/sounds-en-us-callie.sh +++ b/scripts/ci/sounds-en-us-callie.sh @@ -19,11 +19,12 @@ if [ ! -d "$basedir/../freeswitch-sounds" ]; then git clone https://stash.freeswitch.org/scm/fs/freeswitch-sounds.git else cd $basedir/../freeswitch-sounds + git clean -fdx git pull fi cd $basedir/../freeswitch-sounds/sounds/trunk -# perl dist.pl +./dist.pl en/us/callie mv freeswitch-sounds-en-us-callie-*.tar.gz $basedir/rpmbuild/SOURCES diff --git a/scripts/ci/sounds-music.sh b/scripts/ci/sounds-music.sh index 1550182aeb..4fb3e88915 100755 --- a/scripts/ci/sounds-music.sh +++ b/scripts/ci/sounds-music.sh @@ -23,7 +23,7 @@ else fi cd $basedir/../freeswitch-sounds/sounds/trunk - +./dist.pl music mv freeswitch-sounds-music-*.tar.gz $basedir/rpmbuild/SOURCES cd $basedir