From 2a74a394a41f51a8b7c563de1cfa4b42b85b3e41 Mon Sep 17 00:00:00 2001 From: Takuya ASADA Date: Tue, 20 Jun 2017 01:53:30 +0900 Subject: [PATCH] dist/debian: drop unused code for old versioning scheme Since development version specified as "666.development", this code won't called anymore, so drop it. Signed-off-by: Takuya ASADA Message-Id: <1497891211-26574-1-git-send-email-syuu@scylladb.com> --- dist/debian/build_deb.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/dist/debian/build_deb.sh b/dist/debian/build_deb.sh index 61e6715..0b8976b 100755 --- a/dist/debian/build_deb.sh +++ b/dist/debian/build_deb.sh @@ -91,9 +91,6 @@ fi VERSION=$(./SCYLLA-VERSION-GEN) SCYLLA_VERSION=$(cat build/SCYLLA-VERSION-FILE | sed 's/\.rc/~rc/') SCYLLA_RELEASE=$(cat build/SCYLLA-RELEASE-FILE) -if [ "$SCYLLA_VERSION" = "development" ]; then - SCYLLA_VERSION=0development -fi echo $VERSION > version ./scripts/git-archive-all --extra version --force-submodules --prefix scylla-jmx ../scylla-jmx_$SCYLLA_VERSION-$SCYLLA_RELEASE.orig.tar.gz