-
Notifications
You must be signed in to change notification settings - Fork 3
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
Include git package in the base image #6
Comments
Oh ok the base tree contains git-core and not git, so the perl scripts are not installed. Could we consider install git instead of git-core ? |
Adding it would mean to add the following to the base image as well: git-2.26.0-1.fc32.x86_64 As we ship git in Workstation by default as well I would be in favor. On the other hand we are trying to move users towards using Toolbox for development, so I'm not sure what to do here. Maybe Colin or Dusty might shade some light on why only the git-core is included. |
git add -p
does not work
It was the last thing depending on Perl last I looked... But Git upstream is at least slowly solving this by dropping the Perl dependency. |
I always had
or
(error message is truncated too, see coreos/rpm-ostree#1989 (comment) ) I'm upgrading from Fedora 31.20200413.0 I don't know what happened, but I'd suggest either remove git entirely from base image, and use the wonderful package layering to get it if you need, or include all the git packages and not just git-core. |
The issue you're hitting specifically isn't so much about git, it's a higher-level issue (the link it should've printed was coreos/rpm-ostree#415). Hmm, though are you not seeing a newer tree than For f32, now that it's released, that issue should resolve itself in a day or so as pending updates are pushed through. |
@daniel-wtd I don't think that's true: running https://gist.github.com/tpopela/7fad3adf53c0432497ce31a076d52c86 :
|
Gnarf, had it installed as a dependency from overlaying git-svn. Sorry for that. |
We have git-core in Silverblue now. |
Silverblue provides git by default but some command are not working.
Looking at https://bugzilla.redhat.com/show_bug.cgi?id=1337352 it seems that the installation is missing some files under
/usr/libexec/git-core/
The text was updated successfully, but these errors were encountered: