canonical / chisel-releases

36 stars 51 forks source link

feat: add git to ubuntu-22.04 release #372

Open lengau opened 1 month ago

lengau commented 1 month ago

Proposed changes

This adds the basics of git, not including perl scripts.

Related issues/PRs

Forward porting

TODO

Checklist

Additional Context

github-actions[bot] commented 1 month ago

Diff of dependencies:

slices/git.yaml ```diff @@ -1,8 +1,5 @@ -git-man libc6 libcurl3-gnutls -liberror-perl libexpat1 libpcre2-8-0 -perl zlib1g ```
slices/python3-pyftpdlib.yaml ```diff @@ -1 +1 @@ -python3 +python3.10 ```

lengau commented 1 month ago

@cjdcordeiro @rebornplusplus @clay-lake I'd like opinions on this before making the forward port. It's a bit different from https://github.com/canonical/chisel-releases/pull/282, but still doesn't have the perl libs (it looks like perl might end up being even harder than Python to make good slices for). If this looks decent I'll add noble/oracular ports and pull it out of draft.

rebornplusplus commented 1 month ago

@clay-lake we could talk about this and #282 in our 1:1 today, what do you think?

clay-lake commented 1 month ago

Looks like we doubled up on some work :smile:

I have some additional changes to #282 on a personal branch that I use for testing. Let me bring those over to my PR and we can see if there is anything of value there.

@rebornplusplus Sounds good to me.