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:
parent
0233384331
commit
0b87b13f86
7
.gitignore
vendored
7
.gitignore
vendored
@ -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
0
bbb-etherpad.placeholder.sh
Normal file → Executable file
0
bbb-pads.placeholder.sh
Normal file → Executable file
0
bbb-pads.placeholder.sh
Normal file → Executable file
0
bbb-playback.placeholder.sh
Normal file → Executable file
0
bbb-playback.placeholder.sh
Normal file → Executable file
0
bbb-webhooks.placeholder.sh
Normal file → Executable file
0
bbb-webhooks.placeholder.sh
Normal file → Executable file
0
bbb-webrtc-sfu.placeholder.sh
Normal file → Executable file
0
bbb-webrtc-sfu.placeholder.sh
Normal file → Executable file
0
freeswitch.placeholder.sh
Normal file → Executable file
0
freeswitch.placeholder.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user