SIG-rules-authors VS git-archive-all

Compare SIG-rules-authors vs git-archive-all and see what are their differences.

SIG-rules-authors

Governance and admin for the rules authors Special Interest Group (by bazel-contrib)

git-archive-all

git-archive with recursive submodule support (by roehling)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
SIG-rules-authors git-archive-all
5 2
26 9
- -
1.1 0.0
3 months ago over 1 year ago
Shell Shell
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

SIG-rules-authors

Posts with mentions or reviews of SIG-rules-authors. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-02.
  • Git archive generation meets Hyrum's law
    2 projects | news.ycombinator.com | 2 Feb 2023
    In this case, it seems that GitHub was asked about it. From the thread linked in the article:

    > After a fruitful exchange with GitHub support staff, I was able to confirm the following (quoting with their permission):

    >> I checked with our team and they confirmed that we can expect the checksums for repository release archives, found at /archive/refs/tags/$tag, to be stable going forward. That cannot be said, however, for repository code download archives found at archive/v6.0.4.

    >> It's totally understandable that users have come to expect a stable and consistent checksum value for these archives, which would be the case most of the time. However, it is not meant to be reliable or a way to distribute software releases and nothing in the software stack is made to try to produce consistent archives. This is no different from creating a tarball locally and trying verify it with the hash of the tarball someone created on their own machine.

    >> If you had only a tag with no associated release, you should still expect to have a consistent checksum for the archives at /archive/refs/tags/$tag.

    > In summary: It is safe to reference archives of any kind via the /refs/tags endpoint, everything else enjoys no guarantees.

    (posted 4 Feb 2022)

    https://github.com/bazel-contrib/SIG-rules-authors/issues/11...

    There's even a million linked PRs and issues where people went around and specifically updated their code to point to the URLs that were, nominally, stable.

    I suspect that the GH employee who made these comments just misunderstood how these archives were being generated, or the behavior was depending on some internal implementation detail that got wiped away at some point. But if an employee at a big-ass company publicly says "yeah that's supported" to employees at another big-ass company, people are gonna take it as somewhat official.

  • Git archive checksums may change
    10 projects | news.ycombinator.com | 30 Jan 2023
    FWIW according to https://github.com/bazel-contrib/SIG-rules-authors/issues/11... a commitment was made, although in an exchange in some support ticket, and not in documentation.
  • GitHub just broken Homebrew, Bazel, Spack and Conan package managers
    1 project | news.ycombinator.com | 30 Jan 2023

git-archive-all

Posts with mentions or reviews of git-archive-all. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-30.
  • Git archive checksums may change
    10 projects | news.ycombinator.com | 30 Jan 2023
    - you have submodules (to which `git archive` is completely blind).

    Note that `git-archive-all`[1] can help as long as your submodules don't do things like `[attr]custom-attr` in their `.gitattributes` as it is only allowed in the top-level `.gitattributes` file and cannot be added to the tree otherwise.

    [1]https://github.com/roehling/git-archive-all

  • Why you should check-in your node dependencies
    9 projects | news.ycombinator.com | 11 Dec 2021
    Thanks for sharing!

    Depending on the context, if you don't want this in git history, and want to handle git submodules, there's also git-archive-all https://github.com/roehling/git-archive-all (if you like shell scripts, it is using bats for testing - it was the first time I heard of it)

What are some alternatives?

When comparing SIG-rules-authors and git-archive-all you can also consider the following projects:

freebsd-ports - FreeBSD ports tree (read-only mirror)

devtools-frontend - The Chrome DevTools UI

aws-sdk-cpp - AWS SDK for C++

go-offline-maven-plugin - Maven Plugin used to download all Dependencies and Plugins required in a Maven build, so the build can be run without an internet connection afterwards.

github - Just a place to track issues and feature requests that I have for github