Merge pull request #36 from Sudokamikaze/PG-119

PG-119: Fixes to packaging
pull/41/head
Ibrar Ahmed 2020-07-22 21:37:33 +05:00 committed by GitHub
commit 861fabb39f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 10 deletions

View File

@ -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.

View File

@ -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 "$@"