]> git.parisson.com Git - telemeta.git/commit
Move scripts/ to bin/
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sun, 29 Jul 2018 19:41:55 +0000 (21:41 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sun, 29 Jul 2018 19:41:55 +0000 (21:41 +0200)
commit4bd374e8c89b1f2384ab53d12183730f197a68cf
treeb36ef9069fd3c37d61a71fca68feb4ad03841621
parentae794a862f336581fc3e03669bc1b76cd0bb91e8
Move scripts/ to bin/
74 files changed:
Dockerfile
app/bin/app.sh [new file with mode: 0755]
app/bin/diag.sh [new file with mode: 0755]
app/bin/enumeration.sh [new file with mode: 0755]
app/bin/init.sh [new file with mode: 0755]
app/bin/install_plugins.sh [new file with mode: 0755]
app/bin/modelviz.py [new file with mode: 0755]
app/bin/notebook.sh [new file with mode: 0755]
app/bin/setup_plugins.sh [new file with mode: 0755]
app/bin/update_schema.sh [new file with mode: 0755]
app/bin/upgrade_from_1.6_to_1.7.sh [new file with mode: 0755]
app/bin/wait.sh [new file with mode: 0755]
app/bin/worker.sh [new file with mode: 0755]
app/scripts/app.sh [deleted file]
app/scripts/diag.sh [deleted file]
app/scripts/enumeration.sh [deleted file]
app/scripts/init.sh [deleted file]
app/scripts/install_plugins.sh [deleted file]
app/scripts/modelviz.py [deleted file]
app/scripts/notebook.sh [deleted file]
app/scripts/setup_plugins.sh [deleted file]
app/scripts/update_schema.sh [deleted file]
app/scripts/upgrade_from_1.6_to_1.7.sh [deleted file]
app/scripts/wait.sh [deleted file]
app/scripts/worker.sh [deleted file]
bin/kdenlive/__init__.py [new file with mode: 0644]
bin/kdenlive/auto_fade.py [new file with mode: 0755]
bin/kdenlive/auto_fade_batch.py [new file with mode: 0755]
bin/kdenlive/fade.py [new file with mode: 0644]
bin/kdenlive/mlt_fix_threads.sh [new file with mode: 0755]
bin/kdenlive/mlt_process_batch.py [new file with mode: 0755]
bin/old/crem_checker.py [new file with mode: 0755]
bin/old/process-waveform-cgi.py [new file with mode: 0755]
bin/old/telemeta-backup.py [new file with mode: 0755]
bin/old/telemeta-crem-import-alt_ids.py [new file with mode: 0755]
bin/old/telemeta-crem-import-test.py [new file with mode: 0755]
bin/old/telemeta-crem-import.py [new file with mode: 0755]
bin/old/telemeta-media-link.py [new file with mode: 0755]
bin/sql/backup_db.sh [new file with mode: 0755]
bin/sql/convert_myisam_to_innodb.sql [new file with mode: 0644]
bin/sql/drop_timeside.sql [new file with mode: 0644]
bin/sql/fix_contentttypes.sql [new file with mode: 0644]
bin/sql/import_sql.sh [new file with mode: 0755]
bin/sql/restore_db.sh [new file with mode: 0755]
bin/transcode/create_thumbs.py [new file with mode: 0755]
bin/transcode/remux_fix_media.py [new file with mode: 0755]
bin/transcode/transcode.py [new file with mode: 0755]
bin/upgrade.sh [new file with mode: 0755]
docker-compose.yml
env/dev.yml
env/notebook.yml
scripts/kdenlive/__init__.py [deleted file]
scripts/kdenlive/auto_fade.py [deleted file]
scripts/kdenlive/auto_fade_batch.py [deleted file]
scripts/kdenlive/fade.py [deleted file]
scripts/kdenlive/mlt_fix_threads.sh [deleted file]
scripts/kdenlive/mlt_process_batch.py [deleted file]
scripts/old/crem_checker.py [deleted file]
scripts/old/process-waveform-cgi.py [deleted file]
scripts/old/telemeta-backup.py [deleted file]
scripts/old/telemeta-crem-import-alt_ids.py [deleted file]
scripts/old/telemeta-crem-import-test.py [deleted file]
scripts/old/telemeta-crem-import.py [deleted file]
scripts/old/telemeta-media-link.py [deleted file]
scripts/sql/backup_db.sh [deleted file]
scripts/sql/convert_myisam_to_innodb.sql [deleted file]
scripts/sql/drop_timeside.sql [deleted file]
scripts/sql/fix_contentttypes.sql [deleted file]
scripts/sql/import_sql.sh [deleted file]
scripts/sql/restore_db.sh [deleted file]
scripts/transcode/create_thumbs.py [deleted file]
scripts/transcode/remux_fix_media.py [deleted file]
scripts/transcode/transcode.py [deleted file]
scripts/upgrade.sh [deleted file]