build: add +x to scripts pulling external dependencies

Make is less noisy for local building of dependencies like freeswitch
by storing the executable flag for the scripts
and not listing the resulting packages in artifacts/
This commit is contained in:
Anton Georgiev 2022-02-27 17:12:03 +00:00
parent 0233384331
commit 0b87b13f86
7 changed files with 2 additions and 5 deletions

7
.gitignore vendored
View File

@ -4,7 +4,6 @@
record-and-playback/playback-client-js/testmeeting/
record-and-playback/playback-web/playback-web-0.1.war
record-and-playback/.project
push_to_git.py
**/target/*
**/.cache-main
**/.cache-tests
@ -25,12 +24,10 @@ bigbluebutton-web/.settings*
bigbluebutton-web/.classpath
bigbluebutton-web/.project
akka-bbb-apps/akka-bbb-apps*.log
bigbluebutton-html5/log/development.log
bigbluebutton-client/.actionScriptProperties
bigbluebutton-web/target-eclipse*
record-and-playback/.loadpath
clients/flash/**/build
clients/flash/**/.gradle
**/.idea/*
*.iml
*~
cache/*
artifacts/*

0
bbb-etherpad.placeholder.sh Normal file → Executable file
View File

0
bbb-pads.placeholder.sh Normal file → Executable file
View File

0
bbb-playback.placeholder.sh Normal file → Executable file
View File

0
bbb-webhooks.placeholder.sh Normal file → Executable file
View File

0
bbb-webrtc-sfu.placeholder.sh Normal file → Executable file
View File

0
freeswitch.placeholder.sh Normal file → Executable file
View File