Commit 75292d49 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Denis Brækhus

No need to say weekly.weekly in releases

In other words, we get that part of the release tag from upstream
already.
parent 180e9396
......@@ -34,7 +34,6 @@ tar zcf "$TGZ_SOURCE.tgz" "$DIST_DIR"/
if [ -n "${WEEKLY_VERSION:-}" ]; then
RPMVERSION="${WEEKLY_VERSION}"
RELEASE=weekly
else
RPMVERSION="${MAJOR}.${MINOR}"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment