Skip to content
Snippets Groups Projects
Verified Commit a5364144 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

meson: scripts/make-archive.sh: rename to make-dev-archive.sh

make-dev-archive is only used for development version tarballs.
For regular releases, use "ninja dist".
parent ea1561cb
Branches
Tags
1 merge request!771meson build system
......@@ -14,6 +14,8 @@ TIMESTAMP=$(date -u +'%s' 2>/dev/null)
# modify and commit meson.build
sed -i "s/^\(\s*version\s*:\s*'\)\([^']\+\)\('.*\)/\1\2.$TIMESTAMP.$GIT_HASH\3/" meson.build
: changed version in meson.build, changes must be commited to git
git add meson.build
git commit -m 'DROP: devel version archive'
......
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