update release script
-we aren't using Liquidsoap git submodule anymore
This commit is contained in:
parent
f036c84a64
commit
545c7563db
|
@ -35,15 +35,10 @@ cd $target
|
||||||
|
|
||||||
echo "Checking out tag airtime-${suffix}"
|
echo "Checking out tag airtime-${suffix}"
|
||||||
git checkout airtime-${suffix}
|
git checkout airtime-${suffix}
|
||||||
git submodule init
|
|
||||||
git submodule update
|
|
||||||
|
|
||||||
cd python_apps/pypo/liquidsoap_bin/
|
|
||||||
git checkout master
|
|
||||||
git pull origin master
|
|
||||||
|
|
||||||
cd $target
|
cd $target
|
||||||
rm -rf .git .gitignore .gitmodules .zfproject.xml dev_tools/ audio_samples/ python_apps/pypo/liquidsoap_bin/.git
|
rm -rf .git .gitignore .gitmodules .zfproject.xml dev_tools/ audio_samples/
|
||||||
|
|
||||||
#echo "Minimizing Airtime Javascript files..."
|
#echo "Minimizing Airtime Javascript files..."
|
||||||
#cd $dir
|
#cd $dir
|
||||||
|
|
Loading…
Reference in New Issue