GithubHelp home page GithubHelp logo

Comments (3)

minosgalanakis avatar minosgalanakis commented on May 29, 2024 1

The easiest way to do so is use the extended and maintained version of git archive, available in pypi as git-archive-all . It is under an MIT license so we could even modify it if needed in the future.

I have confirmed that the following workflow works

git clone [email protected]:Mbed-TLS/mbedtls.git mbedtls && cd mbedtls
git checkout $RELEASE_TAG
git-archive-all --prefix $RELEASE-PREFIX --force-submodules mbedtls_super_release.tar.gz
sha256sum mbedtls_super_release.tar.gz > sha256_sum.txt

And it is small enough to be installed only on the executor as part of the release script, so we shouldn't even have to add it as a dependency.

from mbedtls.

minosgalanakis avatar minosgalanakis commented on May 29, 2024

As of today 11/03/2024 there is no official way to disable github autogenerated files -> discussion.

As a workaround we should be:

  1. Creating prefixed releases e.g mbedtls-v3.6-lts.tar.bz2
  2. Adding a note to inform users about the source.zip & source.tar.gz being automatically generated and not containing the full codebase.

from mbedtls.

minosgalanakis avatar minosgalanakis commented on May 29, 2024

The proccess has been updated and is under review at confuence

from mbedtls.

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.