mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
net-mgmt/crmsh: update 3.0.4 to 3.0.5
github.com/ClusterLabs/crmsh/blob/3.0.5/ChangeLog
This commit is contained in:
parent
b56b73af91
commit
d131d98319
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548620
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= crmsh
|
||||
PORTVERSION= 3.0.4
|
||||
PORTVERSION= 3.0.5
|
||||
CATEGORIES= net-mgmt python
|
||||
|
||||
MAINTAINER= egypcio@FreeBSD.org
|
||||
@ -34,6 +34,7 @@ NO_ARCH= yes
|
||||
SHEBANG_FILES= bin/crm \
|
||||
scripts/*/*.py \
|
||||
test/cib-tests.sh \
|
||||
test/docker_scripts.sh \
|
||||
test/evaltest.sh \
|
||||
test/list-undocumented-commands.py \
|
||||
utils/crm_clean.py \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1580830269
|
||||
SHA256 (ClusterLabs-crmsh-3.0.4_GH0.tar.gz) = 5d5910c54096dc6c4decb5d1920e690f9865a5ca34ba7d6752ef36aed1cfc09d
|
||||
SIZE (ClusterLabs-crmsh-3.0.4_GH0.tar.gz) = 954752
|
||||
TIMESTAMP = 1600084758
|
||||
SHA256 (ClusterLabs-crmsh-3.0.5_GH0.tar.gz) = 38c01ca0432e13874c42497e56980f922817dec1668866eefe9f2eb19a6b702a
|
||||
SIZE (ClusterLabs-crmsh-3.0.5_GH0.tar.gz) = 979507
|
||||
|
@ -63,6 +63,8 @@
|
||||
%%PYTHON_SITELIBDIR%%/crmsh/orderedset.pyc
|
||||
%%PYTHON_SITELIBDIR%%/crmsh/pacemaker.py
|
||||
%%PYTHON_SITELIBDIR%%/crmsh/pacemaker.pyc
|
||||
%%PYTHON_SITELIBDIR%%/crmsh/parallax_helper.py
|
||||
%%PYTHON_SITELIBDIR%%/crmsh/parallax_helper.pyc
|
||||
%%PYTHON_SITELIBDIR%%/crmsh/parse.py
|
||||
%%PYTHON_SITELIBDIR%%/crmsh/parse.pyc
|
||||
%%PYTHON_SITELIBDIR%%/crmsh/ra.py
|
||||
@ -196,7 +198,18 @@ bin/crm
|
||||
%%DATADIR%%/tests/crm-interface
|
||||
%%DATADIR%%/tests/defaults
|
||||
%%DATADIR%%/tests/descriptions
|
||||
%%DATADIR%%/tests/docker_scripts.sh
|
||||
%%DATADIR%%/tests/evaltest.sh
|
||||
%%DATADIR%%/tests/features/bootstrap_bugs.feature
|
||||
%%DATADIR%%/tests/features/bootstrap_init_join_remove.feature
|
||||
%%DATADIR%%/tests/features/bootstrap_options.feature
|
||||
%%DATADIR%%/tests/features/bootstrap_sbd.feature
|
||||
%%DATADIR%%/tests/features/environment.py
|
||||
%%DATADIR%%/tests/features/geo_setup.feature
|
||||
%%DATADIR%%/tests/features/steps/__init__.py
|
||||
%%DATADIR%%/tests/features/steps/const.py
|
||||
%%DATADIR%%/tests/features/steps/step_implenment.py
|
||||
%%DATADIR%%/tests/features/steps/utils.py
|
||||
%%DATADIR%%/tests/history-test.tar.bz2
|
||||
%%DATADIR%%/tests/list-undocumented-commands.py
|
||||
%%DATADIR%%/tests/profile-history.sh
|
||||
@ -285,6 +298,7 @@ bin/crm
|
||||
%%DATADIR%%/tests/unittests/scripts/vipinc/main.yml
|
||||
%%DATADIR%%/tests/unittests/scripts/workflows/10-webserver.xml
|
||||
%%DATADIR%%/tests/unittests/test.conf
|
||||
%%DATADIR%%/tests/unittests/test_bootstrap.py
|
||||
%%DATADIR%%/tests/unittests/test_bugs.py
|
||||
%%DATADIR%%/tests/unittests/test_cib.py
|
||||
%%DATADIR%%/tests/unittests/test_cliformat.py
|
||||
@ -292,6 +306,7 @@ bin/crm
|
||||
%%DATADIR%%/tests/unittests/test_gv.py
|
||||
%%DATADIR%%/tests/unittests/test_handles.py
|
||||
%%DATADIR%%/tests/unittests/test_objset.py
|
||||
%%DATADIR%%/tests/unittests/test_parallax.py
|
||||
%%DATADIR%%/tests/unittests/test_parse.py
|
||||
%%DATADIR%%/tests/unittests/test_resource.py
|
||||
%%DATADIR%%/tests/unittests/test_scripts.py
|
||||
|
Loading…
Reference in New Issue
Block a user