Skip to content

Commit

Permalink
fix deken scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Jul 18, 2018
1 parent b4977a3 commit 9cea838
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
56 changes: 28 additions & 28 deletions FaustDeken.bat
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
@echo off
title Deken manager for Faust~ for Pure Data
title Deken manager for faustgen~ for Pure Data
set release_version=%1

rmdir /S /Q faust~
rmdir /S /Q faustgen~
del /F /S /Q /A *.dek
del /F /S /Q /A *.dek.sha256
del /F /S /Q /A *.dek.txt

del /F /Q faust_tilde_darwin.zip
curl -L https://github.com/pierreguillot/faust-pd/releases/download/v%release_version%/faust_tilde-Darwin-amd64-32-sources.zip -o faust_tilde_darwin.zip
7z x faust_tilde_darwin.zip
deken package -v%release_version% faust~
rmdir /S /Q faust~
del /F /Q faust_tilde_darwin.zip
del /F /Q faustgen_tilde_darwin.zip
curl -L https://github.com/pierreguillot/faust-pd/releases/download/v%release_version%/faustgen_tilde-Darwin-amd64-32-sources.zip -o faustgen_tilde_darwin.zip
7z x faustgen_tilde_darwin.zip
deken package -v%release_version% faustgen~
rmdir /S /Q faustgen~
del /F /Q faustgen_tilde_darwin.zip

del /F /Q faust_tilde_linux.zip
curl -L https://github.com/pierreguillot/faust-pd/releases/download/v%release_version%/faust_tilde-Linux-amd64-32-sources.zip -o faust_tilde_linux.zip
7z x faust_tilde_linux.zip
deken package -v%release_version% faust~
rmdir /S /Q faust~
del /F /Q faust_tilde_linux.zip
del /F /Q faustgen_tilde_linux.zip
curl -L https://github.com/pierreguillot/faust-pd/releases/download/v%release_version%/faustgen_tilde-Linux-amd64-32-sources.zip -o faustgen_tilde_linux.zip
7z x faustgen_tilde_linux.zip
deken package -v%release_version% faustgen~
rmdir /S /Q faustgen~
del /F /Q faustgen_tilde_linux.zip

del /F /Q faust_tilde_windows.zip
curl -L https://github.com/pierreguillot/faust-pd/releases/download/v%release_version%/faust_tilde-Windows-amd64-32-sources.zip -o faust_tilde_windows.zip
7z x faust_tilde_windows.zip
deken package -v%release_version% faust~
rmdir /S /Q faust~
del /F /Q faust_tilde_windows.zip
del /F /Q faustgen_tilde_windows.zip
curl -L https://github.com/pierreguillot/faust-pd/releases/download/v%release_version%/faustgen_tilde-Windows-amd64-32-sources.zip -o faustgen_tilde_windows.zip
7z x faustgen_tilde_windows.zip
deken package -v%release_version% faustgen~
rmdir /S /Q faustgen~
del /F /Q faustgen_tilde_windows.zip

del /F /Q faust_tilde_archive.zip
curl -L https://github.com/pierreguillot/faust-pd/archive/v%release_version%.zip -o faust_tilde_archive.zip
7z x faust_tilde_archive.zip
rename faust-pd-%release_version% faust~
deken package -v%release_version% faust~
rmdir /S /Q faust~
del /F /Q faust_tilde_archive.zip
del /F /Q faustgen_tilde_archive.zip
curl -L https://github.com/pierreguillot/faust-pd/archive/v%release_version%.zip -o faustgen_tilde_archive.zip
7z x faustgen_tilde_archive.zip
rename faust-pd-%release_version% faustgen~
deken package -v%release_version% faustgen~
rmdir /S /Q faustgen~
del /F /Q faustgen_tilde_archive.zip

rem deken upload faust~[v%release_version%](Darwin-amd64-32)(Sources).dek faust~[v%release_version%](Linux-amd64-32)(Sources).dek faust~[v%release_version%](Windows-amd64-32)(Sources).dek faust~[v%release_version%](Sources).dek
rem deken upload faustgen~[v%release_version%](Darwin-amd64-32)(Sources).dek faustgen~[v%release_version%](Linux-amd64-32)(Sources).dek faustgen~[v%release_version%](Windows-amd64-32)(Sources).dek faustgen~[v%release_version%](Sources).dek
pause
56 changes: 28 additions & 28 deletions FaustDeken.sh
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
#!/bin/bash

