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
|
||||
as more advanced replacement for pg_stat_statment.
|
||||
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
|
||||
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}"
|
||||
dpkg-buildpackage -S
|
||||
cd ../
|
||||
|
@ -469,7 +461,7 @@ RPM_RELEASE=1
|
|||
DEB_RELEASE=1
|
||||
REVISION=0
|
||||
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
|
||||
DEBUG=0
|
||||
parse_arguments PICK-ARGS-FROM-ARGV "$@"
|
||||
|
|
Loading…
Reference in New Issue