Skip to content

Commit

Permalink
update deb changelog and references
Browse files Browse the repository at this point in the history
  • Loading branch information
benschermel committed May 24, 2022
1 parent a9511e7 commit ee16abf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkg/deb/deb-buildsource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ pkg_name=keydb-$majorv:$version$distname

# create build tree
cd ../../../
tar -czvf keydb_$version.orig.tar.gz --force-local keydb-internal
cd keydb-internal/pkg/deb/
tar -czvf keydb_$version.orig.tar.gz --force-local KeyDB
cd KeyDB/pkg/deb/
mkdir -p $pkg_name/tmp
if [[ "$codename" == "xenial" ]] || [[ "$codename" == "stretch" ]]; then
cp -r debian_dh9 $pkg_name/tmp/debian
Expand Down
4 changes: 2 additions & 2 deletions pkg/deb/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Build-Depends:
libzstd-dev <!nocheck>
Standards-Version: 4.2.1
Homepage: https://docs.keydb.dev/
Vcs-Git: https://github.com/EQ-Alpha/KeyDB.git
Vcs-Browser: https://github.com/EQ-Alpha/KeyDB
Vcs-Git: https://github.com/Snapchat/KeyDB.git
Vcs-Browser: https://github.com/Snapchat/KeyDB

Package: keydb
Architecture: all
Expand Down
4 changes: 2 additions & 2 deletions pkg/deb/debian_dh9/control
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Build-Depends:
libzstd-dev <!nocheck>
Standards-Version: 4.2.1
Homepage: https://docs.keydb.dev/
Vcs-Git: https://github.com/EQ-Alpha/KeyDB.git
Vcs-Browser: https://github.com/EQ-Alpha/KeyDB
Vcs-Git: https://github.com/Snapchat/KeyDB.git
Vcs-Browser: https://github.com/Snapchat/KeyDB

Package: keydb
Architecture: all
Expand Down
8 changes: 8 additions & 0 deletions pkg/deb/master_changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
keydb (6:6.3.1-1distribution_placeholder) codename_placeholder; urgency=medium

* This point release contains fixes to bugs related to expires, active-rep, and rdb saving
* Issues fixed: #419, #422, #428
* PRs: #426, #429, #431, #433

-- Ben Schermel <[email protected]> Mon, 23 May 2022 20:00:37 +0000

keydb (6:6.3.0-1distribution_placeholder) codename_placeholder; urgency=medium

* This release open sources KeyDB Enterprise features into the open source project along with PSYNC for active replication
Expand Down

0 comments on commit ee16abf

Please sign in to comment.