Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add new lux:0.24.1 package #37038

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

afrid18
Copy link

@afrid18 afrid18 commented Dec 14, 2024

lux:0.24.1 new package

Pre-review Checklist

For new package PRs only

  • REQUIRED - The package is available under an OSI-approved or FSF-approved license
  • REQUIRED - The version of the package is still receiving security updates

Signed-off-by: Afrid Hussain <[email protected]>
@afrid18
Copy link
Author

afrid18 commented Dec 14, 2024

I would be interested in knowing more about what exactly epoch does in the config file?

lux.yaml Outdated Show resolved Hide resolved
Thanks!

Co-authored-by: Ajay Kemparaj <[email protected]>
Signed-off-by: Afrid Hussain <[email protected]>
@afrid18
Copy link
Author

afrid18 commented Dec 14, 2024

Thanks for the suggestion @ajayk, can you point me for some docs or articles to learn more about each parameters?

@ajayk
Copy link
Member

ajayk commented Dec 14, 2024

I would be interested in knowing more about what exactly epoch does in the config file?

It indicates the patch version of the build (outside the source package version) , we tend to change the package either for fixing eve's are adding new packages or fixing the build

example

curl -sL [https://packages.wolfi.dev/os/x86_64](https://apk.dag.dev/https/packages.wolfi.dev/os/x86_64/APKINDEX.tar.gz)/[argo-cd-2.7.10-r0.apk](https://apk.dag.dev/https/packages.wolfi.dev/os/x86_64/argo-cd-2.7.10-r0.apk@sha1:76fdc36b0c3d97bc8281f912c1e94272baa4c8e2) | tar -Oxz .PKGINFO


# Generated by melange.
pkgname = [argo-cd](https://apk.dag.dev/https/packages.wolfi.dev/os/x86_64/APKINDEX.tar.gz/APKINDEX?depend=argo-cd&full=true)
pkgver = 2.7.10-r0
arch = x86_64
size = [103990410](https://apk.dag.dev/size/packages.wolfi.dev/os/x86_64/argo-cd-2.7.10-r0.apk@sha1:76fdc36b0c3d97bc8281f912c1e94272baa4c8e2)
origin = [argo-cd](https://github.com/wolfi-dev/os/blob/main/argo-cd.yaml)
pkgdesc = Declarative continuous deployment for Kubernetes.
url = 
commit = [c6d7e668b0c2a6f163efa5c44ca0711ec2bbc22d](https://github.com/wolfi-dev/os/blob/c6d7e668b0c2a6f163efa5c44ca0711ec2bbc22d/argo-cd.yaml)
builddate = 1690887741
license = Apache-2.0

here r0 is the epoch 0 , incase we make any further subsequent changes the r will would be further bumped to r1 , r2 so on so the app solver can choose the correct version

@ajayk
Copy link
Member

ajayk commented Dec 14, 2024

you can find docs for melange build here https://github.com/chainguard-dev/melange

@ajayk ajayk added the approved-to-run A repo member has approved this external contribution label Dec 14, 2024
@octo-sts octo-sts bot added the bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved-to-run A repo member has approved this external contribution bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants