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 <syuu@scylladb.com> Message-Id: <1497891211-26574-1-git-send-email-syuu@scylladb.com>
This commit is contained in:
parent
2ca07ac215
commit
2a74a394a4
3
dist/debian/build_deb.sh
vendored
3
dist/debian/build_deb.sh
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user