-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpip_common.sh
executable file
·109 lines (98 loc) · 2.41 KB
/
pip_common.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
#!/usr/bin/env bash
# THIS IS DUPLICATED IN dev-peek-workspace/peek_packages.sh
# UPDATE BOTH PLACES
set -o nounset
set -o errexit
# set -x
# Also update setup.py
export COMMUNITY_PLUGINS="
peek-plugin-branch
peek-plugin-chat
peek-plugin-data-dms
peek-plugin-diagram
peek-plugin-diagram-trace
peek-plugin-diagram-pdf-exporter
peek-plugin-diagram-positioner
peek-plugin-device-gps-integration
peek-plugin-docdb-generic-menu
peek-plugin-eventdb
peek-plugin-gis-diagram
peek-plugin-gis-diagram-loader
peek-plugin-graphdb
peek-plugin-inbox
peek-plugin-index-blueprint
peek-plugin-livedb
peek-plugin-noop
peek-plugin-osm-diagram-loader
peek-plugin-tutorial
"
export COMMUNITY_PKGS="
peek-abstract-chunked-data-loader
peek-abstract-chunked-index
peek-admin-doc
peek-admin-app
peek-agent-service
peek-core-device
peek-core-docdb
peek-core-email
peek-core-search
peek-core-user
peek-core-screen
peek-core-api
peek-field-doc
peek-field-app
peek-field-service
peek-logic-service
peek-office-doc
peek-office-app
peek-office-service
peek-plugin-base
peek-platform
peek-storage-service
peek-worker-service
synerty-peek
${COMMUNITY_PLUGINS}
"
# Dynamically list plugins
# Get the location of this script
#here=$(dirname `readlink -f $(dirname $0)`)
#echo $here
## Plugins are siblings to this project
#if ls -d $here/peek-plugin-* 2> /dev/null 2>&1
# then
# export ENTERPRISE_PKGS=`ls -d $here/peek-plugin-* | grep -v peek-plugin-base`
#else
# echo "There are no plugins at $here"
# export ENTERPRISE_PKGS=""
#fi
# Ignore all that, define the ones JJC wants for Orion
export ENTERPRISE_PKGS="
peek-plugin-diagram-zepben-menu
peek-plugin-enmac-msg-sos-email
peek-plugin-enmac-diagram
peek-plugin-enmac-diagram-loader
peek-plugin-enmac-email-incidents
peek-plugin-enmac-email-nar
peek-plugin-enmac-equipment-loader
peek-plugin-enmac-event
peek-plugin-enmac-event-loader
peek-plugin-enmac-field-assessments
peek-plugin-enmac-field-incidents
peek-plugin-enmac-field-online
peek-plugin-enmac-field-switching
peek-plugin-enmac-gis-location-loader
peek-plugin-enmac-graphdb-loader
peek-plugin-enmac-livedb-loader
peek-plugin-enmac-soap
peek-plugin-enmac-sql
peek-plugin-enmac-switching
peek-plugin-enmac-switching-loader
peek-plugin-enmac-user-loader
peek-plugin-zepben-ednar-dms-diagram
"
## DEPREICATED ENTERPRISE_PKGS
# peek-plugin-gis-dms-positioner
export bold=$(tput bold)
export normal=$(tput sgr0)
export RED='\033[0;31m'
export NC='\033[0m' # No Color