Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
cf1c7133
Commit
cf1c7133
authored
Aug 25, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add repack scripts for InfoWatch products
parent
bd0679f8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
0 deletions
+38
-0
iwdm.sh
repack.d/iwdm.sh
+11
-0
iwtm-grafana.sh
repack.d/iwtm-grafana.sh
+16
-0
iwtm-prometheus.sh
repack.d/iwtm-prometheus.sh
+11
-0
No files found.
repack.d/iwdm.sh
0 → 100755
View file @
cf1c7133
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
# Infowatch product Device
# remove kernel related script
rm
-fv
$BUILDROOT
/opt/iw/dmagent/etc/initramfs-tools/hooks/iwdm
subst
's|"*/opt/iw/dmagent/etc/initramfs-tools/hooks/iwdm"*||'
$SPEC
repack.d/iwtm-grafana.sh
0 → 100755
View file @
cf1c7133
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
# Infowatch product Device
# remove broken script
rm
-fv
$BUILDROOT
/etc/init.d/grafana-server
subst
's|"*/etc/init.d/grafana-server"*||'
$SPEC
rm
-fv
$BUILDROOT
/opt/iw/tm5/share/grafana/scripts/circle-test-
*
.sh
subst
's|"*/opt/iw/tm5/share/grafana/scripts/circle-test-.*.sh"*||'
$SPEC
rm
-rfv
$BUILDROOT
/opt/iw/tm5/share/grafana/scripts/build/
subst
's|"*/opt/iw/tm5/share/grafana/scripts/build/.*"*||'
$SPEC
\ No newline at end of file
repack.d/iwtm-prometheus.sh
0 → 100755
View file @
cf1c7133
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
# Infowatch product Device
# remove broken script
rm
-fv
$BUILDROOT
/etc/init.d/
*
subst
's|"*/etc/init.d/*"*||'
$SPEC
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment