-
Notifications
You must be signed in to change notification settings - Fork 53
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 git to ubuntu-22.04 release #372
Conversation
Diff of dependencies: slices/git.yaml@@ -1,8 +1,5 @@
-git-man
libc6
libcurl3-gnutls
-liberror-perl
libexpat1
libpcre2-8-0
-perl
zlib1g slices/python3-pyftpdlib.yaml@@ -1 +1 @@
-python3
+python3.10 |
003f78e
to
dd0918f
Compare
@cjdcordeiro @rebornplusplus @clay-lake I'd like opinions on this before making the forward port. It's a bit different from #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. |
@clay-lake we could talk about this and #282 in our 1:1 today, what do you think? |
Looks like we doubled up on some work 😄 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. |
2ce9277
to
b3a23c6
Compare
Synchronises this branch to the current state of the in-progress Ubuntu 24.04 slice PR. This is incomplete because there are currently questions about the tests.
5c73271
to
24ac3e6
Compare
24ac3e6
to
d9ba673
Compare
@clay-lake this should be all set, matching your finalised noble slices. |
Needed because pyftpdlib needs a file in /dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks all good except the one comment I mentioned below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks ;)
Proposed changes
This adds the basics of git, not including perl scripts.
Related issues/PRs
Forward porting
TODO
Checklist
Additional Context