Skip to content

Commit bdd866d

Browse files
committedMay 29, 2020
build: fix message stule in changelog for debian and removed ubuntu 18.10 from build
1 parent 5375a83 commit bdd866d

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed
 

‎Makefile.pkg

+2-10
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ build/all: build/pkg_debian build/pkg_ubuntu build/pkg_centos
4848
build/pkg_debian: build/pkg_debian_8 build/pkg_debian_9 build/pkg_debian_10
4949
@echo Debian: done
5050

51-
build/pkg_ubuntu: build/pkg_ubuntu_16_04 build/pkg_ubuntu_18_04 build/pkg_ubuntu_18_10
51+
build/pkg_ubuntu: build/pkg_ubuntu_16_04 build/pkg_ubuntu_18_04
5252
@echo Ubuntu: done
5353

5454
build/pkg_centos: build/pkg_centos_6 build/pkg_centos_7 build/rpm_repo_package_centos
@@ -103,10 +103,6 @@ build/pkg_ubuntu_18_04:
103103
$(call build_deb,ubuntu,18.04,bionic)
104104
touch build/pkg_ubuntu_18_04
105105

106-
build/pkg_ubuntu_18_10:
107-
$(call build_deb,ubuntu,18.10,cosmic)
108-
touch build/pkg_ubuntu_18_10
109-
110106
build/pkg_centos_6:
111107
$(call build_rpm,centos,6)
112108
touch build/pkg_centos_6
@@ -127,7 +123,7 @@ repo/debian: repo/debian_8 repo/debian_9 repo/debian_10
127123
@echo Build repo for debian platforms: done
128124
touch build/repo_debian
129125

130-
repo/ubuntu: repo/ubuntu_16_04 repo/ubuntu_18_04 repo/ubuntu_18_10
126+
repo/ubuntu: repo/ubuntu_16_04 repo/ubuntu_18_04
131127
@echo Build repo for ubuntu platforms: done
132128
touch build/repo_ubuntu
133129

@@ -167,10 +163,6 @@ repo/ubuntu_18_04:
167163
$(call build_repo_deb,ubuntu,18.04,bionic)
168164
touch build/repo_ubuntu_18_04
169165

170-
repo/ubuntu_18_10:
171-
$(call build_repo_deb,ubuntu,18.10,cosmic)
172-
touch build/repo_ubuntu_18_10
173-
174166
repo/finish:
175167
$(call repo_finish,centos,7)
176168
touch build/repo_finish

‎packaging/debian/changelog

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
mamonsu (2.4.5-1) stable; urgency=low
2-
* added checksum_failures metric in Instance plugin for Postgresql 12
3-
* changed PG version support in commands:
4-
mamonsu export zabbix-parameters
5-
mamonsu export zabbix-template
6-
mamonsu export template <file>
7-
mamonsu export zabbix-template
8-
* update help message for 'mamonsu export'
9-
10-
-- PostgresPro DBA <dba@postgrespro.ru> Tue, May 26 2020 15:43:00 +0300
2+
3+
* added checksum_failures metric in Instance plugin for Postgresql 12
4+
* changed PG version support in commands: export zabbix-parameters, export zabbix-template, export template
5+
* update help message for 'mamonsu export'
6+
7+
-- PostgresPro DBA <dba@postgrespro.ru> Tue, 24 May 2020 15:43:00 +0300
118

129
mamonsu (2.4.4-1) stable; urgency=low
1310

0 commit comments

Comments
 (0)
Please sign in to comment.