-
Notifications
You must be signed in to change notification settings - Fork 68
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
Create fedora-rawhide #184
base: master
Are you sure you want to change the base?
Create fedora-rawhide #184
Conversation
Added brl fetch support for Fedora Rawhide. I took regular Fedora's bootstrap code and made a few changes in order to have it work for Fedora Rawhide.
shouldn't it just be another "release" of fedora? |
Ideally that would be the case, however Rawhide has some different links than regular Fedora. For example, it uses It also isn't listed in the directory Bedrock uses to find Fedora's releases. https://download-ib01.fedoraproject.org/pub/fedora-secondary/releases/ I wasn't sure how to implement those changes without breaking fetch support for regular Fedora. |
Oh ok. |
I agree with Titaniumtown. This should just be a release of Fedora.
If this string is used once, just use an If it's read multiple times, populate a variable early on with an
Ideal solution would be to find another way to figure out Fedora's releases which would properly handle the hypothetical scenario they drop |
4099fe1
to
fc27745
Compare
bump, is this going to to be added? Would be a neat feature once added properly in the form of a "release" for the fedora installer. |
Found one issue: when I do dnf update, I get "Failed to set locale, defaulting to C.UTF-8" this doesn't happen with a fedora 32 stratum. |
@Titaniumtown Interesting, try Locale problems generally seem small but have huge impacts on tons of applications. EDIT also, could send over your bedrock.conf? |
Lemme do that right now @bobbbay Give me a second. |
I was refetching it bc I deleted the stratum, and I got the error:
|
It fails to fetch. ummmm |
@Titaniumtown That's better, now it doesn't fetch at all! :)))) Are you sure that's the command that you ran? Try |
well, I ran:
Imma try w/o the -n fedora-rawhide part. |
same error. hmmmm |
@Titaniumtown Well then, let's break down the error. Line one is a warning, let's ignore that for now. Line two is regular curl output, at 0 bytes Line 3 is the real deal. Shize, I think I just found it. Typo in the install code, says $releasesever instead of $releaseserver. Give me a sec to find where the install files are stored, and I'll give you a fix. |
Ok, got it. Strange because it worked before, now it fails to fetch 🤔 |
@Titaniumtown Could you try now? It's been a while, and developer's luck might let us fix that at a later point 😆 |
This PR seems to have been inactive for an year. Also Fedora 35 is not added to brl fetch, maybe adding that will be a reasonable choice. |
Yes, that happens. Bedrock is a huge project, with tons to do, and no where enough people to get it all done in a timely manner. Given the availability of
Apparently the mirror For the time being, open up |
I've succeeded in installing rawhide with |
12e1061
to
524beae
Compare
Added brl fetch support for Fedora Rawhide. I took regular Fedora's bootstrap code and made a few changes in order to have it work for Fedora Rawhide.