Skip to content

Commit a1e8fa6

Browse files
committed
scripts got (hopefully) +x permissions now
1 parent 68411b9 commit a1e8fa6

7 files changed

+14
-0
lines changed

openroberta/scripts/deploy.sh

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
echo '
24
# ------------------------------------------------------------------------------------------------------------- #
35
# deployment script: deploy a version at master, setup develop for the next version. #

openroberta/scripts/helper/__githelper.sh

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# helper functions - MUST BE SOURCED
24

35
# ask a question. If the user answers "y", everything is fine. Otherwise exit 12

openroberta/scripts/helper/_pushMasterAndDevelop.sh

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
echo '
24
# ------------------------------------------------------------------------------ #
35
# push master and develop to remote #

openroberta/scripts/helper/_serverStateOverview.sh

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
NGINX_LOG='/data/openroberta-lab/nginx/logs/access.log'
24
AUTORESTART_LOG='/data/openroberta-lab/logs/autorestart.txt'
35

openroberta/scripts/helper/_showActivityOnce.sh

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# show the assembled activities from users once. This is the data delivered by the 2 REST calls /rest/alive and /rest/data/server/dbsessions
24
# Usage:
35
# SERVER_NAME: name of a server, as test, dev, dev1...dev9. REQUIRED.

openroberta/scripts/helper/_showResources.sh

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# show the usage of some server resources:
24
# - file descriptors
35
# - threads

openroberta/scripts/hotfix.sh

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
echo '
24
# --------------------------------------------------------------------------------------------------------------------- #
35
# hotfix script: merge a hotfix to master, merge to develop, setup develop for the next version. #

0 commit comments

Comments
 (0)