Open-Source-Compliance / package-analysis

This repo contains license and copyright analysis results of open source packages. It further contains other license compliance relevant artifacts, which might be of value for others
https://www.osselot.org/
Other
35 stars 20 forks source link

nginx-http-auth-digest version-1.0.0 #162

Closed marioecht closed 1 week ago

Jasper-Ben commented 1 week ago

This branch needs to be reset to the upstream main branch, otherwise it will include specific changes from us (e.g. GitHub action) as well as useless merge commits from us merging upstream changes in our fork (see 125 commits in this PR). To do this execute the following in the cloned fork @marioecht:

git remote add upstream https://github.com/Open-Source-Compliance/package-analysis.git
git fetch upstream 
git checkout FOSSC-200-nginx
git reset --hard upstream/main
git cherry-pick 7b679576d79ab811ccdb2a0115ece21e89f3523b
git push --force

If all went well, this PR should then only show one commit to add with exactly your changes.

Jasper-Ben commented 1 week ago

And to be honest I do not get why the file "sync-with-upstream.yml" ia there? Why is this needed

It isn't! That is a change specific to our fork to keep it up-to-date with this upstream repository. See https://github.com/Open-Source-Compliance/package-analysis/pull/162#issuecomment-2346636763

marioecht commented 1 week ago

The branch was reset.