Skip to content

make_version.py doesn't work properly #1137

@guy-maurel

Description

@guy-maurel

I want to make a new release.

git archive -o uncrustify-0.nn.tar.gz e1181d3b3a78ef9fe0f52af53678fdf3340233c5
ls -l uncrustify-0.nn.tar.gz 
-rw-r--r-- 1 guy users 1373927 Mai  5 18:27 uncrustify-0.nn.tar.gz
mkdir 0.65-test
cd 0.65-test
cp ../uncrustify/uncrustify-0.nn.tar.gz .
gunzip uncrustify-0.nn.tar.gz
tar xvf uncrustify-0.nn.tar
mkdir build
cd build
cmake ..
< snip>
-- Found PythonInterp: /usr/bin/python (found version "2.7.6") 
-- 
CMake Warning at CMakeLists.txt:137 (message):
  64: Unknown version control system.

  , scripts/make_version.py doesn't work properly

Can anybody help?

Metadata

Metadata

Assignees

No one assigned

    Labels

    EngineeringAnything to do with building/releasing/deploying uncrustify; with CI; or with the test framework.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions