Skip to content

Commit 68105e6

Browse files
committed
Merge branch 'dev'
2 parents d453d99 + 49cd38b commit 68105e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

github-actions-tests/mamonsu_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ "${OS%:*}" = "centos" ]; then
3131
cd /mamonsu
3232
sudo yum install -y make
3333
sudo yum install -y rpm-build
34-
sudo yum install -y pyhton3
34+
sudo yum install -y python3
3535
sudo yum install -y python3-devel
3636

3737
sudo yum -y remove mamonsu

packaging/rpm/SPECS/mamonsu.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ chown mamonsu.mamonsu /var/log/mamonsu
7575
- fixed bootstrap -x option: now it checks installed extensions
7676
- fixed 'pgsql.count_files_to_archive' and 'pgsql.size_files_to_archive' items: now their evaluation depending on type of server (master or replica)
7777

78-
%changelog
7978
* Mon Aug 16 2021 Alexandra Kuznetsova <[email protected]> - 3.0.0-1
8079
- change template name to 'Mamonsu PostgreSQL [PLATFORM]'
8180
- change metric name 'PostgreSQL transactions: total' to 'PostgreSQL transactions: committed'

0 commit comments

Comments
 (0)