Git Product home page Git Product logo

Comments (7)

sl1pkn07 avatar sl1pkn07 commented on August 31, 2024

if add "-DBUILD_TESTING=OFF" fail, without this build OK

from libelektra.

manuelm avatar manuelm commented on August 31, 2024

I can confirm your findings. Building with BUILD_TESTING=OFF will fail as the new cmake target cframework won't get defined.

from libelektra.

markus2330 avatar markus2330 commented on August 31, 2024

Thank you for reporting the issue!

I'll fix the build issue and create a new build job on http://build.libelektra.org:8080 so that all variations of enable/disable things are tested.

git describe --long --tags outputs 0.8.1 because this was the last release before we switched to a dedicated "release" branch.

$ git checkout release
$ git describe --long --tags
0.8.8-0-g121407e

Do you think it is more intuitive if master is tagged before it is merged to release?

from libelektra.

sl1pkn07 avatar sl1pkn07 commented on August 31, 2024

I think 'release' branch is redundant, because exist the tags, you can chekout the tag with

git checkout 8.8.0

'master' is for newer commits, include tags

example:

8.1.0 -> tag/release in 'master'
8.1.0.xxxx -> comits after 8.1.0.0 tag/release in 'master'
---- snip ----
8.8.0 -> tag/release
8.8.0.xxxx -> commits after 8.8.0 tag/release in master

greetings

from libelektra.

markus2330 avatar markus2330 commented on August 31, 2024

The idea of the release branch was to have a clean git log for releases only. Additionally, it is used for git buildpackage. Actually some things (e.g. the release and some things on the build server) would be easier with a single-branch (= one master + many feature branches) development.

http://build.libelektra.org:8080/job/elektra-multiconfig-gcc47-cmake-options/
currently builds all combinations of flags and it seems that quite a lot of combinations are broken.
So we definitely need to have some refactoring for the CMake commandline options.
I opened the new issue #111 for that.

So this issue is now for the release branch issue only.

best regards,
Markus

from libelektra.

markus2330 avatar markus2330 commented on August 31, 2024

Note: git build-package must continue to work
update doc/todo/RELEASE

from libelektra.

markus2330 avatar markus2330 commented on August 31, 2024

Problem should be fixed with 0.8.9 release.

from libelektra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.