From 0b87b13f8642ff8991caaebd5ee7ecf04b433d46 Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Sun, 27 Feb 2022 17:12:03 +0000 Subject: [PATCH] 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/ --- .gitignore | 7 ++----- bbb-etherpad.placeholder.sh | 0 bbb-pads.placeholder.sh | 0 bbb-playback.placeholder.sh | 0 bbb-webhooks.placeholder.sh | 0 bbb-webrtc-sfu.placeholder.sh | 0 freeswitch.placeholder.sh | 0 7 files changed, 2 insertions(+), 5 deletions(-) mode change 100644 => 100755 bbb-etherpad.placeholder.sh mode change 100644 => 100755 bbb-pads.placeholder.sh mode change 100644 => 100755 bbb-playback.placeholder.sh mode change 100644 => 100755 bbb-webhooks.placeholder.sh mode change 100644 => 100755 bbb-webrtc-sfu.placeholder.sh mode change 100644 => 100755 freeswitch.placeholder.sh diff --git a/.gitignore b/.gitignore index d8f0b11274..69d24b0396 100644 --- a/.gitignore +++ b/.gitignore @@ -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/* diff --git a/bbb-etherpad.placeholder.sh b/bbb-etherpad.placeholder.sh old mode 100644 new mode 100755 diff --git a/bbb-pads.placeholder.sh b/bbb-pads.placeholder.sh old mode 100644 new mode 100755 diff --git a/bbb-playback.placeholder.sh b/bbb-playback.placeholder.sh old mode 100644 new mode 100755 diff --git a/bbb-webhooks.placeholder.sh b/bbb-webhooks.placeholder.sh old mode 100644 new mode 100755 diff --git a/bbb-webrtc-sfu.placeholder.sh b/bbb-webrtc-sfu.placeholder.sh old mode 100644 new mode 100755 diff --git a/freeswitch.placeholder.sh b/freeswitch.placeholder.sh old mode 100644 new mode 100755