ncc.zabbix_fbsd_templates

Yohn Y. 2024-10-13 Child:74c0d4d119d4

0:0f46afe818e3 Go to Latest

ncc.zabbix_fbsd_templates/tools/make_dist.sh

.. init

History
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tools/make_dist.sh	Sun Oct 13 18:44:51 2024 +0300
     1.3 @@ -0,0 +1,15 @@
     1.4 +#!/bin/sh
     1.5 +src_root="$(dirname "$(dirname "$(readlink -f "$0")")")"
     1.6 +dist_root="$(readlink -f "$src_root/../dist")"
     1.7 +
     1.8 +ts="$(date "+%Y%m%d-%H%M%S")"
     1.9 +
    1.10 +echo "###"
    1.11 +tar -cvzf "$dist_root/aw.fbsd-mon-helper_$ts.tgz" \
    1.12 +   --owner=root --group=root \
    1.13 +   -C "$src_root/src" \
    1.14 +   aw.fbsd-mon-helper
    1.15 +
    1.16 +echo "==="
    1.17 +echo "$dist_root/aw.fbsd-mon-helper_$ts.tgz"
    1.18 +stat "$dist_root/aw.fbsd-mon-helper_$ts.tgz"