-
Notifications
You must be signed in to change notification settings - Fork 594
Closed
Labels
EngineeringAnything to do with building/releasing/deploying uncrustify; with CI; or with the test framework.Anything to do with building/releasing/deploying uncrustify; with CI; or with the test framework.
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EngineeringAnything to do with building/releasing/deploying uncrustify; with CI; or with the test framework.Anything to do with building/releasing/deploying uncrustify; with CI; or with the test framework.