commit
861fabb39f
|
@ -18,4 +18,3 @@ Description: The pg_stat_monitor is statistics collector tool
|
||||||
pg_stat_monitor is developed on the basis of pg_stat_statments
|
pg_stat_monitor is developed on the basis of pg_stat_statments
|
||||||
as more advanced replacement for pg_stat_statment.
|
as more advanced replacement for pg_stat_statment.
|
||||||
It provides all the features of pg_stat_statment plus its own feature set.
|
It provides all the features of pg_stat_statment plus its own feature set.
|
||||||
|
|
||||||
|
|
|
@ -389,14 +389,6 @@ build_source_deb(){
|
||||||
mv ${TARFILE} percona-pg-stat-monitor_${VERSION}.orig.tar.gz
|
mv ${TARFILE} percona-pg-stat-monitor_${VERSION}.orig.tar.gz
|
||||||
cd ${BUILDDIR}
|
cd ${BUILDDIR}
|
||||||
|
|
||||||
cd debian
|
|
||||||
rm -rf changelog
|
|
||||||
echo "percona-pg-stat-monitor (${VERSION}-${RELEASE}) unstable; urgency=low" >> changelog
|
|
||||||
echo " * Initial Release." >> changelog
|
|
||||||
echo " -- Oleksandr Miroshnychenko <alex.miroshnychenko@percona.com> $(date -R)" >> changelog
|
|
||||||
|
|
||||||
cd ../
|
|
||||||
|
|
||||||
dch -D unstable --force-distribution -v "${VERSION}-${RELEASE}" "Update to new percona-pg-stat-monitor version ${VERSION}"
|
dch -D unstable --force-distribution -v "${VERSION}-${RELEASE}" "Update to new percona-pg-stat-monitor version ${VERSION}"
|
||||||
dpkg-buildpackage -S
|
dpkg-buildpackage -S
|
||||||
cd ../
|
cd ../
|
||||||
|
@ -469,7 +461,7 @@ RPM_RELEASE=1
|
||||||
DEB_RELEASE=1
|
DEB_RELEASE=1
|
||||||
REVISION=0
|
REVISION=0
|
||||||
BRANCH="master"
|
BRANCH="master"
|
||||||
REPO="https://github.com/Percona-Lab/pg_stat_monitor.git"
|
REPO="https://github.com/Percona/pg_stat_monitor.git"
|
||||||
PRODUCT=percona-pg-stat-monitor
|
PRODUCT=percona-pg-stat-monitor
|
||||||
DEBUG=0
|
DEBUG=0
|
||||||
parse_arguments PICK-ARGS-FROM-ARGV "$@"
|
parse_arguments PICK-ARGS-FROM-ARGV "$@"
|
||||||
|
|
Loading…
Reference in New Issue