Code Monkey home page Code Monkey logo

Comments (4)

erikbosch avatar erikbosch commented on July 29, 2024

Did some investigation. There is no way to disable the automatic zip/tgz generation AFAIK, so we will get them anyway

  • If we use a normal tarcommand, we will also get git-internal files.
  • We could use something like git archive -o archive.tar.gz v4.1 but then we will not include submodules
  • Alternatively we could do pip install git-archive-all and then for example git-archive-all --prefix=. out.tar.gz. Then we may get submodules if they have been checked out.

But do we want the submodules. VSS-tools might be handy, but Hugo used for documentation generation is maybe not that useful.

from vehicle_signal_specification.

erikbosch avatar erikbosch commented on July 29, 2024

Discussed at the meeting today, see https://wiki.covesa.global/display/WIK4/VSS+Meeting+Topics+and+Meeting+Notes

Summary: As this would require some extra work we should only do it if there is a good reason. Likely not needed if we keep the branches

from vehicle_signal_specification.

erikbosch avatar erikbosch commented on July 29, 2024

@g-scott-murray, see discussion above. As it would be some extra work, do you see a strong need for hand-made release tar ball if we save the release-branches for ever?

from vehicle_signal_specification.

erikbosch avatar erikbosch commented on July 29, 2024

MoM:

  • Scott: Nice to have, but not essential if we keep release branches. if you have script it would be easy, otherwise fine to not include it
  • Close for now

from vehicle_signal_specification.

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.