echo -e "title Deken manager for Faust~ for Pure Data"
echo -e "title Deken manager for faustgen~ for Pure Data"

rm -rf faust~
rm -rf faustgen~
rm -f *.dek
rm -f *.dek.sha256
rm -f *.dek.txt

rm -f faust_tilde_darwin.zip
curl -L "https://github.com/pierreguillot/faust-pd/releases/download/v$1/faust_tilde-Darwin-amd64-32-sources.zip" -o faust_tilde_darwin.zip
tar zxvf faust_tilde_darwin.zip
deken package -v$1 faust~
rm -rf faust~
rm -f faust_tilde_darwin.zip
rm -f faustgen_tilde_darwin.zip
curl -L "https://github.com/pierreguillot/faust-pd/releases/download/v$1/faustgen_tilde-Darwin-amd64-32-sources.zip" -o faustgen_tilde_darwin.zip
tar zxvf faustgen_tilde_darwin.zip
deken package -v$1 faustgen~
rm -rf faustgen~
rm -f faustgen_tilde_darwin.zip

rm -f faust_tilde_linux.zip
curl -L "https://github.com/pierreguillot/faust-pd/releases/download/v$1/faust_tilde-Linux-amd64-32-sources.zip" -o faust_tilde_linux.zip
tar zxvf faust_tilde_linux.zip
deken package -v$1 faust~
rm -rf faust~
rm -f faust_tilde_linux.zip
rm -f faustgen_tilde_linux.zip
curl -L "https://github.com/pierreguillot/faust-pd/releases/download/v$1/faustgen_tilde-Linux-amd64-32-sources.zip" -o faustgen_tilde_linux.zip
tar zxvf faustgen_tilde_linux.zip
deken package -v$1 faustgen~
rm -rf faustgen~
rm -f faustgen_tilde_linux.zip

rm -f faust_tilde_windows.zip
curl -L "https://github.com/pierreguillot/faust-pd/releases/download/v$1/faust_tilde-Windows-amd64-32-sources.zip" -o faust_tilde_windows.zip
tar zxvf faust_tilde_windows.zip
deken package -v$1 faust~
rm -rf faust~
rm -f faust_tilde_windows.zip
rm -f faustgen_tilde_windows.zip
curl -L "https://github.com/pierreguillot/faust-pd/releases/download/v$1/faustgen_tilde-Windows-amd64-32-sources.zip" -o faustgen_tilde_windows.zip
tar zxvf faustgen_tilde_windows.zip
deken package -v$1 faustgen~
rm -rf faustgen~
rm -f faustgen_tilde_windows.zip

rm -f faust_tilde_archive.zip
curl -L "https://github.com/pierreguillot/faust-pd/archive/v$1.zip" -o faust_tilde_archive.zip
tar zxvf faust_tilde_archive.zip
mv faust-pd-$1 faust~
deken package -v$1 faust~
rm -rf faust~
rm -f faust_tilde_archive.zip
rm -f faustgen_tilde_archive.zip
curl -L "https://github.com/pierreguillot/faust-pd/archive/v$1.zip" -o faustgen_tilde_archive.zip
tar zxvf faustgen_tilde_archive.zip
mv faust-pd-$1 faustgen~
deken package -v$1 faustgen~
rm -rf faustgen~
rm -f faustgen_tilde_archive.zip

# deken upload faust~[v%release_version%](Darwin-amd64-32)(Sources).dek faust~[v%release_version%](Linux-amd64-32)(Sources).dek faust~[v%release_version%](Windows-amd64-32)(Sources).dek faust~[v%release_version%](Sources).dek
# deken upload faustgen~[v%release_version%](Darwin-amd64-32)(Sources).dek faustgen~[v%release_version%](Linux-amd64-32)(Sources).dek faustgen~[v%release_version%](Windows-amd64-32)(Sources).dek faustgen~[v%release_version%](Sources).dek

0 comments on commit 9cea838

Please sign in to comment.